An open API service indexing awesome lists of open source software.

https://github.com/kenvilar/configuration

Apache Web Server
https://github.com/kenvilar/configuration

apache configuration nginx security website

Last synced: 9 months ago
JSON representation

Apache Web Server

Awesome Lists containing this project

README

          

# configuration

Restart the web server as follows
---------------- On SystemD ----------------
$ sudo systemctl restart httpd
$ sudo systemctl restart apache2
---------------- On SysVInit ----------------
$ sudo service httpd restart
$ sudo service apache2 restart