mt created page: docs:hosting authored by mt's avatar mt
...@@ -214,7 +214,7 @@ GRANT ALL PRIVILEGES ON db_user.* to newuser@localhost ; ...@@ -214,7 +214,7 @@ GRANT ALL PRIVILEGES ON db_user.* to newuser@localhost ;
# PHP # PHP
Wir haben PHP5.6 und PHP7.1 via php-fpm. Am einfachsten ist ein einen neuen Pool mit der UID des neuen Users anzulegen. Wir haben PHP5.6 und PHP7.1 via php-fpm. Am einfachsten ist ein einen neuen Pool mit dem Namen des neuen Users anzulegen.
# cd /etc/php/7.1/fpm/pool.d # cd /etc/php/7.1/fpm/pool.d
... ...
......