![]() |
|
reverse proxy and login form - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: reverse proxy and login form (/thread-10649.html) |
reverse proxy and login form - jerep6 - 2012-12-11 Hello, I am trying to use zenphoto with reverse proxy (proxypass directive). Apache reverse proxy on the web frontend server : On 192.168.1.72 Zenphoto's installation folder is /home/jerep6/public_html/zenphoto and the web path is http://192.168.1.72/~jerep6/zenphoto However, the paths of css, js, images ... are /~jerep6/zenphoto/ So I uncomment the two « define » in zp-data/zenphoto.cfg Now the scripts and images load successfuly but the action of login form (printLoginForm) is not good : /~jerep6/zenphoto/ . reverse proxy and login form - sbillard - 2012-12-12 Zenphoto can work (using mod_rewrite) with only one URL. So you need to choose what you want and install using that link. If you have done this and it still does not work then your reverse proxy is not behaving consistently. reverse proxy and login form - jerep6 - 2012-12-12 I think all is OK but it doesn't work. Thanks for your response. |