]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- less invasive branding (so ServerTokens Prod/Min work as expected)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Jan 2008 13:28:28 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-PLD.patch -> 1.5

apache1-PLD.patch

index 9f916bcf3d5894babf8305607ec9ffd170f31f8b..45f8d3a58decc79c394607c2cddaa12c0a92d3b8 100644 (file)
 +    proxycachedir: /var/cache/apache
 +    installbuilddir: ${libexecdir}/build
 +</Layout>
---- apache_1.3.14.orig/src/main/http_main.c    Thu Sep 28 15:32:36 2000
-+++ apache_1.3.14/src/main/http_main.c Sat Nov 11 20:39:48 2000
-@@ -432,6 +432,9 @@
+--- apache_1.3.41/src/main/http_main.c.orig    2008-01-26 14:20:52.528919834 +0100
++++ apache_1.3.41/src/main/http_main.c 2008-01-26 14:21:24.270728698 +0100
+@@ -478,7 +478,7 @@
+       ap_add_version_component(SERVER_BASEVERSION);
+     }
      else {
-       ap_add_version_component(SERVER_BASEVERSION " (" PLATFORM ")");
+-      ap_add_version_component(SERVER_BASEVERSION " (" PLATFORM ")");
++      ap_add_version_component(SERVER_BASEVERSION " (PLD/Linux)");
      }
-+
-+    ap_add_version_component(" (PLD/Linux)");
-+    
      /*
       * Lock the server_version string if we're not displaying
-      * the full set of tokens
This page took 0.10134 seconds and 4 git commands to generate.