On Fri, Jun 11, 2010 at 11:30 AM, Tapas Mishra <[email protected]> wrote:
> So let me know what you want to know.


Does this not work for you?

<VirtualHost *:80 >
   ServerName site1.mydomain.com
   ServerAdmin webmas...@localhost

   ProxyRequests off
   <Proxy *>
       Order deny,allow
       Allow from all
   </Proxy>
   ProxyPreserveHost On
   ProxyPass /mingle/ http://192.168.1.10:8080/
   ProxyPass / http://192.168.1.10/
   ProxyPassReverse /mingle/ http://192.168.1.10:8080/

   ErrorLog /var/log/apache2/site1.mydomain.com_error.log

   LogLevel warn

   CustomLog /var/log/apache2/site1.mydomain.com_access.log combined
   CustomLog /var/log/apache2/site1.mydomain.com-resp_log resp
   LogFormat "%{X-Forwarded-For}i  %D %t" resp
</VirtualHost>

If not, why not?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to