https://github.com/failedcode/webserverctl
Better than a2ensite!
https://github.com/failedcode/webserverctl
apache2 ctl nginx webserver
Last synced: 8 months ago
JSON representation
Better than a2ensite!
- Host: GitHub
- URL: https://github.com/failedcode/webserverctl
- Owner: FailedCode
- License: unlicense
- Created: 2018-01-06T13:33:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T14:06:25.000Z (about 8 years ago)
- Last Synced: 2025-02-28T15:30:36.569Z (about 1 year ago)
- Topics: apache2, ctl, nginx, webserver
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webserverctl
A little console gui to enable/disable webserver configuration files.
### Why?
Because nginx does not come with an enable/disable site script and `a2ensite` and `a2dissite` are little better than nothing.
### What does it do?
It reads the sites-available and site-enabled directories, lets you activate sites via console gui and restarts the webserver.
### Install
`git clone https://github.com/FailedCode/webserverctl.git /opt/webserverctl`
`ln -s /opt/webserverctl/webserverctl.sh /usr/bin/webserverctl`