virtualhost
virtualhost copied to clipboard
Bash Script to easy create or delete apache virtual hosts on ubuntu
Good evening to all. Please help me, I have encountered the same error, I have cloned your project, followed your instructions but I encounter this error. My operating system ubuntu...
Is there a way to get a list of all virtual hosts? i.e, virtualhost list
If i want to create a VH like this, no problem at all. user@ubuntu:/usr/local/bin$ **sudo vhost create test** Added content to /var/www/test/phpinfo.php New Virtual Host Created Host added to /etc/hosts...
I think in order to make this script more flexible for future features, it'd be good to change the way this takes in settings so that it uses flags instead...
Somewhat related to #49, it'd be awesome if we could add support for SSL virtualhosts. Now that Service Workers are so big in web development, it's key to be able...
Is there an option to add ServerAlias into the new vhost? For example: `$ sudo sh /path/to/virtualhost.sh [create | delete] [domain] [domain_alias1] [domain_alias1] [optional host_dir]`
Added a www.* alias to the host. If you create the host site.com, now it can be accessed through site.com and www.site.com