Re: [users@httpd] cgi script error output logging

2017-05-10 Thread fedora
Hi Sandro are you using php-fpm as a cgi frontend? If yes: the stdout and stderr are both redirectet to the php-fpm log (/var/log/php-fpm/*) if you have in /etc/php-fpm/www.conf: catch_workers_output = yes I don't think this will solve all your problems, but it is a good starting point. su

[users@httpd] Re: Error with Kerberos in Apache

2017-05-10 Thread Luiz Guilherme Nunes Fernandes
Help-me, My new erros, i dont have any idea now. What is problem. Erros: [Wed May 10 16:44:38.642059 2017] [auth_kerb:error] [pid 13249] [client 10.251.14.140:47141] failed to verify krb5 credentials: Server not found in Kerberos database, referer: http://10.1.1.76/ #

Re: [users@httpd] ProxyPass with Location in 2.4.25

2017-05-10 Thread Eric Covener
On Tue, May 9, 2017 at 4:08 AM, Michael Haas wrote: > Is this a intended change? There was a 2.4.25 regression, you commented on the bug. The change is reverted and will be in the next release. https://bz.apache.org/bugzilla/show_bug.cgi?id=60458 In the interim, I think all-or-nothing for Locati

Re: [users@httpd] ProxyPass with Location in 2.4.25

2017-05-10 Thread Daniel
Most specific proxypass directives take precedence over the most "global" ones, while with Location is the opposite, you must define the most global paths first and then the most specific. So with ProxyPass the correct order or definition would be (if you define /something later it will be ignored

[users@httpd] cgi script error output logging

2017-05-10 Thread KASPAR Sandro
Hi, According to this documentation http://httpd.apache.org/docs/2.4/logs.html  everything a cgi script sends to stderr is written to the apache error log file.  Unfortunately I can not control those scripts running on my server and often garbage is sent to stderr and then written to my error

[users@httpd] SSL / ca-bundle.crt file

2017-05-10 Thread doug
This is a follow up to an email I send out last Friday. When setting up a website to use MIL CAC cards. As long as SSLVerifyClient require SSLVerifyDepth 10 and we do not remove anything from ca-bundle.crt file we receive from DOD it works fine. Our problem is: When a user puts in his CAC and goe