当前位置: 技术问答>linux和unix
APACHE中Forbidden的问题
来源: 互联网 发布时间:2015-11-08
本文导语: 大家好,我在linux下以root的身份安装APACHE2.2, 安装成功以后,进入conf目录,vi命令编辑 httpd.conf 文件 修改为以下信息 user nobody group nobody listen 80 最后保存退出后APACHE安装配置完成 但是,当我访问APACHE服务的主页...
大家好,我在linux下以root的身份安装APACHE2.2,
安装成功以后,进入conf目录,vi命令编辑 httpd.conf 文件
修改为以下信息
user nobody
group nobody
listen 80
最后保存退出后APACHE安装配置完成
但是,当我访问APACHE服务的主页时,发生错误,信息如下
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/2.0.55 (Unix) Server at 10.2.2.10 Port 80
这个应该是权限的问题,请大家告诉我如何解决?谢谢
安装成功以后,进入conf目录,vi命令编辑 httpd.conf 文件
修改为以下信息
user nobody
group nobody
listen 80
最后保存退出后APACHE安装配置完成
但是,当我访问APACHE服务的主页时,发生错误,信息如下
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/2.0.55 (Unix) Server at 10.2.2.10 Port 80
这个应该是权限的问题,请大家告诉我如何解决?谢谢
|
贴你的DocumentRoot和那个目录的设置
|
楼主,这个
Apache/2.0.55 (Unix) Server at 10.2.2.10 Port 80
怎么回事?2.0.55是哪来的?原来的server没停?
Apache/2.0.55 (Unix) Server at 10.2.2.10 Port 80
怎么回事?2.0.55是哪来的?原来的server没停?
|
按道理不会出现这样的情况的……我装了n多次都没出现过这样的情况……
apachectl restart看看
apachectl restart看看
|
ps aux | grep httpd
看一下是不是nobody启动的httpd.
建议新建用户及用户组来运行apache
看一下是不是nobody启动的httpd.
建议新建用户及用户组来运行apache