19
C0D4
5y

Yay, my raspberry pi and it's projects are now on php7

Damn, Apache was the real pain in the ass with this migration, # ae2enmod php7.2 apparently is for it to decide if it will respect my sudo'n decisions😂

Comments
  • 2
    @Alice Nginx doesn't provide me with anything I can't get out of Apache, actually it hinders things like directory overrides.

    Yea it can handle more concurrent requests. But who needs that kind of performance on a raspberry pi 🤷‍♂️
  • 2
    @C0D4 Well apart from not being a pain in the ass when upgrading your PHP version since all you really need to do is change the version number in your sites conf file, and generally having much saner configs. No htaccess is also pretty nice
  • 1
    Do not use mod_php. It limits you to the prefork model and is in general not recommended anymore. Go for PHP-FPM instead.
  • 1
    @TobiSGD 👍 well that was easier then switching from php5 to 7 😂
  • 0
    Ewwwww PHP
Add Comment