Re: [us...@httpd] Apache 2.3 source?

2009-06-19 Thread William A. Rowe, Jr.
Prasanna Ram Venkatachalam wrote: > > Is it possible to get a copy of the Apache 2.3 source? Looked around > on the source distribution site and can't find anything. > > > Might help. This is an automated snapshot system. Not sure if it > completely works!! :( > http://httpd.apache.org/

RE: [us...@httpd] How to detect a non-graceful restart of Apache

2009-06-19 Thread Boyle Owen
> -Original Message- > From: SAILESH KRISHNAMURTI, BLOOMBERG/ 731 LEXIN > [mailto:skrishnam...@bloomberg.net] > Sent: Thursday, June 18, 2009 3:42 PM > To: USERS@httpd.apache.org > Subject: [us...@httpd] How to detect a non-graceful restart of Apache > > Hi, I have a requirement wherin a

Re: [us...@httpd] New DOS HTTP tool

2009-06-19 Thread Tom Evans
On Thu, 2009-06-18 at 08:48 +0100, Nick Kew wrote: > On 17 Jun 2009, at 21:59, Julien Pauli wrote: > > > Any suggestions, ideas ? ;) > > OhBugger. I meant to test-drive this before it went (fully) public. > > If you want to be helpful with this, you might like to test-drive > how the following

[us...@httpd] Throttling in apache

2009-06-19 Thread Mohit Anchlia
We are using apache 2.2.6. We have a need to write a utility that would throttle traffic based on the element of the content. We get data from various client application that have application id assigned to them. This application id is part of the text or xml content. What we want is some utility t

[us...@httpd] Upgrading Apache 2.0.54 to 2.0.63 on Windows Server 2003

2009-06-19 Thread John Clement
I'm a Linux guy, but have been handed the above to do on a live server. I'm just wondering if I use the msi file will it upgrade the current installation? Will it stop and start the service? Keep the current config files? Sorry for the probably slightly stupid questions but google hasn't turne

[us...@httpd] Apache Load Balancer - truncating responses?

2009-06-19 Thread Dmitri O.Kondratiev
Hello! I have the following problem: When using apache load balancer with Tomcat, *sometimes* responses get truncated , resulting in incomplete HTML of *wrong* encoding. My application that Tomcat runs always returns responses in utf-8, yet when truncated, page has a different encoding. The follow

Re: [us...@httpd] New DOS HTTP tool

2009-06-19 Thread Nick Kew
Tom Evans wrote: On Thu, 2009-06-18 at 08:48 +0100, Nick Kew wrote: On 17 Jun 2009, at 21:59, Julien Pauli wrote: Any suggestions, ideas ? ;) OhBugger. I meant to test-drive this before it went (fully) public. If you want to be helpful with this, you might like to test-drive how the followi

[us...@httpd] iis homepage is coming instead of apache please help

2009-06-19 Thread Sayan Mukhopadhyay
Hi Team, I have install apache server in my window pc. When I am running httpd -k start it complets successfully. But in internet explorer when I am typing localhost the iis server home page is coming. I tried for 127.0.0.1. But it is asking some username password. Can someone please help me rega

Re: [us...@httpd] iis homepage is coming instead of apache please help

2009-06-19 Thread Evan Platt
You need to disable IIS Web server. start > Control Panel > Administrative (options|control) > Services look for IIS and click 'Stop' . At 06:26 PM 6/19/2009, you wrote: Hi Team, I have install apache server in my window pc. When I am running httpd -k start it complets successfully. But

[us...@httpd] Re: Throttling in apache

2009-06-19 Thread Mohit Anchlia
Could someone please give some suggestions? On Fri, Jun 19, 2009 at 7:35 AM, Mohit Anchlia wrote: > We are using apache 2.2.6. We have a need to write a utility that > would throttle traffic based on the element of the content. We get > data from various client application that have application i

[us...@httpd] mod_vhost_limit module

2009-06-19 Thread Mohit Anchlia
I am trying to get mod_vhost_limit documentation but can't find one. I just have a simple question, is mod_vhost_limit dynamic in nature. Can I change the value dynamically without having to shut down apache. Is there any similar module that will let me do that. ---