KB00001:PHP Module
From PartKeepr Wiki
In order to run PartKeepr, you need a Web Server capable of running PHP.
Contents
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