You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by "Graham Dumpleton (JIRA)" <ji...@apache.org> on 2007/04/11 13:26:32 UTC

[jira] Closed: (MODPYTHON-131) Make name of mutex directory configurable.

     [ https://issues.apache.org/jira/browse/MODPYTHON-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Graham Dumpleton closed MODPYTHON-131.
--------------------------------------


> Make name of mutex directory configurable.
> ------------------------------------------
>
>                 Key: MODPYTHON-131
>                 URL: https://issues.apache.org/jira/browse/MODPYTHON-131
>             Project: mod_python
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.2.7
>            Reporter: Graham Dumpleton
>         Assigned To: Jim Gallacher
>             Fix For: 3.3, 3.2.10
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.