Comment 7 for bug 800386

Revision history for this message
Brian Chabot (bchabot) wrote :

Thanks! I'm only kind of a programmer. I'm more of a sysadmin who needs to be able to fix things. :)

The short answer is I just got hired by a new start-up company and EHCP is our best solution for virtual hosting because of many factors (templates, script installs, and nginx)

The places that need to be changed in classapp.php are also:

Line 6397:
passthru2("chown vsftpd $homedir ");

Change to (I think):
passthru2("chown -R $wwwuser $homedir ");

and

Line 8513:
passthru2("chown vsftpd -Rf ".$dom['homedir']."/httpdocs");

Change to:
passthru2("chown $wwwuser -Rf ".$dom['homedir']."/httpdocs");