Project

General

Profile

[Solved] Lighttpd with PHP7 on CentOS 7?

Added by tjames almost 7 years ago

Hello,

My question is does Lighttpd support PHP7 on CentOS7? I have looked all over for tutorials on how to install it using that method but can only find it with Ubuntu. The forum software I am using requires PHP 5.6+ and the installation instructions in your docs only installs PHP 5.4.

Thanks!


Replies (1)

RE: Lighttpd with PHP7 on CentOS 7? - Added by gstrauss almost 7 years ago

The answer is "yes" because lighttpd doesn't actually care. You configure lighttpd.conf to execute the right binary for FastCGI or CGI, whether it be /usr/bin/php-cgi, /usr/bin/php5-cgi, /usr/bin/php7.0-cgi, or /whatever/you/like/here.

    (1-1/1)