69443d7b7a
provides users with the ability to create and maintain their own albums via an intuitive web interface. Photo management includes automatic thumbnail creation, image resizing, rotation, ordering, captioning, searching and more. Albums can have read, write and caption permissions per individual authenticated user for an additional level of privacy.
12 lines
292 B
Text
12 lines
292 B
Text
Alias /gallery2 "@G2DIR@"
|
|
|
|
<Directory "@G2DIR@">
|
|
Options FollowSymLinks
|
|
AllowOverride Limit Options FileInfo
|
|
</Directory>
|
|
|
|
# some people prefer a simple URL like http://gallery2.example.com
|
|
#<VirtualHost 1.2.3.4>
|
|
# DocumentRoot @G2DIR@
|
|
# ServerName gallery2.example.com
|
|
#</VirtualHost>
|