我想全局配置Roundcube以与Apache一起使用。 这是我的Roundcube Apache配置:
Alias /roundcubemail /usr/share/roundcube
<Directory /usr/share/roundcube>
<IfModule mod_suphp.c>
suPHP_Engine On
suPHP_UserGroup httpd www
</IfModule>
Options All
AllowOverride All
Options= ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch,Follow SymLinks
Require all granted
</Directory>
这样安全吗?在/ usr / share / roundcube中以apache用户和组(httpd www)运行suPHP吗?
是另一种配置方式吗?
如果我使用普通用户来处理PHP,则它与/ usr / share / roundcube文件夹的UID不匹配。有什么办法可以绕过suPHP?