PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > alt.apache.configuration > Internal Performance issues
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
alt.apache.configuration Apache web server configuration issues.

Internal Performance issues

Réponse
 
LinkBack Outils de la discussion
Vieux 10/10/2006, 17h57   #1
MrDecker@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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

  Réponse avec citation
Vieux 11/10/2006, 00h24   #2
flamer die.spam@hotmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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.

  Réponse avec citation
Vieux 12/10/2006, 19h52   #3
MrDecker@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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.


  Réponse avec citation
Vieux 13/10/2006, 16h22   #4
Kenneth Svee
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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
  Réponse avec citation
Vieux 18/10/2006, 16h30   #5
Yamaska
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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 s,

Pete
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 22h10.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12315 seconds with 13 queries