Issues with php7

Test info.php

<?php
phpinfo();
?>

When u want Run your Website with PHP 7.0 then maybe is this your Solution:

1. Go to your Domain-Directory
cd /home/yourdomain.tld/fcgi-bin

2. Then remove a Bit:
chattr -i php7.0.fcgi
and Edit the fcgi-File with nano or vi
nano php7.0.fcgi

3. Edit the follow line:
exec /usr/bin/php7.0
to the follow:
exec /usr/bin/php-cgi7.0

4. Write and Exit, then take again chattr bit:
chattr +i php7.0.fcgi

5. Restart Apache and your Web will Run with PHP 7.0.
service apache2 restart

Discussion (0)

There are no comments for this doc yet.

Comment posting has been disabled on this doc.

©2024  gTokTok.COM

CONTACT US

We're not around right now. But you can send us an email and we'll get back to you, asap.

Sending
0

Log in with your credentials

or    

Forgot your details?

Create Account