Apache: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
===Graceful restart (allows worker thread to finish current requests)===
===Graceful restart (allows worker thread to finish current requests)===
<pre>apachectl -k graceful</pre>
<pre>apachectl -k graceful</pre>
‎<comments />

Latest revision as of 09: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 />