标签为 ‘apache’
29
十一
Apache模块userdir使用
环境:Debian4.0(etch)+apache2.2.9
1,apache安装
#apt-get install apache2
2,安装完成后编辑/etc/apache2/httpd.conf文件,添加以下内容:
#vi /etc/apache2/apache2.conf
Include /etc/apache2/mods-enabled/userdir.conf
(注:如果apache2.conf是使用如下参数调用/etc/apache2/mods-enabled/*.load与conf则不需要执行第二步)
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf













