gwabber Hi all, I just installed the newest version of Abyss webserver X1 on my Debian 9 virtual machine. It works perfectly. However, I can't get PHP to work. I followed the steps on the website. I installed php this way: as root, apt-get install php. It automaticaclly installs php 7.3 In the console I set the parameter to /usr/bin/php When I visit a php page, i get an 500 error. What is going wrong? Thanks in advance.
admin gwabber wrote In the console I set the parameter to /usr/bin/php You should rather use the /usr/bin/php-cgi instead. If not available, try installing the PHP CGI package available in Debian.