]> git.pld-linux.org Git - packages/apache.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Oct 2004 13:46:53 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    httpd-2.0.46-shmcb.patch -> 1.2

httpd-2.0.46-shmcb.patch [deleted file]

diff --git a/httpd-2.0.46-shmcb.patch b/httpd-2.0.46-shmcb.patch
deleted file mode 100644 (file)
index 8ef6b77..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-
-Use anonymous rather than name-based shm for shmcb.
-Name-based shm is overeager in use of _EXCL so causes
-startup failures after unclean shutdown; #80520.
-
---- httpd-2.0.46/modules/ssl/ssl_scache_shmcb.c.shmcb
-+++ httpd-2.0.46/modules/ssl/ssl_scache_shmcb.c
-@@ -364,18 +364,9 @@
-     apr_size_t shm_segsize;
-     apr_status_t rv;
--    /*
--     * Create shared memory segment
--     */
--    if (mc->szSessionCacheDataFile == NULL) {
--        ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
--                     "SSLSessionCache required");
--        ssl_die();
--    }
--
-     if ((rv = apr_shm_create(&(mc->pSessionCacheDataMM), 
-                              mc->nSessionCacheDataSize, 
--                             mc->szSessionCacheDataFile,
-+                             NULL,
-                              mc->pPool)) != APR_SUCCESS) {
-         char buf[100];
-         ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
This page took 0.150071 seconds and 4 git commands to generate.