You are not logged in.
problem: php files don't process and server response it's contents as is (or just get 403 http error)
setup: httpd (2.4.62), php+php-fpm (8.3, also tried php-legacy+php-fpm-legacy branch)
1. all run as http:http - httpd (nginx/caddy) and php-fpm (listener.owner and listener.group http:http)
2. site files placed at /srv and also chown'ed as http:http + 755 both on files and dirs
3. also tried run all as current system user and set him as owner for site folder
4. tried php-fpm listen directive with both socket types (unix and tcp) - both don't work for now
5. php.ini's cgi.fix_pathinfo as 1 or 0 - the same result
6. for testing reasons - I'm also tried with nginx and caddy as httpd replacement. Static files works normally, but with php had the same result.
What's wrong with it, any thoughts about?
looks like i went through all google guides and questioned llm chats, but it doesn't work anyway, so - please, help me(
Last edited by wasterlands (2025-02-10 14:43:00)
Offline
have you checked all associated logs and journal for clues ? php is usually pretty good at telling you whats wrong
Offline
php is usually pretty good at telling you whats wrong
php is maybe, but have no useful for php-fpm related
only 403 error logged for web server, any other logs is ok (journalctl and any other error/access logs is ok)
Offline
if it happened after an update, what changed ? unfortunately if there really is no errors in any logs then you'll have to check your pacman log for what got updated and try downgrading packages to see if thats fixes it
Offline