HomeBlogAboutTools

apachectl restart vs stop start

tech

This is a note to myself as much as anything:

apachectl restart is not the same as apachectl stop followed by apachectl start

In particular, the ServerLimit configuration item will not be re-read if restart is used.