]> git.pld-linux.org Git - packages/webapps.git/blobdiff - webapps.README
- tabs in preamble
[packages/webapps.git] / webapps.README
index 1c82dc2c95595df78fd5765c0563bcdb92f4db79..e7d9127fd27db0db6c637ff5faf0720ad63154d8 100644 (file)
@@ -15,14 +15,39 @@ configuration for webserver
 this is configuration file fragment for specific webserver in webserver native
 config file format.
 
-location: /etc/webapps/$webapp/$http.conf 
-where $http is:
+location: /etc/webapps/$webapp/$httpd.conf
+where $httpd is:
 - apache for apache 1.x
 - httpd for apache 2.x
 - lighttpd for lighttpd
 
 additionally the webserver configuration is linked to webserver config directory
 which is
-apache 1.x: /etc/apache/webapps
-apache 2.x: /etc/httpd/webapps
-lighttpd: /etc/lighttpd/webapps
+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(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(alias)
+module that provides possibility to map local paths to url aliases
+apache1/apache2.x/lighttpd: mod_alias
+
+- webserver(auth)
+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
+
+- webserver(cgi)
+module that provides way CGI interface
+apache1/apache2.x/lighttpd: mod_cgi
This page took 0.057027 seconds and 4 git commands to generate.