Browse Source

Hope this fixes the apache2 test :-)

root 9 years ago
parent
commit
f8e471deb4
1 changed files with 5 additions and 6 deletions
  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>
 <VirtualHost *:8080>
         DocumentRoot '"${FFEADROOT}"'/web
         DocumentRoot '"${FFEADROOT}"'/web
         SetHandler ffead_cpp_module
         SetHandler ffead_cpp_module
-	<Directory '"${FFEADROOT}"'/web/>
-        	Options Indexes FollowSymLinks MultiViews
-        	AllowOverride None
-        	Require all granted
-        	allow from all
-	</Directory>
 </VirtualHost>
 </VirtualHost>
+<Directory '"${FFEADROOT}"'/web/>
+       	Options Indexes FollowSymLinks MultiViews
+       	AllowOverride None
+       	Require all granted
+</Directory>
 EOL'
 EOL'
 
 
 sudo adduser testrunner www-data
 sudo adduser testrunner www-data