2013-08-16 32 views
11

更新我的軟件包後出現錯誤。當試圖啓動我的網絡服務器時,它會引發以下錯誤。在Ubuntu 13.04上更新Apache時出錯(Raring Ringtail)

$ sudo service apache2 restart 
* Restarting web server apache2 [fail] 
* The apache2 configtest failed. 
Output of config test was: 
AH00526: Syntax error on line 84 of /etc/apache2/apache2.conf: 
Invalid command 'LockFile', perhaps misspelled or defined by a module not included in the server configuration 
Action 'configtest' failed. 
The Apache error log may have more information. 

和Apache錯誤日誌(從文件/var/log/apache2/error.log):

[Sat Aug 17 01:30:03 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.17RC1 configured -- resuming normal operations 
[Sat Aug 17 01:41:38 2013] [notice] caught SIGTERM, shutting down 
[Sat Aug 17 03:10:11.132425 2013] [mpm_prefork:notice] [pid 4182] AH00163: Apache/2.4.6 (Ubuntu) PHP/5.5.1-2+debphp.org~raring+2 configured -- resuming normal operations 
[Sat Aug 17 03:10:11.143718 2013] [core:notice] [pid 4182] AH00094: Command line: '/usr/sbin/apache2' 
[Sat Aug 17 03:13:56.527245 2013] [mpm_prefork:notice] [pid 4182] AH00169: caught SIGTERM, shutting down 

什麼事情做我必須做的恢復或修復我的服務器嗎?

+0

顯示有問題的配置文件... – mnagel

+0

也:什麼是Apache的版本前/更新後?包/文件從哪裏來? – mnagel

+0

你有沒有想過這個? –

回答

26

替換apache2.conf:

LockFile /var/lock/apache2/accept.lock 

Mutex file:${APACHE_LOCK_DIR} default 
+1

感謝您的修復....爲什麼這是必要的 - 什麼變化,使這種修復程序必要? – triple

+0

我在這裏找到了一些信息:[http://docs.cpanel.net/twiki/bin/view/EasyApache/Apache/Apache24Issues]「Apache已經將AcceptMutex,LockFile,RewriteLock,SSLMutex,SSLStaplingMutex和WatchdogMutexPath指令替換爲單個Mutex指令「。 – willoller

3

其實,最好是能夠將信號。在Unix系統下,它速度更快,資源更少。

,期權就是這樣的:

Mutex sem