Apache: Difference between revisions

From roonics
Jump to navigation Jump to search
(Created page with "test")
 
No edit summary
Line 1: Line 1:
test
=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>

Revision as of 10:48, 1 August 2019

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