Difference between revisions of "KB00001:PHP Module"

From PartKeepr Wiki
Jump to: navigation, search
(Created page with "In order to run PartKeepr, you need a [https://en.wikipedia.org/wiki/Web_server Web Server] capable of running [https://en.wikipedia.org/wiki/PHP PHP]. = Apache = For Apache...")
(No difference)

Revision as of 19:43, 4 October 2015

In order to run PartKeepr, you need a Web Server capable of running PHP.

Apache

For Apache, you have several choices on how to install PHP.

mod_php (easiest)

mod_php is an Apache module. On most distributions, this is the standard method of running PHP.

On Debian, you should be able to install mod_php using:

apt-get install libapache2-mod-php5

fcgid

If you want to use FCGI, please refer to the Running PHP with fcgid documentation.

nginx

For configuration of PHP on nginx, please refer to the NGINX PHP FastCGI Example