cancel
Showing results for 
Search instead for 
Did you mean: 

Errors when publishing with apache reverse proxy

ejortegau
Champ in-the-making
Champ in-the-making
Hi:

I am publishing my /alfresco and /share interfaces via an Apache Reverse Proxy set up as follows:

<VirtualHost *:80>
        ServerName alfresco.example.com
        ProxyRequests Off
        ProxyPreserveHost On
        ProxyPass /alfresco http://localhost:8080/alfresco/
        ProxyPassReverse /alfresco http://localhost:8080/alfresco/
        ProxyPass /share http://localhost:8080/share/
        ProxyPassReverse /share http://localhost:8080/share/
        <Location /alfresco>
                Order deny,allow
                Allow from all
        </Location>
        <Location /share>
                Order deny,allow
                Allow from all
        </Location>
</VirtualHost>

This, however, is causing issues on the /alfresco interface: when clicking on any arrow on the left panel navigation tree, i get a Javascript error pop up saying "undefined: undefined". Also, when clicking on the "i" icon next to a file or folder, I get another error popup saying "500: Internal server error". This, however, does not happen if instead of using the reverse proxy, I connect directly to Tomcat's port.

Does any of you have a working reverse proxy configuration for Alfresco that I can use as a basis for mine? Thanks,


E.
1 REPLY 1

akaii
Champ in-the-making
Champ in-the-making
Hi ejortegau,

Did you find out what was wrong in your config?
I'm working on that now.

Regards