Skip to content

1.35

Latest
Compare
Choose a tag to compare
@star-szr star-szr released this 12 Jul 17:31
· 2 commits to master since this release
  • 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.