• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Mod_ruid2 is no more in httpd.include file when plesk last updated.

RishiI

New Pleskian
I have Plesk installed on a server and everything was working fine. But since the last update which was done automatically, there were many problems which came up and websites were having permission problem.

When I checked the http.include files in the conf directoy I could see that the last updates did not include:

<IfModule mod_ruid2.c>
RMode Config
RUidGid myuser psacln
</IfModule>

which was present in the old httpd.include files and this is for all the subdomains on the server.

Is there a way where I can incude:
<IfModule mod_ruid2.c>
RMode Config
RUidGid myuser psacln
</IfModule>

automatically in the httpd.include file each time plesk updates itself? Because when it was added to the new httpd.include file, the permission error was resolved. Please help me on this friends. Thanks.
 
Hi, RishiI

Perhaps that mod_ruid include was added directly in default vhost template file - /usr/local/psa/admin/conf/templates/default/domain/domainVirtualHost.php

It was not correct, since after Plesk update this file is reverted back to default state.

In order to keep custom templates, one should put them to -
/usr/local/psa/admin/conf/templates/custom/domain/domainVirtualHost.php

Please see more details here:
http://download1.parallels.com/Ples...figuration-guide/index.htm?fileName=64628.htm
 
Back
Top