|
Home > Archive > Apache Server configuration support > February 2006 > apache2 crawling.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Troubled User 2006-02-14, 6:02 pm |
|
apache 2 on one of my dev servers is going extremely slow.
It takes about 4 minutes to load a page on another computer on the lan.
In my php script i had it print out how long in took to render the page, and it displayed 0.22... seconds
There is nothing relevent in the access logs
There is nothing relevent in ssl logs (although the same thing happens when not using ssl)
in the error log i get the following: (probably about 10)
[Tue Feb 14 11:47:13 2006] [info] Initial (No.1) HTTPS request received for child 2 (server www.domain.tld:443)
[Tue Feb 14 11:47:16 2006] [info] Initial (No.1) HTTPS request received for child 3 (server www.domain.tld:443)
I setup extended status. but that didn't show any types of problems.
I shutdown apache, and ran /usr/sbin/httpd -X
It ran like this, and the page loaded immediately with No problems.
There were no errors printed on the console....
any ideas they may help me trouble shoot.
PS: This exact website code is on 5 other boxes, and none are having this problem.
I believe the problem "may" have started around the same time i was trying out setting up a CA. But the problem exists when using a real
certificate, and/or when not using SSL at all...
| |
|
| On Tue, 14 Feb 2006 12:26:44 -0500, Troubled User wrote:
>
> apache 2 on one of my dev servers is going extremely slow.
> It takes about 4 minutes to load a page on another computer on the lan.
> In my php script i had it print out how long in took to render the page, and it displayed 0.22... seconds
>
>
> There is nothing relevent in the access logs
> There is nothing relevent in ssl logs (although the same thing happens when not using ssl)
>
> in the error log i get the following: (probably about 10)
> [Tue Feb 14 11:47:13 2006] [info] Initial (No.1) HTTPS request received for child 2 (server www.domain.tld:443)
> [Tue Feb 14 11:47:16 2006] [info] Initial (No.1) HTTPS request received for child 3 (server www.domain.tld:443)
>
>
> I setup extended status. but that didn't show any types of problems.
>
>
> I shutdown apache, and ran /usr/sbin/httpd -X
> It ran like this, and the page loaded immediately with No problems.
> There were no errors printed on the console....
>
>
>
>
>
>
>
>
> any ideas they may help me trouble shoot.
>
>
> PS: This exact website code is on 5 other boxes, and none are having this problem.
> I believe the problem "may" have started around the same time i was trying out setting up a CA. But the problem exists when using a real
> certificate, and/or when not using SSL at all...
Not something totally irrelevant, like a stuffed cable is it? ifconfig -a
shows error rates.
Otherwise, if you remove all SSL stuff from http.conf/ssl.conf, then you
can rule that out.
Steve
| |
| Troubled User 2006-02-17, 10:29 pm |
| On Wed, 15 Feb 2006 16:58:27 +1300, Steve <ThisOne@Aint.Valid> wrote:
>On Tue, 14 Feb 2006 12:26:44 -0500, Troubled User wrote:
>
>
>Not something totally irrelevant, like a stuffed cable is it? ifconfig -a
>shows error rates.
>
>Otherwise, if you remove all SSL stuff from http.conf/ssl.conf, then you
>can rule that out.
>
>Steve
Well at this point, i looked. no errors, no dropped packets.
I went into the configs, and completely disabled SSL... problem still occurs... any idea
|
|
|
|
|