RE: [users@httpd] Content-Length is always 0

2012-08-23 Thread Brian Gaber
asaf, I have had the same issue in the past when using xlc to compile Apache on AIX. The problem is described here: http://people.apache.org/~trawick/aixstatus.html Here is how I got it to work: Copy AutoMake config.guess that has AIX 6 support into these four places of the source

RE: [users@httpd] FIPS disabled by httpd 2.4.3

2012-08-23 Thread Ruiyuan Jiang
Thanks Rainer, I put the statement SSLFIPS on in the global context section of httpd-ssl.conf file. When I started apache, I got a message in error_log: # cat error_log [Thu Aug 23 10:30:03.014417 2012] [ssl:emerg] [pid 3190:tid 139842618164992] AH01885: FIPS mode failed [Thu Aug 23

[users@httpd] Apache 2.4.2/PHP-FPM via ProxyPass/htaccess-Problem

2012-08-23 Thread Konrad Neuwirth
Dear reader, we have a problem that I do not know how to resolve. We are running a website that interprets all its PHP parts via proxying requests to php-fpm running on a local port. Now, the application we are installing is trying to protect parts of its PHP infrastructure by virtue of using

Re: [users@httpd] Apache authentication - require group AND (not OR) user

2012-08-23 Thread Ben Johnson
On 8/22/2012 3:48 PM, Ben Johnson wrote: On 8/22/2012 2:39 PM, Eric Covener wrote: http://www.svnforum.org/threads/37237-AuthzSVNAccessFile-Require-ldap-group That thread predates the authorization containers from 2.4 recommended in this thread. Maybe there are plans for AuthzSVN to

[users@httpd] Large static files - no mod_xsendfile available

2012-08-23 Thread Knacktus
Hi all, I'm a newbie to Apache, so I hope my question makes any sense :-) ... I have a Python web application which runs on a RedHat 6.3 Server. I'm not allowed to install any third party packages or modules, which are not in the RedHat standard repository. My app needs to serve and recieve

Re: [users@httpd] Large static files - no mod_xsendfile available

2012-08-23 Thread Ben Johnson
On 8/23/2012 1:42 PM, Knacktus wrote: Hi all, I'm a newbie to Apache, so I hope my question makes any sense :-) ... I have a Python web application which runs on a RedHat 6.3 Server. I'm not allowed to install any third party packages or modules, which are not in the RedHat standard

Re: [users@httpd] Large static files - no mod_xsendfile available

2012-08-23 Thread Knacktus
Am 23.08.2012 20:27, schrieb Ben Johnson: On 8/23/2012 1:42 PM, Knacktus wrote: Hi all, I'm a newbie to Apache, so I hope my question makes any sense :-) ... I have a Python web application which runs on a RedHat 6.3 Server. I'm not allowed to install any third party packages or modules,

Re: [users@httpd] Large static files - no mod_xsendfile available

2012-08-23 Thread Ben Johnson
On 8/23/2012 2:55 PM, Knacktus wrote: Am 23.08.2012 20:27, schrieb Ben Johnson: On 8/23/2012 1:42 PM, Knacktus wrote: Hi all, I'm a newbie to Apache, so I hope my question makes any sense :-) ... I have a Python web application which runs on a RedHat 6.3 Server. I'm not allowed to

Re: [users@httpd] Large static files - no mod_xsendfile available

2012-08-23 Thread Ben Johnson
Jan, Sending this off-list, because it's probably not the appropriate venue for the comment, but have you looked into the nginx Web-server at all? It's relatively immature, but from what I've read, its performance is by far superior to Apache's, due to a radically different architecture. It

Re: [users@httpd] Large static files - no mod_xsendfile available

2012-08-23 Thread Ben Johnson
On 8/23/2012 3:26 PM, Ben Johnson wrote: Sending this off-list, because it's probably not the appropriate venue for the comment Oops... bit of a faux pas there. Fat-fingered a key or two and sent that right to the list. Welp, cat's out of the bag. If it's any consolation, I still use Apache

Re: [users@httpd] Large static files - no mod_xsendfile available

2012-08-23 Thread Knacktus
Am 23.08.2012 21:26, schrieb Ben Johnson: Jan, Sending this off-list, because it's probably not the appropriate venue for the comment, but have you looked into the nginx Web-server at all? It's relatively immature, but from what I've read, its performance is by far superior to Apache's, due to

Re: [users@httpd] Large static files - no mod_xsendfile available

2012-08-23 Thread Knacktus
Am 23.08.2012 21:30, schrieb Ben Johnson: On 8/23/2012 3:26 PM, Ben Johnson wrote: Sending this off-list, because it's probably not the appropriate venue for the comment Oops... bit of a faux pas there. Fat-fingered a key or two and sent that right to the list. Welp, cat's out of the bag.

Re: [users@httpd] Apache 2.4.2/PHP-FPM via ProxyPass/htaccess-Problem

2012-08-23 Thread Mark Montague
On August 23, 2012 12:18 , Konrad Neuwirth kon...@mailathome.or.at wrote: It appears, to me, that the proxy directive takes precedence over the access restrictions placed into the directory, and I do not know how to reverse that ordering. The appropriate snipped of our httpd configuration is:

[users@httpd] Issue with HTTP methods (DELETE,PUT) not being accepted (returning 405 Method not allowed)

2012-08-23 Thread Scott Bigelow
I am having an issue with Apache/2.2.22 on Ubuntu 12.04, migrating service from an older system, Apache/2.2.3 on CentOS. We make use of PHP to serve RESTful requests, but I do not believe this is a PHP issue, since the issue is present even when not calling a PHP script. On the old server, it

[users@httpd] mod_extract_forwarded or mod_rpaf for Apache 2.2/2.4?

2012-08-23 Thread Marten Lehmann
Hello, is there any module like mod_extract_forwarded or mod_rpaf available for Apache 2.2 or Apache 2.4? These modules change the value of REMOTE_ADDR to the original client IP address behind a proxy request, that is given by the X-Forwarded-for header - only if the request comes from

Re: [users@httpd] Issue with HTTP methods (DELETE,PUT) not being accepted (returning 405 Method not allowed)

2012-08-23 Thread Darryle Steplight
I believe on some servers these methods are disabled by default for security reasons. I believe you have to enabled them to use them. On Thu, Aug 23, 2012 at 4:59 PM, Scott Bigelow eph...@gmail.com wrote: I am having an issue with Apache/2.2.22 on Ubuntu 12.04, migrating service from an older

Re: [users@httpd] mod_extract_forwarded or mod_rpaf for Apache 2.2/2.4?

2012-08-23 Thread Jeff Trawick
On Thu, Aug 23, 2012 at 5:57 PM, Marten Lehmann lehm...@cnm.de wrote: Hello, is there any module like mod_extract_forwarded or mod_rpaf available for Apache 2.2 or Apache 2.4? These modules change the value of REMOTE_ADDR to the original client IP address behind a proxy request, that is

Re: [users@httpd] mod_extract_forwarded or mod_rpaf for Apache 2.2/2.4?

2012-08-23 Thread Marten Lehmann
Thanks. Is anything like that available for Apache 2.2? Ubuntu 12.04 LTS only ships with Apache 2.2.22. I would have to build my own Apache with all dependencies just for this single module. On 24.08.2012 00:19, Jeff Trawick wrote: On Thu, Aug 23, 2012 at 5:57 PM, Marten Lehmann

Re: [users@httpd] Apache 2.4.2/PHP-FPM via ProxyPass/htaccess-Problem

2012-08-23 Thread Igor Cicimov
On Fri, Aug 24, 2012 at 5:57 AM, Mark Montague m...@catseye.org wrote: On August 23, 2012 12:18 , Konrad Neuwirth kon...@mailathome.or.at wrote: It appears, to me, that the proxy directive takes precedence over the access restrictions placed into the directory, and I do not know how to