Ubuntu下apache2的錯誤
1、系統的提示是
Forbidden
You don't have permission to access / on this server.
Apache/2.2.3 (Ubuntu) PHP/5.2.1 Server at localhost Port 80
解決方法:
chmod -R 777 /var/www/(此為apache2的預設DocumentRoot,如沒改變,就是這樣輸入即可,但可惜在Ubuntu下,你每新增一個檔案,都要chmod一下,十分不方便)
我的做法就是:在***/home/下新建一目錄www,然後sudo gedit /etc/apache2/sites-available/default 把DocumentRoot改為**/home/www/,再sudo apache2 -k restart即可。
2、在啟動apache2時候,提示 httpd: apr_sockaddr_info_get() failed for linux
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(9Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
解決方法:
sudo gedit /etc/apache2/httpd.conf ,加入ServerName *****即可。
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/786540/viewspace-977131/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Ubuntu下的apache2 + fastcgi配置UbuntuApacheAST
- Apache2 Ubuntu Default PageApacheUbuntu
- ubuntu sudoers配置錯誤Ubuntu
- ubuntu下import matplotlib錯誤解決辦法UbuntuImport
- Ubuntu apache2配置虛擬主機UbuntuApache
- apache2啟用SSL(ubuntu22.04)ApacheUbuntu
- ubuntu 啟動錯誤stdin:is not ttyUbuntu
- Ubuntu 更新錯誤修復大全Ubuntu
- Ubuntu各種錯誤彙總Ubuntu
- ubuntu7下軟體執行出現segment fault錯誤Ubuntu
- Ubuntu Apache2 下配置 SSL 證書及全域性 HTTPS 強制跳轉UbuntuApacheHTTP
- Ubuntu下android開發環境配置與奇葩錯誤解決UbuntuAndroid開發環境
- Ubuntu上的pycrypto給出了編譯器錯誤Ubuntu編譯
- 關閉ubuntu討厭的內部錯誤提示Ubuntu
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- Ubuntu下啟動、停止、重啟MySQL,檢視錯誤日誌命令大全UbuntuMySql
- Ubuntu下Linux配置核心各種常見錯誤和解決辦法UbuntuLinux
- 幽默:使用錯誤框架的下場框架
- ubuntu網路卡啟動錯誤解決方法Ubuntu
- ubuntu解決軟體安裝依賴錯誤Ubuntu
- 如何修復 Ubuntu 上“…script returned error exit status 1”的錯誤UbuntuError
- 修正FIREFOX下批量上傳的錯誤Firefox
- 錯誤檔名稱下的Oracle選擇Oracle
- 在windows下檢視oracle錯誤的方法WindowsOracle
- 解決ubuntu系統“XXX is not in the sudoers file”錯誤Ubuntu
- Ubuntu學習之apt-get update 升級錯誤Ubuntuapt-get
- [PHP]Ubuntu16.10開啟PHP錯誤提示PHPUbuntu
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer
- 如何修復 Ubuntu 中檢測到系統程式錯誤的問題Ubuntu
- Ubuntu系統下eclipse配置mapreduce外掛常見錯誤和解決辦法彙總UbuntuEclipse
- 修正windows下ora錯誤顯示???Windows
- Mac下php常見錯誤資訊MacPHP
- Linux下錯誤解決方案Linux
- php和apache2的配置PHPApache
- windows下oracle的ora-27100錯誤WindowsOracle
- Rails遺留程式中最常犯的錯誤(下)AI
- ubuntu下的sshUbuntu
- springMVC下前端ajax報404錯誤SpringMVC前端