summaryrefslogtreecommitdiffstats
path: root/modules/README
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>1999-08-24 08:55:44 +0200
committerRoy T. Fielding <fielding@apache.org>1999-08-24 08:55:44 +0200
commite3e87d34a0280b4e88c87b86b715d2c710ffb7ec (patch)
tree3ab9b72af2702b31013c267ee560841a0fbf8327 /modules/README
parentApache 1.3.9 baseline for the Apache 2.0 repository. (diff)
downloadapache2-e3e87d34a0280b4e88c87b86b715d2c710ffb7ec.tar.xz
apache2-e3e87d34a0280b4e88c87b86b715d2c710ffb7ec.zip
Apache 1.3.9 baseline for the Apache 2.0 repository.
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9 Submitted by: Apache Group git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/README')
-rw-r--r--modules/README34
1 files changed, 34 insertions, 0 deletions
diff --git a/modules/README b/modules/README
new file mode 100644
index 0000000000..df25f051f2
--- /dev/null
+++ b/modules/README
@@ -0,0 +1,34 @@
+The directory structure for this level is as follows:
+
+standard/
+
+ In this directory are the standard supported modules for
+ Apache. Not all are compiled by default.
+
+proxy/
+
+ This houses the code for the proxy module for Apache.
+
+experimental/
+
+ In this directory we've placed some modules which we think
+ provide some pretty interesting functionality, but which
+ are still in the early stages of development and could
+ evolve radically in the future. This code isn't supported
+ officially.
+
+extra/
+
+ This is the directory for third-party modules, such as mod_jserv.
+
+test/
+
+ This directory houses modules which test various components
+ of Apache. You should not compile these into a production
+ server.
+
+example/
+
+ This directory houses example modules, to help module authors
+ figure their way around the Apache API and module concept.
+