Re: [users] mod_proxy_fcgi with Plack, customizing script vars in general
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
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