서버39 윈도우 IPBAN 설치 원래는 원격 포트를 확인된 아이피만 접속가능했지만 오픈할일이생겨서https://github.com/DigitalRuby/IPBan/ GitHub - DigitalRuby/IPBan: Since 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. WSince 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade .. 2024. 7. 8. certbot 설치 https://certbot.eff.org/ CertbotTaglinecertbot.eff.org Centos stream환경에서 certbot설치1. snap 설치https://snapcraft.io/docs/installing-snap-on-centos https://snapcraft.io/docs/installing-snap-on-centos snapcraft.io 버전업sudo dnf install epel-release sudo dnf upgrade 설치sudo yum install snapd실행sudo systemctl enable --now snapd.socket연결sudo ln -s /var/lib/snapd/snap /snap2. certbot 설치sudo snap install --c.. 2024. 7. 8. 아파치 및 CURL버전 업데이트 아파치 업데이트 CentOS Linux release 7.9.2009 (Core) 버전에서 진행 아래부터 보고 오세요 아래부분을 진행 하고나면 PHP가 왜 연결이 안될까 문제가 생길것이다 cd /etc/httpd/conf.modules.d 폴더에 들어가게되 00-mpm.conf 파일이 보일것이다 PHP돌리는 방식에 대한 내용인데 자세한건 스킵하고 이벤트 부분을 주석처리하고 prefork부분으로 설정한다. LoadModule mpm_prefork_module modules/mod_mpm_prefork.so #LoadModule mpm_event_module modules/mod_mpm_event.so -- PHP상에서 CURL버전을보니 왜 그대로인가.. CitiFan으로 간다. vi /etc/yum.rep.. 2023. 12. 6. SSL 비번제거 https://serverfault.com/questions/160768/stop-apache-from-asking-for-ssl-password-each-restart stop apache from asking for SSL password each restart Using instructions from this site but varying them just a little i created a CA using -newca, i copied cacert.pem to my comp and imported as trusted issuer in IE. I then did -newreq and -sign (note... serverfault.com 후이즈 발급 기준 : Sectigo RSA Domain V.. 2023. 4. 17. Janus 버전 업데이트 우분투 20 LTS 현재 사용중인 버전은 0.10.9버전이었다. --------------------------------------------------- Starting Meetecho Janus (WebRTC Server) v0.10.9 --------------------------------------------------- 1.1.1버전으로 업데이트 기존에 설치를 성공했다면 처음 janus설치와 같다. git clone https://github.com/meetecho/janus-gateway.git cd janus-gateway ./configure --prefix=/opt/janus make sudo make install 업데이트후 janus를 실행하면 보이는 로그 ------------.. 2022. 11. 22. Bonobo git Server - Windows 1. 다운로드 https://bonobogitserver.com/ Bonobo Git Server - Git Server for Windows Simple git server for Windows. Set up your own self hosted git server on IIS for Windows. Manage users and have full control over your repositories with a nice user friendly graphical interface. Download 6.5.0 See the changelog bonobogitserver.com 2. 실행할 곳에 압축을 푼다 설치당시 최신버전은 6.5.0 3. .net 설치버전 확인 4.6 버전 이상으로 진행 https.. 2022. 8. 3. api-ms-win-crt-runtime-l1-1-0.dll 컴퓨터에 api-ms-win-crt-runtime-l1-1-0.dll(이)가 없어 프로그램을 시작할 수 없습니다. 프로그램을 다시 설치하여 이 문제를 해결하십시오. www.microsoft.com/ko-kr/download/details.aspx?id=53840 Microsoft Visual C++ 2015 재배포 가능 패키지 Update 3 이 업데이트는 Microsoft Visual C++ 2015 재배포 가능 패키지(x86) 14.0.23504에 대한 일련의 누적 기능 추가 및 버그 수정 중 최신 버전입니다. www.microsoft.com 를 적용해도 안되기에 윈도우 업데이트부터 적용해봄 support.microsoft.com/en-us/topic/update-for-universal-c-runt.. 2021. 2. 23. 크롬80대비를 위한 쿠키설정 SameSite=None blog.chromium.org/2019/10/developers-get-ready-for-new.html Developers: Get Ready for New SameSite=None; Secure Cookie Settings UPDATE (10/28/2019): We've revised the 2nd and 3rd bullet points in the section "How to Prepare; Known Complexities" below. In May, Chrome ... blog.chromium.org 문제는 결제쪽에서 생긴다. 결제후 세션이나 쿠키를 받을수 없기때문에 로그인을 했던 정보가 모두 사라지게된다. 이니시스의 경우 공지 www.inicis.com/blog/archives/121508 .. 2021. 2. 19. HTTP to HTTPS http로 접속시 https로 Redirect 시키려고한다. IIS의 URL재작성이 설치되어 있어야한다. 설치후 확인해보면 URL 재작성이라고 IIS에 추가되어있을것이다. URL재작성으로 들어가서 규칙추가를 누른다. 빈규칙을 선택후 진행한다. 이름은 마음대로 정하고 패턴과 조건 작업 3개를 변경할 것이다. 1. 패턴에는 (.*)입력 2. 조건추가 조건입력 : {HTTPS} 패턴 : ^OFF$ 3. 작업에는 작업유형 : 리디렉션 선택 URL 리디렉션에는 https://{HTTP_HOST}/{R:1} 2021. 2. 19. 이전 1 2 3 4 5 다음