Onairda Posted September 13, 2021 Posted September 13, 2021 Hello Everyone, Good day! I encountered an error when I tried to install my Flux CP in my VPS (Centos 7 hosted in OVH). I already grant 777 permision to my var/www/html/cp/. I already checked every folder and it has 777 permission and apache js the owner. I already renamed moved suexec to suexec.unused Thanks
-1 Onairda Posted September 15, 2021 Author Posted September 15, 2021 Appreciated your response. but Already fixed the problem for those who looking for answer please see below. What I do is I disabled 1 SELINUX 2 moved suexec to suexec.unused 3 sudo chmod -R 777 /var/www/html 4. I created a user then grant the user access to /var/www/html/ then upload the fluxCP using that user then login as root sudo chown -R apache:apache /var/www/html/
0 chatterboy Posted September 15, 2021 Posted September 15, 2021 On 9/13/2021 at 4:08 PM, G-RO said: Hello Everyone, Good day! I encountered an error when I tried to install my Flux CP in my VPS (Centos 7 hosted in OVH). I already grant 777 permision to my var/www/html/cp/. I already checked every folder and it has 777 permission and apache js the owner. I already renamed moved suexec to suexec.unused Thanks Try this : sudo chmod -R 777 /var/www/html sudo chown -R apache:apache /var/www/html if this wont work just let me know ^_^
0 changedname Posted September 18, 2021 Posted September 18, 2021 (edited) On 9/15/2021 at 11:00 AM, G-RO said: sudo chmod -R 777 /var/www/html You changed the mode for every object in your webroot to "777". That is a security risk and you should reconsider performing that action as a solution. Your webroot directory and content permissions are wide open. Instead, change permissions only for the files and directories that require it. Edited September 18, 2021 by WooZy Added alternative solution 1
Question
Onairda
Hello Everyone,
Good day!
I encountered an error when I tried to install my Flux CP in my VPS (Centos 7 hosted in OVH).
I already grant 777 permision to my var/www/html/cp/. I already checked every folder and it has 777 permission and apache js the owner.
I already renamed moved suexec to suexec.unused
Thanks
3 answers to this question
Recommended Posts