]> git.pld-linux.org Git - packages/apache.git/blob - apache-PLD.patch
- from http://www.apache.org/dist/httpd/patches/apply_to_1.3.24/proxy_http1.1_chunkin...
[packages/apache.git] / apache-PLD.patch
1 diff -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
7  </Layout>
8 +
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>     
28 diff -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.062007 seconds and 3 git commands to generate.