On Wednesday, October 15, 2003 10:07 PM nelson pereira <[EMAIL PROTECTED]> wrote: > Here is a copy of the <Virtual Host> tag:
> "/home/wardmedi:/usr/lib/php:/usr/local/lib/php:/tmp" > User wardmedi > Group wardmedi It is indeed 'nobody' accessing /opt/otrs, which you wanted to substitute by the above. This does not work: From http://httpd.apache.org/docs-2.0/en/mod/mpm_common.html#user - "Special note: Use of this directive [RK: User] in <VirtualHost> is no longer supported. To configure your server for suexec use SuexecUserGroup." But before you start fiddling with suexec which need not be compiled into your Apache, think about changing the webserver user. I think the main issue is that 'nobody' runs the Apache. Is there a special reason you do so? One solution would be to create a user/group apache under which the httpd is run and using SetPermissons.sh again. hth, Robert Kehl _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting f�r Ihr OTRS System? => http://www.otrs.de/
