Validate Apache config.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 28 May 2025 06:57:10 +0300
changeset 2596 9232f5c05694
parent 2595 59a720e9b069
child 2597 ece5f03bfc8a
Validate Apache config.
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
+