logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Apachectl - Control Apache Servers | Online Free DevTools by Hexmos

Control Apache HTTP servers easily with Apachectl. Manage server processes, test configurations, and reload settings. Free online tool, no registration required.

apachectl

Control an Apache HTTP server. More information: https://manned.org/apachectl.

  • Start the server:

sudo apachectl start

  • Restart the server:

sudo apachectl restart

  • Stop the server:

sudo apachectl stop

  • Test configuration file validity:

apachectl configtest

  • Check server status (requires the lynx browser):

apachectl status

  • Reload configuration without dropping connections:

sudo apachectl graceful

  • Print full Apache configuration (not always supported):

apachectl -S

  • Display help:

apachectl -h

See Also