AW: [opencms-dev] OpenCms 6.0 Alpha1 mod_proxy almost there!

Magnus Rosenquist magnus.rosenquist at adeprimo.se
Thu Sep 23 17:33:04 CEST 2004


Thank you !!

It now works perfectly!

regards,
Magnus

On Thursday 23 September 2004 09:29, The OpenCms mailing list wrote:
> Hi,
>
> i had the same problem with my installation (Alpha1, Apache2, Tomcat5).
> But I've worked around it. Here's my solution:
>
> **************************************************
>
> Virtual-Hosts:
>
> <VirtualHost *:80>
>     ServerName opencms.site.de
>
>     DocumentRoot "C:/.../Tomcat 5.0/webapps/ROOT"
>     ErrorLog logs/temp.log
>     ProxyPass         /resources/         !
>
>     ProxyPass         /opencms            http://127.0.0.1:8081/opencms/
>
>     ProxyPassReverse  /opencms            http://127.0.0.1:8081/opencms/
>
>
>     ProxyPass         /                   http://127.0.0.1:8081/opencms/
>     ProxyPassReverse  /                   http://127.0.0.1:8081/opencms/
>
> </VirtualHost>
>
> # I changed the name of export to static
> <VirtualHost *:80>
>     ServerName static.site.net
>     DocumentRoot "C:/Program Files/Apache/Tomcat
> 5.0/webapps/ROOT/static/"
>     ServerAlias www.static.site.de static.site.de
> </VirtualHost>
>
> opencms-importexport.xml:
>
> ...
> <rfs-prefix>http://static.site.de/export</rfs-prefix>
> <vfs-prefix></vfs-prefix>
> ...
>
> ***************************************************
>
> This configuration seems to work although it's still some kind of
> workaround. It probably needs some adjustments to work in your
> environment.
>
> HTH
> Sebastian
>
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list