Answers for "apache check config"

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
0

test apache config

apachectl configtest
Posted by: Guest on March-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language