Issue Details (XML | Word | Printable)

Key: MODPYTHON-131
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jim Gallacher
Reporter: Graham Dumpleton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

Make name of mutex directory configurable.

Created: 17/Feb/06 09:55 AM   Updated: 11/Apr/07 11:25 AM
Return to search
Component/s: core
Affects Version/s: 3.2.7
Fix Version/s: 3.2.10, 3.3.1

Time Tracking:
Not Specified

Resolution Date: 12/Mar/06 05:44 AM


 Description  « Hide
Creating an issue for this so it can be tracked.

Been pointed out in:

  http://www.mail-archive.com/python-dev@httpd.apache.org/msg01271.html

that on Mandriva Linux, that is is necessary to manually change the mutex directory in mod_python.c source code. Area of code is:

  #if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE)
        char fname[255];

        snprintf(fname, 255, "/tmp/mpmtx%d%d", glb->parent_pid, n);
  #else
        char *fname = NULL;
  #endif

There should be an option to configure program to allow this to be more easily changed.

Way of changing the value through Apache configuration to also be investigated further.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jim Gallacher made changes - 06/Mar/06 08:23 AM
Field Original Value New Value
Assignee Jim Gallacher [ jgallacher ]
Jim Gallacher made changes - 11/Mar/06 11:18 AM
Status Open [ 1 ] In Progress [ 3 ]
Jim Gallacher made changes - 12/Mar/06 05:44 AM
Status In Progress [ 3 ] Resolved [ 5 ]
Fix Version/s 3.3 [ 12310101 ]
Resolution Fixed [ 1 ]
Graham Dumpleton made changes - 12/Aug/06 07:53 AM
Fix Version/s 3.2.10 [ 12312029 ]
Graham Dumpleton made changes - 11/Apr/07 11:25 AM
Status Resolved [ 5 ] Closed [ 6 ]