Re: [users] mod_proxy_fcgi with Plack, customizing script vars in general

2014-06-11 Thread Jeff Trawick
On Mon, Jun 9, 2014 at 9:34 PM, Yehuda Katz wrote: > 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 > I don't think it is possi

[users] mod_proxy_fcgi with Plack

2014-06-09 Thread Yehuda Katz
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