[users@httpd] Question about ChangeLog (CHANGES)

2012-02-22 Thread Tianyin Xu
Hi, guys, I want to ask a question about Apache ChangeLog. How can I check the changed code or patches corresponding to each ChangeLog entry? For example, the new Apache 2.4.1's ChangeLog is like Changes with Apache 2.4.1 *) SECURITY: CVE-2012-0053 (cve.

Re: [users@httpd] apache 2.4.1 and mod cband

2012-02-22 Thread Eric Covener
On Wed, Feb 22, 2012 at 6:52 PM, Nick Edwards wrote: > Hi, > I know this may be a little off-topic, but am asking here because mod > cband has it seems been abandon-ware for few years now, even half the > authors I contacted have no idea about the main developers > whereabouts. > > mod_cband works

Re: [users@httpd] apache 2.4.1 and mod cband

2012-02-22 Thread Jeff Trawick
On Wed, Feb 22, 2012 at 6:52 PM, Nick Edwards wrote: > Hi, > I know this may be a little off-topic, but am asking here because mod > cband has it seems been abandon-ware for few years now, even half the > authors I contacted have no idea about the main developers > whereabouts. > > mod_cband works

[users@httpd] apache 2.4.1 and mod cband

2012-02-22 Thread Nick Edwards
Hi, I know this may be a little off-topic, but am asking here because mod cband has it seems been abandon-ware for few years now, even half the authors I contacted have no idea about the main developers whereabouts. mod_cband works fantastic, except in trying 2.4.1 of apache httpd it no longer bui

[users@httpd] best website security method

2012-02-22 Thread Rajeev Prasad
Hello, what is the best website security method? 1. best authentication method?(AuthMYSQL?) 1.b best data authorization method? 2. best website security method?(ssl?) 3. which is the best open source "automated and heuristic web vulnerability scanner" ? plz. advice. ty Rajeev ---

[users@httpd]

2012-02-22 Thread Ruiyuan Jiang
Hi, all I have an apache2.2.22 reverse proxy server running. On the reverse proxy server, it has multiple virtual hosts. Some of them are https connections besides http connection. The backend servers behind the reverse proxy server have either https or http connection with the Apache reverse p

RE: [users@httpd] Apache Configuration Cleanup Help

2012-02-22 Thread brittany.m.pearsall
Well, it's a relief to know that our setup isn't completely wrong, however the fact the tutorials my company provides are super outdated is kind of depressing. Does anyone have any links to good up-to-date tutorials for administering Apache? The problem I had that started this whole business wa

Re: [users@httpd] proxy_fcgi and PHP-FPM: error pages and config syntax

2012-02-22 Thread Mark Montague
On February 22, 2012 12:20 , Jan Engelhardt wrote: Did you try accesing FPM over unix socket? The way I see it, the mod_proxy and/or libapr source code do not have any provisions for parsing anything but, and resolving to, IPv4/IPv6 sockaddrs. (Would have loved to use proxy:fcgi://%2Fvar%2Frun

Re: [users@httpd] proxy_fcgi and PHP-FPM: error pages and config syntax

2012-02-22 Thread Jan Engelhardt
On Wednesday 2012-02-22 17:56, Mark Montague wrote: > RewriteRule \.php$ > proxy:fcgi://localhost:8002/%{DOCUMENT_ROOT}/%{SCRIPT_FILENAME} > RewriteRule ^/?(.*\.php)$ fcgi://127.0.0.1:9003/www/wp3/wordpress/$1 [P,L] >> >> NB: When using fcgi://etc. or proxy:fcgi://etc. as substitu

Re: [users@httpd] proxy_fcgi and PHP-FPM: error pages and config syntax

2012-02-22 Thread Mark Montague
On February 22, 2012 11:48 , Jan Engelhardt wrote: On Wednesday 2012-02-22 17:38, Jan Engelhardt wrote: RewriteEngine On RewriteRule \.php$ proxy:fcgi://localhost:8002/%{DOCUMENT_ROOT}/%{SCRIPT_FILENAME} I share the dismay you might be expressing at seeing that. Is there a nicer way to configu

Re: [users@httpd] proxy_fcgi and PHP-FPM: error pages and config syntax

2012-02-22 Thread Jan Engelhardt
On Wednesday 2012-02-22 17:38, Jan Engelhardt wrote: >>> >>> RewriteEngine On >>> RewriteRule \.php$ >>> proxy:fcgi://localhost:8002/%{DOCUMENT_ROOT}/%{SCRIPT_FILENAME} >>> >>> I share the dismay you might be expressing at seeing that. Is there a >>> nicer way to configure accessing FPM through Fa

Re: [users@httpd] proxy_fcgi and PHP-FPM: error pages and config syntax

2012-02-22 Thread Jan Engelhardt
On Wednesday 2012-02-22 15:40, Mark Montague wrote: > On February 22, 2012 6:10 , Jan Engelhardt wrote: >> >> RewriteEngine On >> RewriteRule \.php$ >> proxy:fcgi://localhost:8002/%{DOCUMENT_ROOT}/%{SCRIPT_FILENAME} >> >> I share the dismay you might be expressing at seeing that. Is there a >> ni

Re: [users@httpd] A working mod_proxy_fcgi + php-fpm httpd.conf file anyone?

2012-02-22 Thread Mark Montague
On February 22, 2012 3:25 , Ralph Lawrence wrote: Does anyone have a working mod_proxy_fcgi plus php-fpm configuration that they can share? Example 1: ProxyPass fcgi://127.0.0.1:9000/www/php-ssl/ ProxyErrorOverride on Require all granted This would be equivalent to

Re: [users@httpd] proxy_fcgi and PHP-FPM: error pages and config syntax

2012-02-22 Thread Mark Montague
On February 22, 2012 6:10 , Jan Engelhardt wrote: The first issue that arises is that error page generation is completely left to PHP-FPM. Since FPM delivers error codes like 404 without any page context, one essentially gets a blank page in browsers. It is only wget/curl where one sees that som

[users@httpd] proxy_fcgi and PHP-FPM: error pages and config syntax

2012-02-22 Thread Jan Engelhardt
Apache 2.3/2.4 has a new "mod_proxy_fcgi" module. For fun (and maybe, profit), I was experimenting in using proxy_fcgi in conjunction with PHP-FPM instead of mod_php5 for execution of PHP scripts. The first issue that arises is that error page generation is completely left to PHP-FPM. Since FP

[users@httpd] A working mod_proxy_fcgi + php-fpm httpd.conf file anyone?

2012-02-22 Thread Ralph Lawrence
Hi, Does anyone have a working mod_proxy_fcgi plus php-fpm configuration that they can share? I'm in desperate need of some documentation on mod_proxy_cgi. I've got Apache 2.4 configured using... ProxyPass / fcgi://localhost:9000/ And php-fpm listening on port 9000. I don't have further cg