KB00001:PHP Module

From PartKeepr Wiki
Revision as of 18:01, 4 November 2015 by Felicitus (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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