Bluehost.com Web Hosting $6.95

Internal Performance issues

This is a discussion on Internal Performance issues within the Apache Web Server forums, part of the Web Server and Related Forums category; I have an Apache 2.0.51 Server that sits in a DMZ. External users can access this server without ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-10-2006
MrDecker@gmail.com
 
Posts: n/a
Default Internal Performance issues

I have an Apache 2.0.51 Server that sits in a DMZ. External users can
access this server without any performance issues. From the internal
network performance drops severely. All the text loads fine, even flash
objects will load fast. All Gifs, however, take forever and a day to
load. A 3k gif will take 4 or 5 seconds. Another webserver exists in
the same DMZ using IIS and there are absolutely no performance
problems. Is there anything in the apache config that may cause this
issue? The webserver logs always show 304 not modified messages, but
that is normal, right? Thanks

  #2 (permalink)  
Old 10-11-2006
flamer die.spam@hotmail.com
 
Posts: n/a
Default Re: Internal Performance issues


MrDecker@gmail.com wrote:

> I have an Apache 2.0.51 Server that sits in a DMZ. External users can
> access this server without any performance issues. From the internal
> network performance drops severely. All the text loads fine, even flash
> objects will load fast. All Gifs, however, take forever and a day to
> load. A 3k gif will take 4 or 5 seconds. Another webserver exists in
> the same DMZ using IIS and there are absolutely no performance
> problems. Is there anything in the apache config that may cause this
> issue? The webserver logs always show 304 not modified messages, but
> that is normal, right? Thanks


Have you tried from different pc's on your lan? The images are they
created dynamically by imagemagik/gd or anything?

a remote user might not see 5 seconds to load the images as being
overly long especially if it loads all the images within 5 seconds that
would be quite normal for them.

what is your firewall reporting when you access the webpage?

first thing i would do is try it remotely for myself to make sure it is
going normal speed. have you updated apache recently?

Flamer.

  #3 (permalink)  
Old 10-12-2006
MrDecker@gmail.com
 
Posts: n/a
Default Re: Internal Performance issues

I've tried from several pc's on the LAN. Images are basic gifs under 5k
in size. They are not created dynamically. External users load time on
this page is <10 seconds. Internal Users load time on this page is
30-45 seconds. Firewall reports nothing. I temporarily swapped the
webserver out with a different machine, gave it the same IP and all was
fine. Put the Linux box back in place and it was back to slow again.
Everything is pointing to the Linux Apache Server. It has dual NICs and
I tried the 2nd NIC and still had the same problem. If I connect my
laptop to the same DMZ it loads the page in <2 seconds. I thought for
sure it was a routing problem since it worked fine on the same DMZ
until I swapped the Linux/Apache Server out with an IIS server, gave it
the same IP, and it worked great everywhere. Unfortunately I have to
use the linux/apache server instead. I've tried the latest version of
apache and still had the same problem. Thanks.

flamer die.spam@hotmail.com wrote:
> MrDecker@gmail.com wrote:
>
> > I have an Apache 2.0.51 Server that sits in a DMZ. External users can
> > access this server without any performance issues. From the internal
> > network performance drops severely. All the text loads fine, even flash
> > objects will load fast. All Gifs, however, take forever and a day to
> > load. A 3k gif will take 4 or 5 seconds. Another webserver exists in
> > the same DMZ using IIS and there are absolutely no performance
> > problems. Is there anything in the apache config that may cause this
> > issue? The webserver logs always show 304 not modified messages, but
> > that is normal, right? Thanks

>
> Have you tried from different pc's on your lan? The images are they
> created dynamically by imagemagik/gd or anything?
>
> a remote user might not see 5 seconds to load the images as being
> overly long especially if it loads all the images within 5 seconds that
> would be quite normal for them.
>
> what is your firewall reporting when you access the webpage?
>
> first thing i would do is try it remotely for myself to make sure it is
> going normal speed. have you updated apache recently?
>
> Flamer.


  #4 (permalink)  
Old 10-13-2006
Kenneth Svee
 
Posts: n/a
Default Re: Internal Performance issues

[ nobody ]

> I've tried from several pc's on the LAN. Images are basic gifs under
> 5k in size. They are not created dynamically. External users load
> time on this page is <10 seconds. Internal Users load time on this
> page is 30-45 seconds. Firewall reports nothing. I temporarily
> swapped the webserver out with a different machine, gave it the same
> IP and all was fine. Put the Linux box back in place and it was back
> to slow again. Everything is pointing to the Linux Apache Server. It
> has dual NICs and I tried the 2nd NIC and still had the same
> problem. If I connect my laptop to the same DMZ it loads the page in
> <2 seconds. I thought for sure it was a routing problem since it
> worked fine on the same DMZ until I swapped the Linux/Apache Server
> out with an IIS server, gave it the same IP, and it worked great
> everywhere. Unfortunately I have to use the linux/apache server
> instead. I've tried the latest version of apache and still had the
> same problem. Thanks.


Sounds like a network config issue. Check that the networks and
routing table on the Linux-box is set up correctly (i.e. gateway(s);
see 'man route').

Rgds,
Kenneth Svee
  #5 (permalink)  
Old 10-18-2006
Yamaska
 
Posts: n/a
Default Re: Internal Performance issues

Kenneth Svee wrote:
> [ nobody ]
>
>> I've tried from several pc's on the LAN. Images are basic gifs under
>> 5k in size. They are not created dynamically. External users load
>> time on this page is <10 seconds. Internal Users load time on this
>> page is 30-45 seconds. Firewall reports nothing. I temporarily
>> swapped the webserver out with a different machine, gave it the same
>> IP and all was fine. Put the Linux box back in place and it was back
>> to slow again. Everything is pointing to the Linux Apache Server. It
>> has dual NICs and I tried the 2nd NIC and still had the same
>> problem. If I connect my laptop to the same DMZ it loads the page in
>> <2 seconds. I thought for sure it was a routing problem since it
>> worked fine on the same DMZ until I swapped the Linux/Apache Server
>> out with an IIS server, gave it the same IP, and it worked great
>> everywhere. Unfortunately I have to use the linux/apache server
>> instead. I've tried the latest version of apache and still had the
>> same problem. Thanks.

>
> Sounds like a network config issue. Check that the networks and
> routing table on the Linux-box is set up correctly (i.e. gateway(s);
> see 'man route').
>
> Rgds,
> Kenneth Svee



Also check resolf.conf and/or resolve.conf

It could be DNS issue,.. ad if your local machines aren't named in
either internal DNS or in the hosts file,.. any resolving of hte
hostnames would severely slow all requests down.

Hope this helps,

Pete
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:35 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0