Apache stop in middle of the page

Soldier

Verified User
Joined
Oct 24, 2006
Messages
32
Hello, i've a problem a server, when i try to load a page (You can try with www.forcis.com), the browser cannot charge all the page, it fails to download images for example. I don't think thath is the connection, FTP/SSH haven't timeouts. DDoS? I don't think, There are no many connections opened, All IP's are collapsed.

I let us my httpd.conf here, if you find a problem say me. I'm using Apache 1.3.37, PHP 4.4.6...

ServerType standalone
ServerRoot "/etc/httpd"
LockFile /var/run/httpd.lock
PidFile /var/run/httpd.pid
ScoreBoardFile logs/apache_runtime_status
ResourceConfig /dev/null
AccessConfig /dev/null

ServerTokens PROD
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 5
MinSpareServers 5
MaxSpareServers 20
StartServers 8
MaxClients 180
MaxRequestsPerChild 0
 
Last edited:
It takes me a long time to get it all but your page eventually loads. I've tried it with both Mozilla and Opera, and it loads on both, but it takes a long time.

I don't believe the problem is with Apache at all. I'd look for your connection, for working recursive nameservers in /etc/resolv.conf, and for your serverload.

Jeff
 
Knowing the nameservers in your /etc/resolve.conf file doesn't really help.

When I try:
Code:
dig @62.141.32.2 nobaloney.net
Code:
dig @62.141.34.2 nobaloney.net
Code:
dig @80.82.220.187 nobaloney.net

None of these resolve nobaloney.net for me. But that's immaterial. Check to see if they resolve for you. If they do, then you're okay. If they don't, then you need to get working resolving nameservers (preferably local to your network) listed therein.

Jeff
 
I haven't dig installed on my server (Debian 4.0 Etch) and there are no apparent problems for dns:

[mika@mordor (~)]# host nobaloney.net
nobaloney.net A 4.79.140.157

I'm using mordor.forcis.com as dns server for 2 Wifi spots and my computers, and they resolve ok.
 
Last edited:
Back
Top