Onairda Posted September 13, 2021 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 177 Reputation: 9 Joined: 12/30/16 Last Seen: 7 hours ago Share 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 Link to comment Share on other sites More sharing options...
-1 Onairda Posted September 15, 2021 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 177 Reputation: 9 Joined: 12/30/16 Last Seen: 7 hours ago Author Share 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/ Link to comment Share on other sites More sharing options...
0 chatterboy Posted September 15, 2021 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share 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 ^_^ Link to comment Share on other sites More sharing options...
0 changedname Posted September 18, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 21 Reputation: 12 Joined: 09/14/21 Last Seen: September 26, 2021 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
3 answers to this question
Recommended Posts