]> git.pld-linux.org Git - packages/apache.git/blame - apache-PLD.patch
- updated to 1.3.14
[packages/apache.git] / apache-PLD.patch
CommitLineData
cd90156d 1--- apache_1.3.6/src/main/http_main.c.redhat Wed Mar 17 18:05:43 1999
2+++ apache_1.3.6/src/main/http_main.c Thu Mar 25 17:24:55 1999
3@@ -404,6 +404,9 @@
4 else {
5 ap_add_version_component(SERVER_BASEVERSION " (" PLATFORM ")");
6 }
7+
8+ ap_add_version_component(" (PLD/Linux)");
9+
10 /*
11 * Lock the server_version string if we're not displaying
12 * the full set of tokens
13--- apache_1.3.9/config.layout.pld Thu Jul 29 20:12:43 1999
14+++ apache_1.3.9/config.layout Mon Aug 23 19:29:39 1999
15@@ -150,3 +150,22 @@
16 proxycachedir: $localstatedir/proxy
17 </Layout>
18
19+# PLD layout...
20+<Layout PLD>
21+ prefix: /usr
22+ exec_prefix: $prefix
23+ bindir: $prefix/bin
24+ sbindir: $prefix/sbin
25+ libexecdir: $prefix/lib/apache
26+ mandir: $prefix/share/man
27+ sysconfdir: /etc/httpd
28+ datadir: /home/httpd
29+ iconsdir: $datadir/icons
30+ htdocsdir: $datadir/html
31+ cgidir: $datadir/cgi-bin
32+ includedir: $prefix/include/apache
33+ localstatedir: /var
34+ runtimedir: $localstatedir/run
35+ logfiledir: $localstatedir/log/httpd
36+ proxycachedir: $localstatedir/cache/www/apache
37+</Layout>
This page took 0.031626 seconds and 4 git commands to generate.