]> git.pld-linux.org Git - packages/webapps.git/commitdiff
- update
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 20 Nov 2005 16:59:16 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapps.README -> 1.2

webapps.README

index 6ebdf1a2124d8feac144b879fe5f2e3df4aabf57..fea975ca89c21a4113913c2dbff29488de5c605e 100644 (file)
@@ -1,7 +1,24 @@
 webapps
 
 webapps are applications that are designed to run under webserver.
+
 goal of this package is to have web applications work under any webserver
 available in PLD Linux.
 
 top directory /etc/webapps
+
+application configuration
+this could whatever format application uses, php script, text file, python file.
+location: /etc/webapps/$webapp
+
+configuration for webserver
+this is configuration file fragment for specific webserver in webserver native
+config file format.
+
+location: /etc/webapps/$webapp/$http.conf
+
+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
This page took 0.087799 seconds and 4 git commands to generate.