Richard G
Verified User
When checking a thread about the ~userdir directive, by accident I found that all servers were also listening to the second ip address.
This is strange, because this is how a user's httpd.conf looks like:
No furthere virtualhost directives present, so it should be only listening to this ip address.
Also, the userdir is disabled.
But we have another ip adres on this server. When I do this:
http://other.ip.adr.es/~username
I get the site of the user visible. So it seems that apache is not only listening on the one ip mentioned in the virtualhost container -and- the userdir directive still works on the second ip address (if present).
How can this be disabled?
This is strange, because this is how a user's httpd.conf looks like:
Code:
<VirtualHost 217.23.xxx.xxx:80 >
Also, the userdir is disabled.
But we have another ip adres on this server. When I do this:
http://other.ip.adr.es/~username
I get the site of the user visible. So it seems that apache is not only listening on the one ip mentioned in the virtualhost container -and- the userdir directive still works on the second ip address (if present).
How can this be disabled?