Answers for "apache check current config in use"

7

apache check config

#check the syntax on your apache config(s) BEFORE you restart 
sudo apachectl -t


#if that doesn't work on your server give this a go
sudo apache2ctl configtest
Posted by: Guest on July-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language