]> git.pld-linux.org Git - packages/webapps.git/blame - webapps.README
- symlink name lies (keep the webapp name for modules)
[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
This page took 0.095432 seconds and 4 git commands to generate.