# HG changeset patch # User Oleksandr Gavenko # Date 1748404630 -10800 # Node ID 9232f5c056946da6923162c6a22070aabd501b63 # Parent 59a720e9b0693411e46cb581454406fe989cf08d Validate Apache config. diff -r 59a720e9b069 -r 9232f5c05694 apache.rst --- a/apache.rst Wed Mar 26 00:30:50 2025 +0200 +++ b/apache.rst Wed May 28 06:57:10 2025 +0300 @@ -17,3 +17,11 @@ $ /usr/local/etc/rc.d/apache2 restart +Validate Apache config +====================== + +System wide installation:: + + sudo apachectl configtest + sudo apache2ctl -t +