Hello,

It is possible to use a reverse proxy with Nuxeo.
We often write something like that within a proxy, virtualhost or location tag :
     RewriteEngine On

     ProxyPass /nuxeo http://localhost:8080/nuxeo
     ProxyPassReverse /nuxeo http://localhost:8080/nuxeo
or :
     ProxyPass ajp://localhost:8009/nuxeo/
     ProxyPassReverse http://%{SERVER_NAME}/nuxeo/


You may also rewrite URLs :
     RewriteRule ^/$ http://%{SERVER_NAME}/nuxeo/ [R,L]


Best regards,

[EMAIL PROTECTED] a écrit :
> Hi,
> 
> When I try to use Apache reverse proxy, I have the following error  : HTTP 
> Status 404 - /nuxeo/control.php
> 
> Is it possible to use a reverse proxy with Nuxeo ?
> 
> Thanks for your help !
> 
> François
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm


-- 
Julien CARSIQUE, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform
[EMAIL PROTECTED] | Tel: +33 1 40 33 79 87

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to