debian 8 + ispconfig 3.1b2 + php 7.0.7 + php-fpm = error 500

Discussion in 'ISPConfig 3 Priority Support' started by cassola-enterprises, Jul 22, 2016.

  1. ruliezz

    ruliezz Member

    Thanks, okey do: restart php fastcgi
     
  2. Do you mean?:
    service php-7.0.7-fpm restart
    ?
     
  3. ruliezz

    ruliezz Member

    Yes, and see if the website works
     
    cassola-enterprises likes this.
  4. thank you very much it worked!
     
    ruliezz likes this.
  5. ruliezz

    ruliezz Member

    Super! Enjoy your website!
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you add the systemd startup file as described in the tutorial? If yes, then please try this:

    /etc/init.d/php-7.0.7-fpm stop
    systemctl start php-7.0.7-fpm.service
    systemctl restart apache2.service

    and check if the website works now.
     
    cassola-enterprises likes this.
  7. I did follow the tutorial as described.
    I also did what you said till although the restart from before already did the trick. :)
    It is still working now.
    Thanks a lot!
     

Share This Page