]> git.pld-linux.org Git - packages/apache.git/blame - apache-PLD.patch
- merged DEVEL, started SECURITY update to 1.3.26
[packages/apache.git] / apache-PLD.patch
CommitLineData
5ac679da
JR
1diff -urN apache_1.3.14.orig/config.layout apache_1.3.14/config.layout
2--- apache_1.3.14.orig/config.layout Tue Sep 26 01:44:55 2000
3+++ apache_1.3.14/config.layout Sat Nov 11 20:41:04 2000
4@@ -249,3 +249,23 @@
5 logfiledir: $prefix/logs
6 proxycachedir: $prefix/proxy
cd90156d 7 </Layout>
5ac679da 8+
cd90156d 9+# PLD layout...
10+<Layout PLD>
11+ prefix: /usr
12+ exec_prefix: $prefix
13+ bindir: $prefix/bin
14+ sbindir: $prefix/sbin
15+ libexecdir: $prefix/lib/apache
16+ mandir: $prefix/share/man
17+ sysconfdir: /etc/httpd
18+ datadir: /home/httpd
19+ iconsdir: $datadir/icons
20+ htdocsdir: $datadir/html
21+ cgidir: $datadir/cgi-bin
22+ includedir: $prefix/include/apache
23+ localstatedir: /var
24+ runtimedir: $localstatedir/run
25+ logfiledir: $localstatedir/log/httpd
26+ proxycachedir: $localstatedir/cache/www/apache
27+</Layout>
5ac679da
JR
28diff -urN apache_1.3.14.orig/src/main/http_main.c apache_1.3.14/src/main/http_main.c
29--- apache_1.3.14.orig/src/main/http_main.c Thu Sep 28 15:32:36 2000
30+++ apache_1.3.14/src/main/http_main.c Sat Nov 11 20:39:48 2000
31@@ -432,6 +432,9 @@
32 else {
33 ap_add_version_component(SERVER_BASEVERSION " (" PLATFORM ")");
34 }
35+
36+ ap_add_version_component(" (PLD/Linux)");
37+
38 /*
39 * Lock the server_version string if we're not displaying
40 * the full set of tokens
This page took 0.030682 seconds and 4 git commands to generate.