Thanks Paul, this one works perfect. D. 2008/4/6 Paul Heinlein <heinlein at madboa.com>: > On Sat, 5 Apr 2008, David Hláčik wrote: > > Hi, i am just wondering. I have a tomcat5, running xwiki at > > http://myserver.example.org:8080/xwiki How can i create a vhost in > > httpd to do transparent proxy to tomcat5 webapplication ? > > > > <VirtualHost *:80> > ServerName whatever.you.want > RedirectMatch permanent '^//*$' /xwiki/ > ProxyRequests Off > ProxyPass /xwiki http://myserver.example.org:8080/xwiki > ProxyPassReverse /xwiki http://myserver.example.org:8080/xwiki > <Proxy *> > Order deny,allow > Allow from all > </Proxy> > </VirtualHost> > > Note: make sure that mod_proxy and mod_proxy_http are loaded somewhere > along the line. > > -- > Paul Heinlein <> heinlein at madboa.com <> www.madboa.com > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080406/ce5f9d55/attachment-0005.html>