<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 05/06/2010 11:42 AM, Ryan Manikowski wrote:
<blockquote cite="mid:4BE30DAB.7030400@devision.us" type="cite">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <br>
Notice the op posted they get timeouts even when going directly to a
numerical address (if the apache server is configured to respond to
*:80 it should at least display something)<br>
  <br>
Try using telnet from a client machine that can not connect.<br>
  <br>
e.g. telnet host.name.here 80<br>
  <br>
or <br>
  <br>
telnet xx.xxx.xxx.xxx 80<br>
  <br>
Try a few times and see if you're getting a timeout or if it connects
every time. Run tcpdump on the apache server while sending the
connection requests and see if the connection attempts show up at all.
If they do not, then it's a network problem.<br>
  <br>
</blockquote>
Try running 'ab' (the apache bench tool - see 'man ab' for how to use
it) against your server and see if you can provoke the timeouts. If you
can, then you are probably not configured to handle many quick
connections and should check (1) httpd.conf to make sure you don't have
an excessively low setting for 'MaxClients' or (2) a too low setting
for max open filehandles. Look in /etc/security/limits.conf - you
should have a line reading something similar to:<br>
<br>
<br>
*                -       nofile          64000<br>
<br>
<br>
somewhere in it to raise the max number of open files. Busy web servers
need lots of filehandles.<br>
<br>
-- <br>
Benjamin Franz<br>
<br>
<pre class="moz-signature" cols="72">-- 
Benjamin Franz
</pre>
</body>
</html>