From 70eae5bd56544c2f96d5bf9fe46bac4d05190a2a Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Tue, 26 Apr 2011 18:36:19 +0000 Subject: [PATCH] adding options + allowoverride to keep most of alternc-pre-1.0 behavior. if we don't put this, AlternC is completely broken on locally hosted domains --- etc/alternc/templates/apache2/vhost.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/alternc/templates/apache2/vhost.conf b/etc/alternc/templates/apache2/vhost.conf index 77aa4e61..f9e858b8 100644 --- a/etc/alternc/templates/apache2/vhost.conf +++ b/etc/alternc/templates/apache2/vhost.conf @@ -4,6 +4,8 @@ php_admin_value open_basedir "%%document_root%%:/usr/share/php/:/var/alternc/tmp:/tmp" + Options +FollowSymLinks +MultiViews + AllowOverride AuthConfig FileInfo Limit Options Indexes LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc