.: SOURCES/wpkg-http_apache.conf (NEW) - apache conf file for wpkg...
    wolvverine 
    wolvverine at pld-linux.org
       
    Sat Oct  1 04:08:28 CEST 2005
    
    
  
Author: wolvverine                   Date: Sat Oct  1 02:08:28 2005 GMT
Module: .                             Tag: HEAD
---- Log message:
- apache conf file for wpkg-http
---- Files affected:
./SOURCES:
   wpkg-http_apache.conf (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: ./SOURCES/wpkg-http_apache.conf
diff -u /dev/null ./SOURCES/wpkg-http_apache.conf:1.1
--- /dev/null	Sat Oct  1 04:08:28 2005
+++ ./SOURCES/wpkg-http_apache.conf	Sat Oct  1 04:08:23 2005
@@ -0,0 +1,10 @@
+Alias /WPKG /usr/share/wpkg-html
+<Directory /usr/share/wpkg-html>
+	Order deny,allow
+	Deny from all
+	Allow from 127.0.0.1
+	AuthName "Admin"
+	AuthType Basic
+	AuthUserFile /etc/wpkg/password-http
+	Require valid-user
+</Directory>
================================================================
    
    
More information about the pld-cvs-commit
mailing list