SOURCES: webapps.README - initial webserver(virtual) provides

glen glen at pld-linux.org
Tue Jul 11 22:39:34 CEST 2006


Author: glen                         Date: Tue Jul 11 20:39:34 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- initial webserver(virtual) provides

---- Files affected:
SOURCES:
   webapps.README (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/webapps.README
diff -u SOURCES/webapps.README:1.5 SOURCES/webapps.README:1.6
--- SOURCES/webapps.README:1.5	Sun Nov 20 20:05:16 2005
+++ SOURCES/webapps.README	Tue Jul 11 22:39:28 2006
@@ -26,3 +26,24 @@
 apache 1.x: /etc/apache/webapps.d
 apache 2.x: /etc/httpd/webapps.d
 lighttpd: /etc/lighttpd/webapps.d
+
+
+each webserver may provide webserver(feature) virtual. currently used ones are:
+
+- webserver(url_access)
+module that provides possibility restrict/allow access (deny from all) to paths or urls
+apache1/apache2.0/lighttpd: mod_access
+apache2.2: mod_authz_host
+
+- webserver(url_alias)
+module that provides possibility to map local paths to url aliases
+apache1/apache2.x/lighttpd: mod_alias
+
+- webserver(authentication)
+module that provides way to restrict access by password
+apache1/apache2.x/lighttpd: mod_auth
+
+- webserver(indexfile)
+module that provides way to handle "directory" urls (urls ending with slash)
+apache1/apache2.x: mod_dir
+lighttpd: mod_indexfile
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/webapps.README?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list