问题描述
我已经购买了车辆定位系统,我已经做了这里所描述的一切(2.2.17版)的
I have purchased a VPS and I have done everything described here (version 2.2.17) : http://httpd.apache.org/docs/current/install.html
我正在运行Apache,但在我的浏览器无法查看的页面。 Chrome的说:哎呀!谷歌浏览器无法连接到......当我
I have apache running, but I can not view the page in browser. Chrome says : Oops! Google Chrome could not connect to ... and when I
lynx localhost
我得到
[error] [client 127.0.0.1] (13)Permission denied: access to / denied
我试过搭配chmod 744的htdocs / index.html的
,但仍然一无所获。
Apache正在运行的httpd(PID 7638)已经运行
Apache is running httpd (pid 7638) already running
这里是通过conf / httpd.conf文件 https://gist.github.com/875352
And here is the conf/httpd.conf file https://gist.github.com/875352
任何帮助是AP preciated,谢谢
Any help is appreciated, thanks
推荐答案
请确保所有目录甚至包括你的htdocs目录拥有公共读取。 :)
Make sure all directories up to and including your htdocs directory have public read. :)
这篇关于需要帮助在CentOS 5.5设置Apache,得到403的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!