New
1.35
- 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
--editApache is restarted after returning from your editor. - Suppress password message when running
virtualhost.shwithout prefixing sudo while within the sudo timeout/grace period. - Fix checking for updates while running
virtualhost.sh --listwithout 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 --listis now pickier about how it matches ServerName and DocumentRoot. Only relevant for users who have customized their VirtualHosts.- Running
virtualhost.shby itself no longer requires sudo.