Ubuntu

Ubuntu重新安裝apache

  • October 7, 2010

Apache 已以某種方式損壞,現在它在轉到任何頁面時僅顯示以下錯誤。

Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

這與 .htaccess 無關,在我的虛擬機搞砸一些文件之前,在多個虛擬主機上一切正常。

我認為最好的辦法是重新安裝 apache2 包。

我試過apt-get --purge remove apache2apt-get --reinstall install apache2. 似乎沒有任何效果,它只是將其標記為已刪除,但實際上並未刪除文件。

apt-get remove apache2

mv /etc/apache /etc/apache.old

apt-get install apache2

引用自:https://serverfault.com/questions/188400