Apache restarting too often - how to miss it?

rushost

Verified User
Joined
Aug 22, 2004
Messages
52
1) Is it realy that in DA apache restart every time when user created?
This is the reason of bad apache's uptime when there is a lot of users
on server. Especialy it is problem when we have users with 120.000 hits per day (visitors every second)

(I know that some Control Panel has special software for miss http
restarting every time. They don't using classic httpd.conf)

2)
/usr/local/etc/rc.d/httpd
there:
reload -> kill -HUP
restart -> stop,start
why you dont use apachectl graceful instead of stop+start?!!
 
Back
Top