Fixes to work better on chankillo
[sysconfig/apache2.git] / conf-available / gallery2.conf
1 #Alias /gallery2 /usr/share/gallery2
2
3 <Directory /usr/share/gallery2>
4   Options FollowSymLinks
5   AllowOverride Limit Options FileInfo
6 </Directory>
7
8 # some people prefer a simple URL like http://gallery2.example.com
9 #<VirtualHost 1.2.3.4>
10 #  DocumentRoot /usr/share/gallery2
11 #  ServerName gallery2.example.com
12 #</VirtualHost>
13