Per the changelog:
http://www.directadmin.com/features.php?id=1291
This section here is causing LiteSpeed based DirectAdmin servers to break:
What it should be is simply:
How do I fix this? The update to this version of DA just broke about 200 Joomla sites and more servers will soon fall victim to this issue.
http://www.directadmin.com/features.php?id=1291
This section here is causing LiteSpeed based DirectAdmin servers to break:
Code:
<IfModule !mod_ruid2.c>
SuexecUserGroup admin admin
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid admin admin
RGroups apache access
</IfModule>
What it should be is simply:
Code:
SuexecUserGroup admin admin
How do I fix this? The update to this version of DA just broke about 200 Joomla sites and more servers will soon fall victim to this issue.