Apache

From roonics
Revision as of 09:25, 20 March 2022 by Jlambert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Apache

Useful Commands

Restart Apache

systemctl restart apache

Check Apache config

apachectl -t

Graceful restart (allows worker thread to finish current requests)

apachectl -k graceful

‎<comments />