How to display httpd parsed settings (crrently only vhost settings)?
You run one of the commands below to get the above information:
root@MySolaris:/usr/apache2/2.2/bin# ./httpd -S
or
root@MySolaris:/usr/apache2/2.2/bin# ./httpd -t -D VHOSTS
root@MySolaris:/var/apache2/2.2/htdocs# cd /usr/apache2/2.2/bin
root@MySolaris:/usr/apache2/2.2/bin# ./httpd -S
VirtualHost configuration:
Syntax OK
root@MySolaris:/usr/apache2/2.2/bin# ./httpd -t -D VHOSTS
Syntax OK