setembro 17th, 2009
Apache restart
Posted by
Felipe Olivaes in
Apache
1) Verifique os ips que estão configurados no Listen
2) testar configuração:
/usr/local/apache2/bin/apachectl -t
3) caso o apache não inicie, você pode colocar:
/usr/local/apache2/bin/apachectl -k start -X
ou
/usr/local/apache2/bin/apachectl -k start -e Debug -E /tmp/log_apache
-e = Tipo de log
-E = Arquivo de saida
-X = Run httpd in debug mode. Only one worker will be started and the server will not detach from the console.