A Debian user and fan, found myself in RedHat community and the stress of making symbolic links to just enable sites was tiring, I came up with this to help myself.
- httpd
- Python 3
- Enable and disable sites
- Show enabled and disabled sites
Grant executable permission
$ sudo chmod u=rwx ./httpd-tools.py
$ sudo ./httpd-tools.py ensite site.conf
$ sudo ./httpd-tools.py dissite site.conf
$ sudo ./httpd-tools.py show available
$ sudo ./httpd-tools.py show enabled
You are free to fork or contribute. I have some other things taking my time, but in free time I improve this program.
Shalom!