PDA

View Full Version : Update Apache



BLTYNR
07-22-2011, 10:29 AM
Hello,


I use custombuild and i see that a update for apache is.

Apache 2.2.17 to 2.2.19 update is available.

If i update my apache version, must i rebuild php after updating my apache?
So yes, only php or more components like mysql eg.

Thank you

SeLLeRoNe
07-22-2011, 11:04 AM
Just apache, not sure about php but for sure nothing more.

Regards

Acc
07-22-2011, 11:36 AM
It is advised bij DirectAdmin support itself.

update apache:
./build apache

rebuild php:
./build php n

We always do it like that. When an update of MySQL is needed, it can be build seperate:

./build mysql

SeLLeRoNe
07-22-2011, 12:05 PM
mysql is totall not related.

For sure when update mysql you need to rebuild php. as i said, not sure about apache update, but, make a build php take so few time that shouldn't be such a big problem do that :)

Regards