This is in regards to this configuration directive in httpd.conf, the documentation for predefined variables, and the output of phpinfo().
What I have set as ServerName in my virtual host context does not show up in the predefined variable $SERVER_NAME in phpinfo. Instead it shows up under the "Hostname😛ort" row entry in the apache table (not the apache environment variable).
How do I get access to the "ServerName" directive's value?
Thanks
Trevor