Pydio 8 - Reverse proxy apache2, public link

Hi,
(Debian 8, Apache2, Php7.0, Pydio8)

My pydio server is behind an apache reverse proxy.
Everything is working except public link. When I wanna share a file thanks to public link, the link is created but the URL displays a blank page. The log file says “time out”.

I know why I get this problem but I don’t how fix to it.

In the VH of the reverse proxy, I set :
ProxyRequests Off
ProxyPass / https://IP_server/
ProxyPassReverse / https://IP_server/
And my ServerName is : pydio.ch-nevers.fr

When a link is created, the link becomes : https://pydio.ch-nevers.fr/public/azerezrver (azerzrae is an exemple, the value is incremented randomly).

I think that problem come from the link because the reverseproxy doesn’t know where or how to redirect the link to the server.

Any Ideas ?

Malcolm

Hi,

I’m not sure but try to add this line ProxyPreserveHost On to vh config
Are you able to connect to public link directly to pydio instance (without passing throw proxy) ?

Hi,

Thanks for your reply.
Ok, I’m gonna check “ProxyPreserveHost”.
Yes, I’m able to connect to public link directly to pydio instance and it works.

Malcolm