Apache: Difference between revisions
Jump to navigation
Jump to search
(Created page with "test") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Apache= | |||
==Useful Commands== | |||
===Restart Apache=== | |||
<pre>systemctl restart apache</pre> | |||
===Check Apache config=== | |||
<pre>apachectl -t</pre> | |||
===Graceful restart (allows worker thread to finish current requests)=== | |||
<pre>apachectl -k graceful</pre> | |||
<comments /> |
Latest revision as of 08:25, 20 March 2022
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 />