Apache2 .... 홈디렉토리 설정 /etc/apache2/httpd.conf
제 컴터 젠투 입니다.~~
Apache2 .... 홈디렉토리 설정 /etc/apache2/httpd.conf
"httpd.conf"에서 "UserDir www"로 주었습니다.
그리고 Directory /home/*/www로 물론 주었구요...
그런데 아파치 스타트하고 페이지를 보면
http://localhost 하면 테스트 페이지 나옵니다.
http://localhost/~username/index.php 하면
페이지가 안뜨네요..
폴더 권한도 755로 맞추었구요..
다 했는데... 왜 페이지가 안나오는 걸까요...
/etc/conf.d/apache2 파일 입니다.
===========================================================================================
# /etc/conf.d/apache2: config file for /etc/init.d/apache2
# When you install a module it is easy to activate or deactivate the modules
# and other features of apache using the APACHE2_OPTS line. Every module should
# install a configuration in /etc/apache2/modules.d. In that file will be an
# where NNN is the option to enable that module.
# Here are the options available in the default configuration:
# USERDIR Enables /~username mapping to /home/username/public_html
# INFO Enables mod_info, a useful module for debugging
# PROXY Enables mod_proxy
# DAV Enables mod_dav
# DAV_FS Enables mod_dav_fs (you should enable this when you enable DAV
# unless you know what you are doing)
# SSL Enables SSL
# SSL_DEFAULT_VHOST Enables default vhost for SSL (you should enable this
# when you enable SSL unless you know what you are doing)
# LDAP Enables mod_ldap
# AUTH_LDAP Enables authentication through mod_ldap
# DEFAULT_VHOST Enables the default virtual host in /var/www/localhost/htdocs
APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5"
===========================================================================================
여기에 보면 # USERDIR Enables /~username mapping to /home/username/public_html
이런 주석이 있는데요..
USERDIR을 어떻게 활성화 시키는 거죠??
이걸로 활성화 시키고 해야 하는 듯한데.... ㅡㅡ; apache2에서는 대폭 바뀌었군요...
참.. 이거저거 할게 많네요.. 휴..
APACHE2_OPTS="-D
APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5"
요 줄에다 -D USERDIR 요거 추가하시면 되겄네요.
그러니까...
APACHE2_OPTS="-D DEFAULT_VHOST -D USERDIR -D PHP5"
이렇게 되겠네요
ps. apache2 에서 많이 바뀐게 아니라 gentoo 여서 이런걸로 알고 있습니다.
크헉.. 감사합니다.
ㅠㅠ. 이런... 걸...
댓글 달기