~ubuntu-branches/ubuntu/quantal/netams/quantal

« back to all changes in this revision

Viewing changes to debian/conf/netams/apache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2009-11-26 02:08:19 UTC
  • Revision ID: james.westby@ubuntu.com-20091126020819-mfn4urmlr1id955h
Tags: 3.4.3+dfsg1-3
debian/copyright: add more details about sources of some part of the
code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Alias /netams/images /usr/share/netams
 
2
Alias /netams/stat /var/lib/netams/stat
 
3
 
 
4
<Directory /var/lib/netams/stat/>
 
5
        Options -Indexes -FollowSymlinks
 
6
 
 
7
        DirectoryIndex index.html
 
8
 
 
9
        AllowOverride All
 
10
</Directory>
 
11
 
 
12
<Directory /usr/share/netams/>
 
13
        Options -Indexes -FollowSymlinks
 
14
        AllowOverride None
 
15
</Directory>