Skip to content

Commit 5d855a4

Browse files
committed
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
1 parent 5430f88 commit 5d855a4

55 files changed

Lines changed: 34461 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/.cvsignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Makefile

modules/README

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
The directory structure for this level is as follows:
2+
3+
standard/
4+
5+
In this directory are the standard supported modules for
6+
Apache. Not all are compiled by default.
7+
8+
proxy/
9+
10+
This houses the code for the proxy module for Apache.
11+
12+
experimental/
13+
14+
In this directory we've placed some modules which we think
15+
provide some pretty interesting functionality, but which
16+
are still in the early stages of development and could
17+
evolve radically in the future. This code isn't supported
18+
officially.
19+
20+
extra/
21+
22+
This is the directory for third-party modules, such as mod_jserv.
23+
24+
test/
25+
26+
This directory houses modules which test various components
27+
of Apache. You should not compile these into a production
28+
server.
29+
30+
example/
31+
32+
This directory houses example modules, to help module authors
33+
figure their way around the Apache API and module concept.
34+

modules/aaa/.cvsignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Makefile
2+
*.lo
3+
*.so
4+
*.dll
5+
*.def
6+
*.exp

0 commit comments

Comments
 (0)