我已經購買了車輛定位系統,我所做的一切,在這裏描述(2.2.17版本):http://httpd.apache.org/docs/current/install.html需要幫助在CentOS 5.5設置Apache,得到403
我正在運行Apache,但我不能瀏覽網頁在瀏覽器中。 Chrome說:糟糕!谷歌瀏覽器無法連接到......當我
lynx localhost
我得到
[error] [client 127.0.0.1] (13)Permission denied: access to/denied
我試圖chmod 744 htdocs/index.html
但仍然一無所獲。
Apache正在運行httpd (pid 7638) already running
,這裏是通過conf/httpd.conf文件https://gist.github.com/875352
任何幫助表示讚賞,感謝
導致您的htdocs目錄的所有目錄都有公開閱讀嗎? – mway 2011-03-17 23:26:21
不是!它在/ root/workspace/apache和根文件夾中:drwxr-x --- 4 root root 4096 Mar 17 23:19 root。我想知道我是否可以將整個文件移動到另一個文件夾中 – moe 2011-03-17 23:31:34
我從「root」的主目錄中提取文件似乎很奇怪。也許而不是修復你的權限問題,把它們移到'/ var/www /'或'/ home/daemon /'或者其他東西上? :) – sarnold 2011-03-17 23:33:09