
On Thursday, October 16, 2003 4:17 PM
nelson pereira
Hm... then I assume, you should get suexec to at work. Then you'd have to use SetPermissions.sh like this:
/opt/otrs/bin/SetPermissions.sh /opt/otrs otrs wardmedi otrs wardmedi
Do I need to leave the User and Group in the Virtual Host?
Please refer to Apache.org's documents on this. It's explained in detail there. Note: You cannot use 'User' in combination to suexec, don't mangle these two. User directive: http://httpd.apache.org/docs-2.0/mod/mpm_common.html#user SuExec: http://httpd.apache.org/docs-2.0/suexec.html SuExecUserGroup: http://httpd.apache.org/docs-2.0/mod/mod_suexec.html#suexecusergroup SuExec isn't trivial neither easy, but it's worth it. Btw, upgrading to RH 9.x or whatever the current release is would help, too, I assume.
$Self->{SessionModule} = 'Kernel::System::AuthSession::DB; # $Self->{SessionModule} = 'Kernel::System::AuthSession::IPC'; #use Kernel::System::AuthSession::IPC; use Kernel::System::AuthSession::DB;
Done
did it help? Robert Kehl