Answers for "apache 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

apache2 default config file

nano /etc/apache2/apache2.conf
Posted by: Guest on August-03-2021

Browse Popular Code Answers by Language