]> git.donarmstrong.com Git - roundcube.git/blob - debian/conf/apache.conf
9154a86d0b63d292c956cc8121a00d9cf35fbd49
[roundcube.git] / debian / conf / apache.conf
1 # This alias does not work properly with several hosts on your apache server
2 # Uncomment it to use it
3 #    Alias /roundcube /var/lib/roundcube
4
5 <Directory /var/lib/roundcube/>
6         Options +FollowSymLinks
7         AllowOverride All
8         order allow,deny
9         allow from all
10 </Directory>
11
12 # Protecting basic directories:
13 <Directory /var/lib/roundcube/config>
14         Options -FollowSymLinks
15         AllowOverride None
16 </Directory>
17