August 12, 201411 yr I've just configured a brand new froxlor install and created a new customer and a new domain. When I try to access the URL in a browser I receive a "Forbidden" error. The apache log file reads, "Permission denied: /home/benepha/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable". Once I chown -R 755 the web root, it functions correctly; however, creating a new domain continues to cause the same "Forbidden" error. Must I manually chown -R 755 every new domain's web root? Or is there a way to make the virtual user create these permissions automatically somewhere in the apache config. Using Ubuntu 12.04
August 13, 201411 yr Open scripts/jobs/cron_tasks.php and change the line safe_exec('chmod 0750 ' . escapeshellarg($userhomedir)); to safe_exec('chmod 0755 ' . escapeshellarg($userhomedir)); Will be fixed in the next version.
Archived
This topic is now archived and is closed to further replies.