httpd.conf to allow specific connections for one site but any connection for another
Posted
by smotchkkiss
on Server Fault
See other posts from Server Fault
or by smotchkkiss
Published on 2010-02-17T23:21:50Z
Indexed on
2010/03/21
10:01 UTC
Read the original article
Hit count: 375
apache
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?
© Server Fault or respective owner