httpd.conf to allow specific connections for one site but any connection for another
- by smotchkkiss
I want to setup my apache2 to do the following.
Listen for connections on example.com:80 and answer to any host
Listen to connections on foo.example.com:80 and only answer to localhost
Is this possible?