You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Yehuda Katz <ye...@ymkatz.net> on 2014/06/10 03:34:54 UTC

[users] mod_proxy_fcgi with Plack

Plack requires SCRIPT_NAME to be "" instead of "/" (
https://github.com/plack/Plack/issues/308).
Is there a way to do this with Apache 2.4.7?

My current config is
ProxyPass / fcgi://localhost:9090/

- Y