Re: [users@httpd] Getting PHP-FPM working

2017-05-18 Thread John Iliffe
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

[users@httpd] Automatic session expiration with auth_form

2017-05-18 Thread Tom Browder
Is there any way to cause an auth_form session to expire automatically? Thanks. Best regards, -Tom

Re: [users@httpd] Getting PHP-FPM working

2017-05-18 Thread Christian Hettler
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