Skip to content

Commit ccdf2da

Browse files
committedOct 15, 2015
Updated Apache VirtualHost setup (2.4.7 compatibility)
1 parent dbaa56d commit ccdf2da

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed
 

‎apache-config

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
AliasMatch ^/compiler/?(.*) /opt/codebender/compiler/Symfony/web/$1
2-
<Directory /opt/codebender/compiler/Symfony/web>
3-
Options -Indexes FollowSymLinks MultiViews
1+
<VirtualHost *:80>
2+
DocumentRoot /opt/codebender/compiler/Symfony/web
3+
DirectoryIndex index.php
4+
SetEnv APPLICATION_ENV "production"
5+
<Directory /opt/codebender/compiler/Symfony/web>
6+
Options -Indexes +FollowSymLinks +MultiViews
7+
Require all granted
48
AllowOverride All
5-
Order allow,deny
6-
Allow from all
7-
</Directory>
9+
</Directory>
10+
</VirtualHost>

0 commit comments

Comments
 (0)