b895f53cf3
Fri Mar 26 2004 Joe Orton <jorton@redhat.com> 2.0.49-2 - mod_ssl: fix session cache memory leak (Madhu Mathihalli) - mod_ssl: fix SEGV when trying to shutdown during pool cleanup - merge the mod_proxy HTTP/1.1-compliance fixes - apply fix for #118020
12 lines
383 B
Diff
12 lines
383 B
Diff
--- httpd-2.0.48/server/core.c.release
|
|
+++ httpd-2.0.48/server/core.c
|
|
@@ -2386,7 +2386,7 @@
|
|
ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION);
|
|
}
|
|
else {
|
|
- ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")");
|
|
+ ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (@RELEASE@)");
|
|
}
|
|
|
|
/*
|