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.