[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-378) Use 'ap_unixd_config' instead of 'unixd_config' (apache >= 2.4)
Jean-Frederic Clere (JIRA)
issues at jboss.org
Thu Feb 6 08:46:29 EST 2014
[ https://issues.jboss.org/browse/MODCLUSTER-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Frederic Clere resolved MODCLUSTER-378.
--------------------------------------------
Resolution: Rejected
The code uses:
++++
#if MODULE_MAGIC_NUMBER_MAJOR > 20081212
shmbuf.shm_perm.uid = ap_unixd_config.user_id;
shmbuf.shm_perm.gid = ap_unixd_config.group_id;
#else
shmbuf.shm_perm.uid = unixd_config.user_id;
shmbuf.shm_perm.gid = unixd_config.group_id;
#endif
+++
So that is godd.
> Use 'ap_unixd_config' instead of 'unixd_config' (apache >= 2.4)
> ---------------------------------------------------------------
>
> Key: MODCLUSTER-378
> URL: https://issues.jboss.org/browse/MODCLUSTER-378
> Project: mod_cluster
> Issue Type: Task
> Affects Versions: 1.2.6.Final
> Reporter: Michaël Mathieu
> Assignee: Jean-Frederic Clere
>
> Since Apache 2.4, they use ap_unixd_config instead of unixd_config.
> Cf. http://httpd.apache.org/docs/current/developer/new_api_2_4.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the mod_cluster-issues
mailing list