Created
June 28, 2018 02:36
-
-
Save ShapeShifter499/8538880bc0402256d6f723b798875cb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@kumo extra]# apachectl -S | |
VirtualHost configuration: | |
*:80 is a NameVirtualHost | |
default server kumo.failserv.com (/etc/httpd/conf/extra/kumo.failserv.com.conf:2) | |
port 80 namevhost kumo.failserv.com (/etc/httpd/conf/extra/kumo.failserv.com.conf:2) | |
port 80 namevhost kumo.lan (/etc/httpd/conf/extra/kumo.lan.conf:2) | |
*:443 is a NameVirtualHost | |
default server kumo.failserv.com (/etc/httpd/conf/extra/kumo.failserv.com.conf:54) | |
port 443 namevhost kumo.failserv.com (/etc/httpd/conf/extra/kumo.failserv.com.conf:54) | |
port 443 namevhost kumo.lan (/etc/httpd/conf/extra/kumo.lan.conf:54) | |
ServerRoot: "/etc/httpd" | |
Main DocumentRoot: "/srv/http" | |
Main ErrorLog: "/var/log/httpd/error_log" | |
Mutex ssl-stapling-refresh: using_defaults | |
Mutex rewrite-map: using_defaults | |
Mutex ssl-stapling: using_defaults | |
Mutex proxy: using_defaults | |
Mutex ssl-cache: using_defaults | |
Mutex default: dir="/run/httpd/" mechanism=default | |
PidFile: "/run/httpd/httpd.pid" | |
Define: DUMP_VHOSTS | |
Define: DUMP_RUN_CFG | |
User: name="http" id=33 | |
Group: name="http" id=33 | |
[root@kumo extra]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment