On Sun, Mar 9, 2008 at 12:21 AM, Dave <[EMAIL PROTECTED]> wrote: > Hello, > Continuing with my efforts to install ifolder on centos 5.1 i'm stuck > and am hoping someone has a fix. During the running of ifolder-admin-setup > and ifolder-web-setup the scripts atempt to set up default apache groups, > which are not correct, yet i can not edit what the groups are and both the > scripts fail. Is there a fix to this? > Thanks. > Dave. > >
hi Have you created a file in your /etc/apache directory called uid.conf? This is the file the scripts look for. the file should contain: User apache-username Group apache-groupname For ubuntu the user and groupname = www-data. I don't know for centos, but you can create a php script with 'echo whoami()' if you don't know what user the apache is running as. Leif
_______________________________________________ ifolder-dev mailing list [email protected] http://forge.novell.com/mailman/listinfo/ifolder-dev
