debops / ansible-apache

Manage and configure the Apache HTTP Server
GNU General Public License v3.0
2 stars 6 forks source link

FastCGI support #7

Open ypid opened 7 years ago

ypid commented 7 years ago

I just researched the future-proof options for running Apache in threated mode (e.g. not the prefork MPM). The so often mentioned libapache2-mod-fastcgi module seems to be dead and has been removed from Debian sid for that reason (would also not have fit the licensing ideals of DebOps and the default config of debops.apt).

So to implement this, libapache2-mod-fcgid should probably be used.

I first thought I could use that for debops.owncloud which would currently use the prefork MPM if Apache was chosen. But the ownCloud system requirements don’t mention this variant as support, so I don’t have a usecase for this currently ref. Pull requests and discussion is welcome if anybody needs Apache with faster PHP support.