SOURCES: openvcp-web-apache.conf (NEW) - created by spec

glen glen at pld-linux.org
Sat Sep 22 12:39:00 CEST 2007


Author: glen                         Date: Sat Sep 22 10:39:00 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- created by spec

---- Files affected:
SOURCES:
   openvcp-web-apache.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openvcp-web-apache.conf
diff -u /dev/null SOURCES/openvcp-web-apache.conf:1.1
--- /dev/null	Sat Sep 22 12:39:00 2007
+++ SOURCES/openvcp-web-apache.conf	Sat Sep 22 12:38:55 2007
@@ -0,0 +1,14 @@
+Alias /openvcp-web /usr/share/openvcp-web
+<Directory /usr/share/openvcp-web>
+	RewriteEngine On
+	RewriteRule ^openvcp(.*)$ index.php$1
+
+	Order Deny,Allow
+	Deny from all
+	Allow from localhost
+</Directory>
+
+<Directory /usr/share/openvcp-web/core>
+	Order Deny,Allow
+	Deny from all
+</Directory>
================================================================


More information about the pld-cvs-commit mailing list