All Questions
4 questions
0
votes
0
answers
129
views
PHP Unable to Read /home Folder
I am having an issue with a PHP script not being able to read a user's /home folder. This is an issue on a server running AlmaLinux 9.4, my other server running CentOS can read the folder. The error ...
0
votes
2
answers
822
views
Cannot read wordpress PHP files in NGINX - HTTP error 500
I have uploaded Wordpress files to /var/www/html/mysite.com, given recursive permissions 755 and recursively owned by www-data:www:data
I use the PHP-FPM service running with NGINX as web server on ...
0
votes
1
answer
3k
views
File Permission on /var/www/html [closed]
I changed the file permission.
Now I am not able to access the website.
nginx + php-fpm
previously,
chown -R user1:user1 /var/www/site.com
I read in internet, and then i changed the file ...
1
vote
2
answers
3k
views
nginx and php-fpm - Cannot write PHP error log
I am using Nginx and PHP-FPM on Linux. I am not sure whether the issue is that PHP is not writing to the location specified in the PHP.ini, or if it just isn't working at all.
Some of the logs ...