]> git.pld-linux.org Git - packages/webapps.git/blame - webapps.README
- initial webserver(virtual) provides
[packages/webapps.git] / webapps.README
CommitLineData
7020eb6f
ER
1webapps
2
3webapps are applications that are designed to run under webserver.
514c8766 4
7020eb6f
ER
5goal of this package is to have web applications work under any webserver
6available in PLD Linux.
7
8top directory /etc/webapps
514c8766
ER
9
10application configuration
11this could whatever format application uses, php script, text file, python file.
12location: /etc/webapps/$webapp
13
14configuration for webserver
15this is configuration file fragment for specific webserver in webserver native
16config file format.
17
a0af72c3
ER
18location: /etc/webapps/$webapp/$httpd.conf
19where $httpd is:
6f7206c5
AG
20- apache for apache 1.x
21- httpd for apache 2.x
22- lighttpd for lighttpd
514c8766
ER
23
24additionally the webserver configuration is linked to webserver config directory
25which is
5ec58d25
ER
26apache 1.x: /etc/apache/webapps.d
27apache 2.x: /etc/httpd/webapps.d
28lighttpd: /etc/lighttpd/webapps.d
f75bebf2
ER
29
30
31each webserver may provide webserver(feature) virtual. currently used ones are:
32
33- webserver(url_access)
34module that provides possibility restrict/allow access (deny from all) to paths or urls
35apache1/apache2.0/lighttpd: mod_access
36apache2.2: mod_authz_host
37
38- webserver(url_alias)
39module that provides possibility to map local paths to url aliases
40apache1/apache2.x/lighttpd: mod_alias
41
42- webserver(authentication)
43module that provides way to restrict access by password
44apache1/apache2.x/lighttpd: mod_auth
45
46- webserver(indexfile)
47module that provides way to handle "directory" urls (urls ending with slash)
48apache1/apache2.x: mod_dir
49lighttpd: mod_indexfile
This page took 0.111351 seconds and 4 git commands to generate.