Hello everybody!! following the chapter 13 at nuxeo-book, i`m trying to set up my installation using reverse proxy with mod_proxy to get nuxeo running at the url like " http://localhost", i have the next lines into the httpd.conf:
<Proxy *> Order Deny,Allow Allow from all </Proxy> ProxyPass / http://localhost:8080/nuxeo/ ProxyPassReverse / http://localhost:8080/nuxeo/ ProxyPassReverseCookiePath /nuxeo / but when i put "http://localhost" in the browser, it is redirected to " http://localhost/nuxeo/login.jsp" and send the next error: ------------------------- page not found back change username ----------------------- Do i need to configure anything else? could someone help me on this pls? Best regards!! -- Jesus
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
