Re: [users@httpd] Problem with Content-Type recognition

2014-06-23 Thread Michael Felt
Good Idea, and I was hoping that using RemoveEncoding .php was doing that. As this is a vhost, and other vhosts are using php I do not see removing PHP from the server as a solution. So, RemoveEncoding may be the wrong solution. (I was glad I even figured out that the embedded .php. in the

Re: [users@httpd] What causes Apache “Request body read timeout” errors?

2014-06-23 Thread Tom Evans
On Sat, Jun 21, 2014 at 7:13 PM, Vladimir Kornea vlad.tscri...@gmail.com wrote: The server is Apache/2.2.22 (Debian) and the browser is Firefox 30.0, but this is a general question. It refers to lines like this in /var/log/apache2/error.log: [Fri Jun 20 17:42:16 2014] [info] [client

Re: [users@httpd] Problem with Content-Type recognition

2014-06-23 Thread Michael Felt
I have recompiled httpd-2.2.27 with --enable-maintainer-mode and --enable--debugger-mode, and set, to be sure, optimization to -O0 Some help with what needs to be done to get more debug info into the logs is appreciated. (Note: going on a short vacation, so I might not respond again real soon).

[users@httpd] Apache/2.2.3, CentOS 5.1, URL Rewrite

2014-06-23 Thread Rasmus Hvitfeldt
Hi all! I'm trying to configure URL Rewrite/Redirect in Apache 2.2.3 on a CentOS server. We have set up Zabbix and I'm trying to make so all requests to http://zabbix, http://zabbix.company.com, https://zabbix, https://zabbix.company.com redirects/rewrites to https://zabbix.company.com/zabbix.

[users@httpd] Reverse Proxy configuration

2014-06-23 Thread Owen Williams
Hello, I am trying to create a reverse proxy to relabel a cloud based service to look internal to our university. I'm using: httpd-2.2.15 I have lots working but I have three examples that where Apache won't replace text for another URL stub: 1. script type=text/javascript

Re: [users@httpd] What causes Apache “Request body read timeout” errors?

2014-06-23 Thread Vladimir Kornea
On Mon, Jun 23, 2014 at 5:23 AM, Tom Evans tevans...@googlemail.com wrote: The client failed to transmit a complete request to the server within the timeout specified - specifically, there was no data for the server to read from the client within the timeout - and so the request was aborted.

Re: [users@httpd] What causes Apache “Request body read timeout” errors?

2014-06-23 Thread Eric Covener
If you're sure it's not really delayed, there was a bug under event MPM, not yet shipped in a release: https://issues.apache.org/bugzilla/show_bug.cgi?id=56216 On Mon, Jun 23, 2014 at 1:02 PM, Vladimir Kornea vlad.tscri...@gmail.com wrote: On Mon, Jun 23, 2014 at 5:23 AM, Tom Evans

Re: [users@httpd] What causes Apache “Request body read timeout” errors?

2014-06-23 Thread Vladimir Kornea
On Mon, Jun 23, 2014 at 2:30 PM, Eric Covener cove...@gmail.com wrote: If you're sure it's not really delayed, there was a bug under event MPM, not yet shipped in a release: https://issues.apache.org/bugzilla/show_bug.cgi?id=56216 How would I make sure it's not really delayed? No delay is