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
- Host: GitHub
- URL: https://github.com/kenvilar/configuration
- Owner: kenvilar
- Created: 2018-07-26T02:39:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T03:11:03.000Z (almost 8 years ago)
- Last Synced: 2025-03-13T02:41:17.235Z (over 1 year ago)
- Topics: apache, configuration, nginx, security, website
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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