Upgraded to PHP 7.3 now nothing works
by walterbyrd from LinuxQuestions.org on (#5S156)
I am running Devuan and lighttpd.
Code:# uname -a
Linux servername 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64 GNU/LinuxI upgraded from php 7.0 to php 7.3. Now php does not seem to work at all.
Code:# service php7.3-fpm status | grep running
php-fpm7.3 is running.
# ps -aux | grep httpd
www-data 1804 0.0 0.0 13024 2760 ? S 05:23 0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.confMy phpinfo.php script is fairly simple.
Code:# ls -l phpinfo.php
-rwxr-xr-x 1 www-data www-data 20 Nov 17 09:12 phpinfo.php
# cat phpino.php
<?php phpinfo(); ?>But when I try to bring up phpinfo.php, in my browser, I get "503 Service Not Available". HTML scripts will run.
Code:# uname -a
Linux servername 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64 GNU/LinuxI upgraded from php 7.0 to php 7.3. Now php does not seem to work at all.
Code:# service php7.3-fpm status | grep running
php-fpm7.3 is running.
# ps -aux | grep httpd
www-data 1804 0.0 0.0 13024 2760 ? S 05:23 0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.confMy phpinfo.php script is fairly simple.
Code:# ls -l phpinfo.php
-rwxr-xr-x 1 www-data www-data 20 Nov 17 09:12 phpinfo.php
# cat phpino.php
<?php phpinfo(); ?>But when I try to bring up phpinfo.php, in my browser, I get "503 Service Not Available". HTML scripts will run.