Wednesday, October 26, 2005

Apache - Show Parsed vhost settings - HTTPD

To view the current vhost parsed settings for httpd, invoke httpd with -S, -t , -D or DUMP_VHOSTS option (show sparsed settings (currently only vhost settings)


[root@srv26:~]$ httpd -S
VirtualHost configuration:
67.15.76.10:80 is a NameVirtualHost
default server srv26.hostingandbeyond.com (/etc/httpd/conf/httpd20_app.conf:105)
port 80 namevhost srv26.hostingandbeyond.com (/etc/httpd/conf/httpd20_app.conf:105)
wildcard NameVirtualHosts and _default_ servers:
_default_:443 srv26.hostingandbeyond.com (/etc/httpd/conf.d/ssl.conf:101)
Syntax OK


Apache

0 Comments:

Post a Comment

<< Home