2012-03-10 8 views
1

내 Ubuntu 10.04 시스템에 memcache가 설치되었지만 Apache를 다시 시작하면 오류가 발생합니다. 나의 주요 루트는 /var/www/이고 그 안에는 index.php 파일 만 있습니다.memcache 설치 후 Apache가 시작되지 않음

memcache를 설치하기 전에 모든 것이 작동하고있었습니다.

This is what I did.

도와주세요

ERROR :

[email protected]:~$ service apache2 restart 
* Restarting web server apache2                                (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80 
no listening sockets available, shutting down 
Unable to open logs 
Action 'start' failed. 
The Apache error log may have more information. 

APACHE LOG : 루트해야

[email protected]:~$ tail -f /var/log/apache2/error.log 
[Sun Mar 04 14:04:45 2012] [notice] Apache/2.2.16 (Ubuntu) PHP/5.3.3-1ubuntu9.10 with Suhosin-Patch configured -- resuming normal operations 
[Sun Mar 04 18:54:35 2012] [notice] caught SIGTERM, shutting down 
[Wed Mar 07 20:32:59 2012] [notice] Apache/2.2.16 (Ubuntu) PHP/5.3.3-1ubuntu9.10 with Suhosin-Patch configured -- resuming normal operations 
[Wed Mar 07 21:01:57 2012] [notice] caught SIGTERM, shutting down 
[Fri Mar 09 22:20:06 2012] [notice] Apache/2.2.16 (Ubuntu) PHP/5.3.3-1ubuntu9.10 with Suhosin-Patch configured -- resuming normal operations 
[Sat Mar 10 01:45:00 2012] [notice] caught SIGTERM, shutting down 
[Sat Mar 10 10:58:24 2012] [notice] Apache/2.2.16 (Ubuntu) PHP/5.3.3-1ubuntu9.10 with Suhosin-Patch configured -- resuming normal operations 
[Sat Mar 10 11:16:49 2012] [error] [client ::1] File does not exist: /var/www/favicon.ico 
[Sat Mar 10 11:16:49 2012] [error] [client ::1] File does not exist: /var/www/favicon.ico 

답변

1

. 아파치를 시작할 때 sudo을 사용할 수 있습니다.

+0

OMG. 아직도 나를위한 아침이다. 해결 됐어. 감사. myubuntu @ 우분투 : ~ $ sudo /etc/init.d/apache2 restart – BentCoder