Category Technology

Fixing Ubuntu 18.04 and moving to PHP-FPM

Moved vhost farm to Ubuntu 18.04 on Linode and hit some snags after deciding to move to php-fpm instead of mod-php. Adding this to apache.conf instead of to each vhost config seems to work fine: <FilesMatch “\.php$”>SetHandler “proxy:://localhost/” </FilesMatch> Add <If…