October 26, 20205 yr Hey, I'm installing Froxlor on CentOS 8 and everything seems to have gone well for the most part. However the config file was supposedly saved in /tmp/xxx but I can't find that file anywhere. cd tmp/fxVnlJGY ... doesn't exist. Anyone know where that is? Running the below command from www/html folder and then reinstalling produces the same result. sudo chown -R apache:apache froxlor
October 26, 20205 yr If not even chown works then the Webserver process/user is somehow not able to create/write to a file, very weird
October 26, 20205 yr Author Is apache supposed to have access to /tmp? It's access shouldn't extend beyond /var/www or is this tmp folder somewhere inside of the Froxlor install?
October 26, 20205 yr everybody is supposed to have access to /tmp xD tmp is world-writable and readable...
October 27, 20205 yr Author Fixed. For anyone else running in to this issue, it was SELinux and can be fixed with the below commands. chcon -R -t httpd_sys_rw_content_t /var/www/html/ semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html/(/.*)?"
Archived
This topic is now archived and is closed to further replies.