]> git.pld-linux.org Git - packages/apache1.git/blob - apache-PLD.patch
- run with "-4" if IPV6_NETWORKING is off
[packages/apache1.git] / apache-PLD.patch
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.030921 seconds and 3 git commands to generate.