Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

KB00001_PHP_Module

Christian Wolf edited this page Jan 2, 2020 · 1 revision

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

Knowledge Base

Clone this wiki locally