본문 바로가기

WEB

(61)
OHS 12cR1 (12.1.3.0) 설치 설치 전 필요 패키지 목록 Oracle Docs 페이지 확인 docs.oracle.com/cd/E23104_01/sysreqs1213/sysrs.htm#BABJBCAI #01. 엔진 설치 silent mode 로 진행하기 위해 install.rsp, oraInst.loc 준비 (install.rsp) [ENGINE] Response File Version=1.0.0.0.0 [GENERIC] ORACLE_HOME=/ohs/ohs12.1.3.0 INSTALL_TYPE=Standalone HTTP Server (Managed independently of WebLogic server) DECLINE_SECURITY_UPDATES=true SECURITY_UPDATES_VIA_MYORACLESUPPORT=fal..
Nginx 설치 - 소스 컴파일 방식 참고 사이트 지원OS : nginx.org/en/linux_packages.html 설치 파일 Download : nginx.org/en/download.html 설치 가이드 01 : sarc.io/index.php/nginx/57-linux-nginx-1-4-5 설치 가이드 02 : opentutorials.org/module/384/4511 테스트 환경 OS : CentOS 8 Nginx Version : 1.20.0 (stable version) 필수 패키지 gcc, gcc-c++ zlib, zlib-devel openssl, openssl-devel pcre, pcre-devel 설치 과정 소스 파일 압축 해제 configure 을 통해 컴파일을 수행한다 컴파일 명령어 (http, https 서비..
[OHS] WLS Plugin Parameter 옵션 목록 #. 참고한 글 docs.oracle.com/middleware/1221/webtier/develop-plugin/plugin_params.htm#PLGWL473 blueyikim.tistory.com/799 rajalo.tistory.com/entry/WebLogic-Server-Apache-%EC%97%B0%EB%8F%99 #. DynamicServerList URL 뒤에 /?__WebLogicBrideConfig 파라미터를 넣어서 서버 현황을 확인할 수 있다
[OHS] 디렉토리 리스팅 차단하기 참고한 블로그 idchowto.com/?p=20349 idchowto.com - 스마일서브(Cloudv.kr) IDC구축,운영,보안등 모든 지식을 공유합니다 idchowto.com #01. 디렉토리에 index.html 이 없으면, 대신 "index of /" 리스트를 보여주는 Apache 기반 Default 설정 값이 있음 여기서 index.html 은 다른 파일명으로 설정할 수도 있는데, httpd.conf의 DirectoryIndex index.html 부분에서 설정할 수가 있음 #02. httpd.conf에서 Options Indexes 부분을 주석처리하면 DocumentRoot 및 하위의 모든 디렉토리에 index.html이 없을 시 디렉토리 리스트가 보이지 않게 됨 #03. DocumentRo..
[Apache,OHS] proxy 옵션 사용 가이드 (forward,reverse) http://www.lesstif.com/system-admin/forward-proxy-reverse-proxy-21430345.html https://dany-it.tistory.com/107 https://httpd.apache.org/docs/2.4/ko/urlmapping.html https://arclab.tistory.com/103 https://fruitdev.tistory.com/106 https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=writer0713&logNo=221049806513 https://httpd.apache.org/docs/2.4/mod/mod_proxy_connect.html https://velo..