Refactor the webserver-legacy php-sites unit, with an effort
to keep in simple.
Enable opcache by default and tune it in production, with larger cache.
This change means php-fpm *MUST* be restarted when a PHP site is updated,
as we don't check the timestamps of the files and so don't invalidate the
cache.
Ref T1828.