PHP Segmentation Fault #1545
Unanswered
TheBlueKingLP
asked this question in
Help wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How Shlink is set-up
Summary
When I open
https://<domain.tld>/
, it returns error "Bad Gateway 502".The PID of the php-fpm pool that nginx uses will change every time I open
https://<domain.tld>/
When I host it with
php -S
, it returns segmentation fault.The browser displays "Error Empty Response"
Meanwhile, if I create a php file containing
<?php phpinfo();
in the public folder, nginx can display the php info page properly when I open that page.What can cause this issue and how can I fix it? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions