Debugging Apache virtual hosts
Sometimes you might need to check how Apache sees your virtual hosts. Especially if you have hundreds of them. Here’s how you can go:
httpd -D DUMP_VHOSTS
Apache will output all your virtual hosts.
Sometimes you might need to check how Apache sees your virtual hosts. Especially if you have hundreds of them. Here’s how you can go:
httpd -D DUMP_VHOSTS
Apache will output all your virtual hosts.