Explorar el Código

Hope this fixes the apache2 test :-)

root hace 9 años
padre
commit
f8e471deb4
Se han modificado 1 ficheros con 5 adiciones y 6 borrados
  1. 5 6
      toolset/setup/linux/frameworks/ffead-cpp-apache.sh

+ 5 - 6
toolset/setup/linux/frameworks/ffead-cpp-apache.sh

@@ -36,13 +36,12 @@ FFEAD_CPP_PATH '"${FFEADROOT}"'
 <VirtualHost *:8080>
         DocumentRoot '"${FFEADROOT}"'/web
         SetHandler ffead_cpp_module
-	<Directory '"${FFEADROOT}"'/web/>
-        	Options Indexes FollowSymLinks MultiViews
-        	AllowOverride None
-        	Require all granted
-        	allow from all
-	</Directory>
 </VirtualHost>
+<Directory '"${FFEADROOT}"'/web/>
+       	Options Indexes FollowSymLinks MultiViews
+       	AllowOverride None
+       	Require all granted
+</Directory>
 EOL'
 
 sudo adduser testrunner www-data