Browse Source

IPV6: Small corrections in apache template and debian install

root 3 years ago
parent
commit
ae4096d41d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      install/deb/apache2/status-ipv6.conf
  2. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/deb/apache2/status-ipv6.conf

@@ -5,5 +5,5 @@ Listen [::1]:8081
     Order deny,allow
     Order deny,allow
     Deny from all
     Deny from all
     Allow from 127.0.0.1
     Allow from 127.0.0.1
-    Allow from [::1]
+    Allow from ::1
 </Location>
 </Location>

+ 1 - 1
install/hst-install-debian.sh

@@ -241,7 +241,7 @@ done
 eval set -- "$args"
 eval set -- "$args"
 
 
 # Parsing arguments
 # Parsing arguments
-while getopts "a:w:v:j:k:m:M:g:d:x:z:Z:c:t:i:b:r:o:q:l:y:s:e:p:D:fh" Option; do
+while getopts "a:w:v:j:k:m:M:g:d:x:z:Z:c:t:i:b:r:o:q:l:y:6:s:e:p:D:fh" Option; do
 	case $Option in
 	case $Option in
 		a) apache=$OPTARG ;;       # Apache
 		a) apache=$OPTARG ;;       # Apache
 		w) phpfpm=$OPTARG ;;       # PHP-FPM
 		w) phpfpm=$OPTARG ;;       # PHP-FPM