I'm trying to restart apache and it's saying
Restarting web server: apache2 failed!
anyone offer any suggestions?
|
I'm trying to restart apache and it's saying Restarting web server: apache2 failed! anyone offer any suggestions?
| |||||||||||||
feedback
|
|
Check your config file. You didn't say which OS you are on, but Apache can validate it's own config:
Call your platform's Apache binary with -t at the end to validate the config. | |||
|
feedback
|
|
First, a couple of things to make sure Apache really isn't running. First, check
This will tell you if apache is running. If a result pops up, kill that process and try starting Apache again. Second, make sure nothing is listening on port 80 (although this would log an error, but hey).
Again, if this shows a process, kill it and try Apache again. As an aside, can you check your Apache configuration and let me know what the value for the LogLevel directive is? You can try setting this to debug and trying the restart again. | |||
|
feedback
|