Hi Christian:
Result: "No Input File Specified"
First, thanks for spending the time to explain this to me. To some extent
you are saying what I had already thought but I figured I must be missing
something!
The details:
Your second example seems to match exactly what I want to do so I cut a
Is there any way to cause an auth_form session to expire automatically?
Thanks.
Best regards,
-Tom
Hello John,
http://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html
If you want to serve http://your.virtual.srv/info to fpm-php
you have to configure
ProxyPassMatch ^/info$ fcgi://127.0.0.1:9015/httpd/iliffe/
and put the file "info" into the directory "/httpd/iliffe/".
Another example:
To se