]> git.pld-linux.org Git - packages/apache.git/blob - apache-branding.patch
- disable itk by default (last release 2009), try mod_ruid2
[packages/apache.git] / apache-branding.patch
1 --- httpd-2.2.4/server/core.c~  2007-04-09 12:44:44.498312561 +0300
2 +++ httpd-2.2.4/server/core.c   2007-04-09 13:51:55.259792868 +0300
3 @@ -2733,7 +2733,7 @@
4  AP_DECLARE(const char *) ap_get_server_description(void)
5  {
6      return server_description ? server_description :
7 -        AP_SERVER_BASEVERSION " (" PLATFORM ")";
8 +        AP_SERVER_BASEVERSION " (PLD/Linux)";
9  }
10  
11  AP_DECLARE(const char *) ap_get_server_banner(void)
This page took 0.033031 seconds and 3 git commands to generate.