2010. 5. 24. 15:59
IT
-
버전확인
logs/access
ex) 32/Dec/2009:12:01:06] info (1618066): CORE1116: Sun ONE Web Server 6.1SP11 B03/25/2009 11:50
- exe 다운로드 가능하도록 설정하기
mime.types 파일 수정
변경전
type=application/octet-stream exts=bin
type=magnus-internal/cgi exts=cgi,exe,bat
변경후
type=application/octet-stream exts=bin,cab,exe
type=magnus-internal/cgi exts=cgi,bat - 6.1 admin guide document http://docs.sun.com/source/817-1831-10/index.html
- sunone expire setting
- sunone header 정보 추가하기
- 에러 메세지 조치방법
func_exec reports: HTTP2122: cannot find function named wl_proxy
-> 원인 : magnus.conf에 wl_proxy module 을 등록하지 않은 경우 발생
Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="/app/SunWeb/plugins/weblogic/libproxy_61.so"
Init fn="wl_init"
이 글은 스프링노트에서 작성되었습니다.