[ciapug] apache slow page loads

Dave J. Hala Jr. dave at 58ghz.net
Mon Aug 27 08:53:33 CDT 2007


I'm doing development and running a local webserver  (RHEL 5, php 5,
mysql 4.x on a seperate box) on workstation. I've got a virtual host
setup, and a host entry for this host in etc/hosts

It used to run just fine. Then all of a sudden, all page loads started
taking 10-15 seconds. I don't what the deal is, and I don't know what
changed. I seem to  remember having this issue once before and it was a
dns problem. However, I can't figure this one out.

When I load the site on a live production server, it is just smoking
fast.

Here's the virtual host:

NameVirtualHost 192.168.xxx.xxx

<VirtualHost xxx.dev.foo>
    ServerAdmin webmaster at xxx.dev.foo
    DocumentRoot /var/www/html/xxx
    ServerName xxx.dev.foo
    ErrorLog logs/xxx-error_log
    CustomLog logs/xxx-access_log common
         <Directory "/var/www/html/xxx/">
                AllowOverride Fileinfo Authconfig Limit Indexes Options
        </Directory>
</VirtualHost>

Also I have: HostnameLookups Off

Anyone have any thoughts?


:) Dave



More information about the ciapug mailing list