SOURCES: webapps.README - webserver() virtuals up to date

glen glen at pld-linux.org
Tue Nov 28 15:51:16 CET 2006


Author: glen                         Date: Tue Nov 28 14:51:16 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- webserver() virtuals up to date

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

---- Diffs:

================================================================
Index: SOURCES/webapps.README
diff -u SOURCES/webapps.README:1.6 SOURCES/webapps.README:1.7
--- SOURCES/webapps.README:1.6	Tue Jul 11 22:39:28 2006
+++ SOURCES/webapps.README	Tue Nov 28 15:51:10 2006
@@ -30,16 +30,16 @@
 
 each webserver may provide webserver(feature) virtual. currently used ones are:
 
-- webserver(url_access)
+- webserver(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)
+- webserver(alias)
 module that provides possibility to map local paths to url aliases
 apache1/apache2.x/lighttpd: mod_alias
 
-- webserver(authentication)
+- webserver(auth)
 module that provides way to restrict access by password
 apache1/apache2.x/lighttpd: mod_auth
 
@@ -47,3 +47,7 @@
 module that provides way to handle "directory" urls (urls ending with slash)
 apache1/apache2.x: mod_dir
 lighttpd: mod_indexfile
+
+- webserver(cgi)
+module that provides way CGI interface
+apache1/apache2.x/lighttpd: mod_cgi
================================================================

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



More information about the pld-cvs-commit mailing list