customapache script

jaapvstr

Verified User
Joined
Sep 15, 2006
Messages
40
I'm wondering, while using the customapache script to build apache and php again will the server be down?
 
I'm wondering, while using the customapache script to build apache and php again will the server be down?

httpd needs to be restarted so that time it will be offline.

We tested it and our server was offline while compiling for about 4/5 minutes
 
5 minutes to restart httpd? o_O

Well, i was wondering so because the compiling takes really long.

Was thinking if i needed to write my own customapache that uses rpm to build packages, and then installs those for zero downtime. Because i've got no experience with using manual compiles..
 
5 minutes to restart httpd? o_O

Well, i was wondering so because the compiling takes really long.

Was thinking if i needed to write my own customapache that uses rpm to build packages, and then installs those for zero downtime. Because i've got no experience with using manual compiles..

It doesnt take 5 minutes to restart httpd but it gave us a totall downtime of 5 minutes ( including httpd restart )
 
You don't have to take down apache while rebuilding. During the rebuild process everything will work as it is supposed to. Nothing is down during the rebuild. The only down time will be during the apache restart which for most people will be a few seconds. If you have hundreds of domains it could take a minute.
 
Back
Top