WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: apache2.4-mod-php7.0 @ 8.x x86  (Read 1638 times)

Offline r1me

  • Newbie
  • *
  • Posts: 1
apache2.4-mod-php7.0 @ 8.x x86
« on: August 04, 2017, 04:29:17 AM »
apache2.4-mod-php7.0 was available before 1st of August update. It was the easiest way for me to keep my web server running with latest Apache and PHP 7. I did tce-update lately and it all went bazinga. So my request is for apache2.4-mod-php7.0.tcz unless there is a way to use apache2.4.tcz with php7-mod.tcz ?

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: apache2.4-mod-php7.0 @ 8.x x86
« Reply #1 on: August 04, 2017, 05:50:01 AM »
The x86 extensions for Apache and PHP have been aligned to match the x86_64 extensions. The extension you need to get the same as before is php7-mod (and its dependencies) and whatever TC extensions you need to support the PHP extensions you use. Now you have the option of using FPM instead of the Apache mod, though you still can if you want, and you can use Nginx (with FPM) instead of Apache. Personally, I would recommend you give PHP-FPM and Nginx a try. A lot less resources, meaning lighter and faster.