This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/debian/apache.conf

14 lines
325 B
ApacheConf
Raw Normal View History

2011-01-28 22:00:48 +00:00
Alias /gallery3 /usr/share/gallery3
2011-01-23 06:43:51 +00:00
<Directory /usr/share/gallery3>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
</Directory>
# some people prefer a simple URL like http://gallery3.example.com
#<VirtualHost 1.2.3.4>
# DocumentRoot /usr/share/gallery3
# ServerName gallery3.example.com
#</VirtualHost>