Search results for 'httpd.conf'

html 한글깨짐. httpd.conf 수정

2008/07/20 14:41
html 한글깨짐. httpd.conf 수정

/etc/httpd.conf (각자다름)

AddDefaultCharset 항목이 euc-kr 수정
DefaultLanguage 항목 ko 변경하십시오.
크리에이티브 커먼즈 라이선스
Creative Commons License

밴스 컴퓨터 이야기/Linux sToRy httpd.conf

apache 에 모듈 추가하는 방법

2007/02/19 14:57
예) mod_rewrite.so 추가하는 방법

# apxs -a -i -c mod_rewrite.c

이렇게 하면 됩니다.
-a : active
-i : install


크리에이티브 커먼즈 라이선스
Creative Commons License

밴스 컴퓨터 이야기 apache2, httpd.conf