]> git.pld-linux.org Git - packages/webapps.git/commitdiff
- webserver() virtuals up to date
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Nov 2006 14:51:10 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapps.README -> 1.7

webapps.README

index e766298aaf94cbe2604b08cc20bb8d952e577e9e..e7d9127fd27db0db6c637ff5faf0720ad63154d8 100644 (file)
@@ -30,16 +30,16 @@ lighttpd: /etc/lighttpd/webapps.d
 
 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 @@ apache1/apache2.x/lighttpd: mod_auth
 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
This page took 0.083116 seconds and 4 git commands to generate.