Answers for "view running sites apache2"

1

apache2 site

a2ensite example.com
a2dissite example.com

sudo systemctl restart apache2
sudo service apache2 restart
Posted by: Guest on October-21-2021
1

apache show active sites

# apache2ctl -S   [On Debian/Ubuntu]
# apachectl -S    [On CentOS/RHEL]
OR
# httpd -S
Posted by: Guest on July-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language