Answers for "apache get active sites"

1

find apache virtualhost file

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

apache get active sites

a2query -s
Posted by: Guest on January-26-2021

Code answers related to "apache get active sites"

Browse Popular Code Answers by Language