Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
deb9:apache [2022/09/25 23:45] – [Xdebug] Bernard Condraudeb9:apache [2024/04/20 15:05] (current) – [PHP Extensions] Bernard Condrau
Line 27: Line 27:
   * PHP extensions for Joomla:<code>$ sudo apt install phpV.v-{bz2,curl,gd,mbstring,mysql,xml,zip,json} phpV.v-{bcmath}</code>   * PHP extensions for Joomla:<code>$ sudo apt install phpV.v-{bz2,curl,gd,mbstring,mysql,xml,zip,json} phpV.v-{bcmath}</code>
   * PHP extensions for Wiki:<code>$ sudo apt install phpV.v-{bz2,curl,gd,mbstring,mysql,xml,zip,json} phpV.v-{sqlite3}</code>   * PHP extensions for Wiki:<code>$ sudo apt install phpV.v-{bz2,curl,gd,mbstring,mysql,xml,zip,json} phpV.v-{sqlite3}</code>
-  * Restart the service with one of the 2 commands below:<code>$ sudo /etc/init.d/apache2 restart</code>+  * Restart the service with one of the 2 commands below:<code>$ sudo service apache2 restart 
 +$ sudo /etc/init.d/apache2 restart</code>
  
 ===== Set or change PHP version ===== ===== Set or change PHP version =====