summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: 4db5143d022a3ce732b1554659a43f2015918333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<IfModule alias_module>
    Alias /webui-aria2 /usr/share/webapps/webui-aria2
    <Directory "/usr/share/webapps/webui-aria2">
        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>