Re: [users@httpd] AH01144: No protocol handler was valid for the URL ...

2014-05-16 Thread Falco Schwarz
Hi Dave, you are trying to proxy to a fcgi backend so you need to enable the proxy_fcgi_module. Falco > On 17 May 2014, at 02:59, David Herring wrote: > > Excuse if this got sent twice...not sure I had been accepted to list first > time I sent this. > > Hi, > > Trying to setup apache with

[users@httpd] YOU BROKE MY CODE!

2014-05-16 Thread Andy Canfield
Last week, if you went to http://www.andycanfield.com, you would see my web site. Today, if you go there, you will see "Internal Server Error". Apache broke it. We had four sites on that computer: [1] http://210.213.49.151/ took you to /var/www/index.html [2] http://www.andycanfield.com took you t

[users@httpd] why multiple user-tracking cookies generated?

2014-05-16 Thread Qingshan Xie
Team,      After cleared the browser's cache, we observed multiple user-tracking cookies generated when the request proxies to another env. The capture header shows,  In Response Header CP_GUTC:"10.37.138.15.1400173959753313"     In Request Header CP_GUTC:"10.37.145.95.1400173959439209" we

Re: [users@httpd] Trying to setup php-fpm with latest apache 2.4

2014-05-16 Thread Jeff Trawick
You need mod_proxy_fcgi to interface with PHP-FPM. See http://wiki.apache.org/httpd/PHP-FPM (My previous attempts to post were rejected as suspected SPAM, so I'm trying again without including the original message.)

Re: [users@httpd] Apache and Upgrading OpenSSL

2014-05-16 Thread Loyall, David
Please consider updating http://httpd.apache.org/download.cgi to reflect the information given in the message below. > Date: Fri, 18 Apr 2014 15:10:10 -0400 > From: Christopher Schultz > Subject: Re: [users@httpd] Apache and Upgrading OpenSSL [...] > The httpd project no longer provides binaries

Re: [users@httpd] Is it possible to evaluate .htaccess before proxying requests? (Apache 2.4.9)

2014-05-16 Thread Eric Covener
On Tue, May 13, 2014 at 11:51 AM, Tobias Adolph wrote: > is the intended behaviour of ProxyPass(Match)-Directives to ignore .htaccess > files? Yes, proxy directives stop the URL from being mapped to any location on disk, so no .htaccess in any directory is applicable. You could try mod_rewrite

Re: [users@httpd] RewriteCond help

2014-05-16 Thread Michael Streeter
On 5/12/2014 8:51 AM, Cabell, Jeff wrote: We’ve noticed attempted injection attacks on one of our servers and even though the virus scanners are halting the execution of the malicious code, there is still a level of penetration that we are trying to stop. Can anyone give me an idea why this

[users@httpd] Why multiple user-tracking cookies generated?

2014-05-16 Thread Qingshan Xie
Hello,      After cleared the browser's cache, we observed multiple user-tracking cookies generated when the request proxies to another env. The capture header shows,  In Response Header CP_GUTC:"10.37.138.15.1400173959753313"     In Request Header CP_GUTC:"10.37.145.95.1400173959439209" we