[users@httpd] 200 OK for a network error?

2014-06-30 Thread Nozomi Anzai
Hi, I have a question about HTTP status codes. - I use Apache 2.2.15 + mod_proxy_ajp + Tomcat 6.0.35. - Apache's Timeout is 90 sec, and Tomcat AJP connector's connectionTimeout is 1 (10 sec). - Apache's keepAlive is off. - While uploading a large-sized file and waiting the resoponse,

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

2014-06-30 Thread Michael Felt
I did not figure out how to get extra info from the "maintainer" and "debug" enabled version, and it was not as stable (may need to also rebuild the php module against the "debug" version. I hoped syslog and .debug level would be very verbose. So, call me "anything you like", but I am not coming u

Re: [users@httpd] mod_macro cause delay before virtual host sites available after graceful?

2014-06-30 Thread Rose, John B
Thanks We will try that From: Jeff Trawick mailto:traw...@gmail.com>> Reply-To: "users@httpd.apache.org" mailto:users@httpd.apache.org>> Date: Monday, June 30, 2014 3:36 PM To: "users@httpd.apache.org" mailto:users@httpd.apache.org>>

Re: [users@httpd] mod_macro cause delay before virtual host sites available after graceful?

2014-06-30 Thread Rose, John B
To clarify, the delay is only initially after the graceful. Once they load, things are fine from then on. Also, we do notice a much larger number of "internal dummy connection" entries in the access_log immediately after each graceful recently as compared with the previous months. From: Rich

Re: [users@httpd] mod_macro cause delay before virtual host sites available after graceful?

2014-06-30 Thread Rose, John B
We have one virtual host defined via mod_macro method. The others have their own .conf From: Rich Bowen mailto:rbo...@rcbowen.com>> Reply-To: "users@httpd.apache.org" mailto:users@httpd.apache.org>> Date: Monday, June 30, 2014 3:22 PM To: "users@httpd.apache.org

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Miles Fidelman
Remco Poelstra wrote: Op 30 jun. 2014, om 20:23 heeft Miles Fidelman het volgende geschreven: Remco Poelstra wrote: Op 30 jun. 2014, om 19:56 heeft Miles Fidelman mailto:mfidel...@meetinghouse.net>> het volgende geschreven: Remco Poelstra wrote: Hi, I'm migrating a mailman server to a ne

Re: [users@httpd] mod_macro cause delay before virtual host sites available after graceful?

2014-06-30 Thread Jeff Trawick
On Mon, Jun 30, 2014 at 2:54 PM, Rose, John B wrote: > When we do a graceful restart there is a delay of 30-40 seconds each > time accessing each of our virtual hosts. > > Accessing the server itself has no delay. > > We noticed this after we implemented mod_macro, but it affects all > virtual

Re: [users@httpd] mod_macro cause delay before virtual host sites available after graceful?

2014-06-30 Thread Rich Bowen
On 06/30/2014 02:54 PM, Rose, John B wrote: When we do a graceful restart there is a delay of 30-40 seconds each time accessing each of our virtual hosts. Accessing the server itself has no delay. We noticed this after we implemented mod_macro, but it affects all virtual hosts, not just the

[users@httpd] mod_macro cause delay before virtual host sites available after graceful?

2014-06-30 Thread Rose, John B
When we do a graceful restart there is a delay of 30-40 seconds each time accessing each of our virtual hosts. Accessing the server itself has no delay. We noticed this after we implemented mod_macro, but it affects all virtual hosts, not just the mod_macro sites. This had not been an issue pr

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Remco Poelstra
Op 30 jun. 2014, om 20:23 heeft Miles Fidelman het volgende geschreven: > Remco Poelstra wrote: >> Op 30 jun. 2014, om 19:56 heeft Miles Fidelman > > het volgende geschreven: >> >>> Remco Poelstra wrote: Hi, I'm migrating a mailman server to a

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Miles Fidelman
Remco Poelstra wrote: Op 30 jun. 2014, om 19:56 heeft Miles Fidelman mailto:mfidel...@meetinghouse.net>> het volgende geschreven: Remco Poelstra wrote: Hi, I'm migrating a mailman server to a newer machine. The new machine runs apache 2.4. My problem is that the mailman cgi scripts are se

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Remco Poelstra
Op 30 jun. 2014, om 19:56 heeft Miles Fidelman het volgende geschreven: > Remco Poelstra wrote: >> Hi, >> >> I'm migrating a mailman server to a newer machine. The new machine runs >> apache 2.4. My problem is that the mailman cgi scripts are served instead of >> being executed. >> My configu

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Miles Fidelman
Remco Poelstra wrote: Hi, I'm migrating a mailman server to a newer machine. The new machine runs apache 2.4. My problem is that the mailman cgi scripts are served instead of being executed. My configuration looks like the following: ServerName lists.xxx DocumentRoot /home/www

[users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Remco Poelstra
Hi, I'm migrating a mailman server to a newer machine. The new machine runs apache 2.4. My problem is that the mailman cgi scripts are served instead of being executed. My configuration looks like the following: ServerName lists.xxx DocumentRoot /home/www/lists.xxx Scrip

Re: [users@httpd] Discussion about possible new feature for Apache HTTP Server

2014-06-30 Thread D'Arcy J.M. Cain
On Mon, 30 Jun 2014 13:23:37 +0100 Gulkamal Singh wrote: > 1) A browser that has a simple interface from where I can map a key > to a url. When I make a request to my admin URL, it sends this key > in the header, get or post. > 2) A server which shows a 404 unless the key is present in the > head

Re: [users@httpd] Discussion about possible new feature for Apache HTTP Server

2014-06-30 Thread Jeroen Van den Horn
I'm sure that when you fiddle a bit with some RewriteCond's and RewriteRules you can accomplish what you want out-of-the-box. J On Mon, Jun 30, 2014 at 2:23 PM, Gulkamal Singh wrote: > Lets say that I have a domain hosting a public facing website ( > www.mywebsite.com). Now lets say that - >

[users@httpd] Discussion about possible new feature for Apache HTTP Server

2014-06-30 Thread Gulkamal Singh
Lets say that I have a domain hosting a public facing website ( www.mywebsite.com). Now lets say that - 1) Security is not a big thing. 2) To save money, I want to host the admin interface on the same domain ( www.mywebsite.com/admin). 3) The admin interface requires login but never the less I do