[users@httpd] A very strange "minor" issue with PHP-FPM with Apache 2.4 (security, privacy related)

2015-03-20 Thread hushthatbush
Dear Apache HTTP Server community, A few months ago, I finally switched over my PHP from using mod_php to PHP-FPM. I have it mostly working, except for one very annoying thing that I hope you can help me with. For my test vhost, I have a config that has a lot of RewriteRules and ends with this

Re: [users@httpd]

2015-03-20 Thread el kalin
> > > so one though i had about this is that in my httpd-mpm file the only > loaded module is mpm_prefork_module. which has this in it's scope (default > values): > > > > StartServers 5 > > MinSpareServers 5 > > MaxSpareServers 10 > > MaxRequestWorkers

[users@httpd] ApacheCon North America, just 3 weeks away!

2015-03-20 Thread Rich Bowen
Dear Apache httpd enthusiast, In just a few weeks, we'll be holding ApacheCon in Austin, Texas, and we'd love to have you in attendance. You can save $300 on admission by registering NOW, since the early bird price ends on the 21st. Register at http://s.apache.org/acna2015-reg ApacheCon this

[users@httpd] mod_proxy/ mod_proxy_http/ mod_proxy_balancer error states

2015-03-20 Thread Erik Person
Hi! I have problems finding documentation on which specific events a ProxyPass worker would get in a state "Error" (https/ https). My point with this is to know exactly when I can expect a failover to another BalancerMember using mod_proxy_balancer. I am talking about the default behaviour I ha

Re: [users@httpd] Re: Apache CONNECT Method Allowed in HTTP Server Or HTTP Proxy Server Vulnerability

2015-03-20 Thread Daniel
2015-03-20 1:15 GMT+01:00 吴昊 : > 2 solutions > > as you’ve tried before RewriteCond & RewriteRule is one solution, another > is limit & limitExcpet. and please note that even disabling the specific > method(s) in these directives will not remove that method from the > Supported Methods line (all

Re: [users@httpd] apache 2.4 allow by IP

2015-03-20 Thread Daniel
2015-03-20 1:06 GMT+01:00 Tim Dunphy : > Do you also have the corresponding LoadModule directives in your config >> file? >> (shared modules need it to be effectively loaded). > > > Affirmative: > > [root@uszwsls00015la apache2]# egrep "status_module|authz_host" > conf/httpd.conf > LoadModule auth