~ubuntu-branches/ubuntu/precise/netams/precise

« back to all changes in this revision

Viewing changes to debian/conf/netams-web/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
ScriptAlias /netams/cgi-bin /usr/share/netams-web
 
2
 
 
3
# Uncomment the following if you have no netams package installed
 
4
#Alias /netams/images /usr/share/netams-web/images
 
5
 
 
6
<Directory /usr/share/netams-web>
 
7
 
 
8
        Options -Indexes +FollowSymlinks
 
9
 
 
10
        AddHandler cgi-script .cgi
 
11
 
 
12
        AllowOverride None
 
13
        
 
14
# By default we deny access from other hosts. May be you will need to configure
 
15
# mod_auth_basic or mod_auth_mysql.
 
16
        Order deny,allow
 
17
        Deny from All
 
18
        Allow from 127.0.0.1
 
19
 
 
20
</Directory>
 
21