Just a head's up, the incompatibility between fileprotect and mod_ruid2 was resolved in 11.31.3.3.
Just a head's up, the incompatibility between fileprotect and mod_ruid2 was resolved in 11.31.3.3.
Any idea when this will be available in other release tracks (not only EDGE)?
Thanks.
First will be published in CURRENT then in RELEASE. Anyway, should be before January, 13 2013 when is EOL for current version About cPanel & WHM Long-Term Support![]()
Joomla & Magento cPAddons
Joomla 2.x added as cPanel Addon (free)
Just noticed a small bug in WHM 11.32.0 (build 1) (CURRENT tree).
We switched to mod_ruid2 on one of our servers using Easy Apache. Although the build finished without any problems, I noticed PHP scripts were still being executed as nobody. After some digging, I found that /var/cpanel/templates/apache2/vhost.default was missing mod_ruid specific entries:
After adding those lines and doing a /scripts/rebuildhttpdconf everything works fine.[% IF vhost.user != 'nobody' -%]
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup [% vhost.user %] [% vhost.group %]
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RUidGid [% vhost.user %] [% vhost.group %]
</IfModule>
[% END -%]
Last edited by eXite; 02-23-2012 at 08:34 PM.
-Nick
cPanel Inc.
Need support? Submit a request here. Complimentary support is available to all license holders regardless of where you purchased your license.
Need a complimentary support account? Create one here.
-Nick
cPanel Inc.
Need support? Submit a request here. Complimentary support is available to all license holders regardless of where you purchased your license.
Need a complimentary support account? Create one here.
Is there any estimate date when mod_ruid2 be available in release version of cPanel?
This functionality has now propagated to all update tiers so I am now closing this feature request thread and archiving it.
However, there was a lot of good discussion, many questions answered etc. in the course of this thread. I have taken that discussion and forked it to another thread which will remain open. You can find that thread at: http://forums.cpanel.net/f5/new-mod_...ty-274641.html