Displaying 1 result from an estimated 1 matches for "dir_ip2".
Did you mean:
dir_ip
2006 Apr 15
1
problem apache proxy reverse
...rst site name on the httpd.conf work when i do a peticion from internet for all the rest servers only respond the firts.
<VirtualHost *>
ServerName dir_ip
ProxyPass / http://ejemplo1.test.com/
ProxyPassReverse / http://ejemplo1.test.com/
</VirtualHost>
<VirtualHost *>
ServerName dir_ip2
ProxyPass / http://ejemplo2.test.com/
ProxyPassReverse / http://ejemplo2.test.com/
</VirtualHost>
<VirtualHost *>
ServerName dir_ip3
ProxyPass / http://ejemplo3.test.com/
ProxyPassReverse / http://ejemplo3.test.com/
</VirtualHost>
DNS is fine becouse from internet all peti...