Hi. I have installed Apache, MySQL & PHP (LAMP Stack) on Fedora Linux 38 (Workstation Edition), it seems to work. I tried to create a php info file and it works on the browser. Now, I tried to put wordpress and codeigniter in the html folder to install them, setting all permissions at 775, but it gives me access denied error into the browser. How can I fix?
I had to make my /var/www/html folder owned by apache GID and UID, same applied for nginx running on Fedora WS 38 currently. I am serving static content no PHP used.