]> git.pld-linux.org Git - packages/webapps.git/commitdiff
- initial webserver(virtual) provides
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 11 Jul 2006 20:39:28 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapps.README -> 1.6

webapps.README

index 8413af7cd67940d7d93d2c529726f452b3549dcd..e766298aaf94cbe2604b08cc20bb8d952e577e9e 100644 (file)
@@ -26,3 +26,24 @@ which is
 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
This page took 0.045189 seconds and 4 git commands to generate.