Command Line Interface CLI

#2
As far as I can tell as a regular user, it does not exist.

I've gone and written some of my own bash scripts, using template files for vhosts, but i'm still limited to only a few vhost-creation tasks for myself.

FWIW, this is my most useful bash alias:

alias olsrestart='/usr/local/lsws/bin/lswsctrl restart'

(graceful restart)
 
Top