模块
mod_python
认证
Debian 下 apache 的配置
安装
配置
问题解决
fully qualified domain name
You don't have permission to access

模块

mod_python

mod_python

认证

AllowOverride AuthConfig

Debian 下 apache 的配置

安装

# aptitude install apache2 apache2-utils
# /etc/init.d/apache2 start/stop  # 启动/停止 apache

配置

/etc/apache2 和 /var/www目录

问题解决

fully qualified domain name

apache 启动时提示:could not reliably determine the server's fully qualified domain name...

解决方法:编辑httpd.conf,加入下面内容 ServerName localhost:80

You don't have permission to access

检查 SElinux ,检查目录权限。