aboutsummaryrefslogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache.conf')
-rw-r--r--apache.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/apache.conf b/apache.conf
new file mode 100644
index 0000000..60b1e6a
--- /dev/null
+++ b/apache.conf
@@ -0,0 +1,6 @@
+ScriptAlias /mageia /usr/share/urpmi-proxy/cgi-bin/urpmi-proxy.cgi
+<Directory /usr/share/urpmi-proxy/cgi-bin>
+ Options +ExecCGI
+ Order Allow,Deny
+ Allow from all
+</Directory>