]> git.pld-linux.org Git - packages/webapps.git/blob - webapps.README
- webapp modules support
[packages/webapps.git] / webapps.README
1 webapps
2
3 webapps are applications that are designed to run under webserver.
4
5 goal of this package is to have web applications work under any webserver
6 available in PLD Linux.
7
8 top directory /etc/webapps
9
10 application configuration
11 this could whatever format application uses, php script, text file, python file.
12 location: /etc/webapps/$webapp
13
14 configuration for webserver
15 this is configuration file fragment for specific webserver in webserver native
16 config file format.
17
18 location: /etc/webapps/$webapp/$httpd.conf
19 where $httpd is:
20 - apache for apache 1.x
21 - httpd for apache 2.x
22 - lighttpd for lighttpd
23
24 additionally the webserver configuration is linked to webserver config directory
25 which is
26 apache 1.x: /etc/apache/webapps.d
27 apache 2.x: /etc/httpd/webapps.d
28 lighttpd: /etc/lighttpd/webapps.d
This page took 0.078558 seconds and 3 git commands to generate.