File: apache.conf

package info (click to toggle)
gallery 1.5.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 26,712 kB
  • ctags: 6,567
  • sloc: php: 33,824; sh: 446; xml: 96; makefile: 88; perl: 61
file content (20 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: apache.conf,v 1.2 2001/12/07 14:57:57 laz Exp $

#Alias /gallery /usr/share/gallery

<Directory /usr/share/gallery>
Options FollowSymLinks
AllowOverride Limit Options FileInfo

<FilesMatch "\.(sh|inc|pl|tpl|pot|po|mo|cfg|def|default)$">
Order allow,deny
Deny from all
</FilesMatch>

</Directory>

# some people prefer a simple URL like http://gallery.example.com
#<VirtualHost 1.2.3.4>
#  DocumentRoot /usr/share/gallery
#  ServerName gallery.example.com
#</VirtualHost>