Skip to content

PHP script in userdir

Following on from getting cgi scripts working the next hurdle is PHP scripts.

This is easier, once you know what to do.

sudo nano /etc/apache2/mods-enabled/php*.conf
Change

php_admin_flag engine Off

to

php_admin_flag engine On

save.

sudo service apache2 restart
to make the change active


Posted

30-05-2021 07:33