summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
authoryhfudev2015-06-09 12:37:45 -0400
committeryhfudev2015-06-09 12:37:45 -0400
commit7a17ff2b2f711651faf3bc1a66b5e91fb19527b8 (patch)
treed3bee4db7771d5a4cbe2da36ceffeea4109f0bcf /apache.example.conf
downloadaur-7a17ff2b2f711651faf3bc1a66b5e91fb19527b8.tar.gz
Initial import
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/apache.example.conf b/apache.example.conf
new file mode 100644
index 000000000000..4db5143d022a
--- /dev/null
+++ b/apache.example.conf
@@ -0,0 +1,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>