Answers for "find apache virtualhost file"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language