/etc/init.d/apache2 start
but won’t start
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hell,
I would recommend a few things in this case:
apachectl -t
If you have any config errors the above command would point you to the correct direction for further troubleshooting
systemctl status apache2
This could also give you some very useful information
tail -100 /var/log/apache2/error.log
The above steps should provide you with all of the necessary information to get the problem fixed.
Hope that this helps! Regards, Bobby
Join 1M+ other developers and:
Hell,
I would recommend a few things in this case:
If you have any config errors the above command would point you to the correct direction for further troubleshooting
This could also give you some very useful information
The above steps should provide you with all of the necessary information to get the problem fixed.
Hope that this helps! Regards, Bobby