View previous topic :: View next topic |
Author |
Message |
rutski89 Guru
Joined: 14 Mar 2005 Posts: 468 Location: United States N.Y.
|
Posted: Wed Mar 16, 2005 2:13 pm Post subject: Apache wont start [!!] |
|
|
apache2ctl -t shows that my config file syntax is OK Code: | /etc/init.d/apache2 start | outputs Code: | * Starting apache2... [!!] | and nothing more, apache2 does not start =/ |
|
Back to top |
|
|
marcolovato n00b
Joined: 13 Sep 2004 Posts: 39 Location: Porto Alegre/RS/Brasil
|
Posted: Wed Mar 16, 2005 2:17 pm Post subject: |
|
|
Humm...
And what about starting apache with the default httpd.conf?
Works? If yes, you have to change line by line looking for the problem.
If no, possibly there is a problem in your system/configuration, because apache ALWAYS run.
So you can check the system logs...
Marco |
|
Back to top |
|
|
59729 Apprentice
Joined: 21 Jun 2004 Posts: 279
|
Posted: Wed Mar 16, 2005 5:45 pm Post subject: |
|
|
try
Code: |
tail -f /var/log/apache2/*
/etc/init.d/apache2 restart
|
or wherever you store your apache log files |
|
Back to top |
|
|
|