You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for IPv6 default local address ::1, thanks @davereid.
Fix when specifying document root interactively, thanks @chrisantonellis.
VirtualHosts are now cross-compatible between Apache 2.2.x and 2.4+, rather than detecting the version and generating different directives.
When using --edit Apache is restarted after returning from your editor.
Suppress password message when running virtualhost.sh without prefixing sudo while within the sudo timeout/grace period.
Fix checking for updates while running virtualhost.sh --list without sudo (the last update check directory and file are now owned by $USER). Note that update checking needs to run once with sudo to fix the permissions.
Checking for new releases is only done once per day.
virtualhost.sh --list is now pickier about how it matches ServerName and DocumentRoot. Only relevant for users who have customized their VirtualHosts.
Running virtualhost.sh by itself no longer requires sudo.