summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: 3a20bd750dfd1f385f6f320a934a08c995454581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<IfModule alias_module>
    Alias /yaaw /usr/share/webapps/yaaw
    <Directory "/usr/share/webapps/yaaw">
        AllowOverride None
        Options None
        Order allow,deny
        #Allow from all
        Allow from 127.0.0.1 localhost

				#AuthType Basic
				#AuthName "Restricted Files"
				#AuthUserFile htpasswd
				#Require user foo
    </Directory>
</IfModule>