Re: [EMAIL PROTECTED] Does Apache Restrict Multiple Concurrent Connections from one IP?

2006-12-01 Thread Frode E. Moe
On Fri, Dec 01, 2006 at 14:17:46 -0600, JWM wrote: > I'm trying to figure out what is happening.. I have multiple files I want to > download from my server via http. I click the first link, get the SaveAs > dialog box, enter a filename and the download starts. While that is > downloading, I clic

Re: [EMAIL PROTECTED] Figuring Out Previously-Used Compile Options?

2006-11-28 Thread Frode E. Moe
On Tue, Nov 28, 2006 at 10:19:32 -0500, David P. Donahue wrote: > >'head config.log' in the source directory > > Interesting. If that line I'm seeing is what I think it is, then it was > just "./configure" with no parameters. The same seems true of the MySQL > compilation as well. I would hav

Re: [EMAIL PROTECTED] Virtual Hosts and SSL

2006-11-28 Thread Frode E. Moe
On Tue, Nov 28, 2006 at 09:09:20 +, Steve Swift wrote: > Where should I go to learn about configuring Virtual Hosts and SSL in the > same apache? > > I have virtual hosts woking using "NameVirtualHost *:80" > SSL works for the Virtual Hosts *I* have defined > > But in the (default) ssl.conf f

Re: [EMAIL PROTECTED] mod_headers

2006-11-23 Thread Frode E. Moe
On Thu, Nov 23, 2006 at 22:31:48 +0800, Dan Nelson wrote: > > Luckily, the 2.x version > > has been designed to support multiple protocols. See mod_echo (or > > mod_pop3 or mod_ftpd) for an example of how to substitute another > > protocol module for the http protocol module. > > Does that mean

Re: [EMAIL PROTECTED] Apache fails to detect client closing connection with windows firewall on client

2006-11-23 Thread Frode E. Moe
Exactly, but for a public-facing web site we have no saying in whether clients use a firewall or not :( Also, doesn't this mean that someone could effectively take down the entire server by opening (MaxWorkers) requests every 5 minutes and then just not respond to / read the response at all? Wo

Re: [EMAIL PROTECTED] Apache fails to detect client closing connection with windows firewall on client

2006-11-23 Thread Frode E. Moe
gt; Try Disabling "KeepAlive" connections on your apache server (it is > enabled by default). Simply edit your "httpd.conf" file, and change the > following line: > > KeepAlive On > > to: > > KeepAlive Off > > And see if it works.

[EMAIL PROTECTED] Apache fails to detect client closing connection with windows firewall on client

2006-11-14 Thread Frode E. Moe
(Sorry for a rather long email, here's an "executive summary": Windows firewall doesn't reply with RST for TCP retransmissions on a client-closed connection, causes apache workers to get stuck for 5 minutes) Hello list, lately I've been trying to track down spurious apparent freezes in an applica