apache: fastcgi config core, implement php5-cgi fastcgi release_20170127
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 29 Jan 2017 03:21:30 +0000 (22:21 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 29 Jan 2017 03:21:30 +0000 (22:21 -0500)
commit42782c7938b390dacda93c64ff4850b1a49f3c11
tree99845d2453f49aa8f8753884dde120e435796aa1
parente2166ae8e506e3bd6f9a33e7c9d2ef0d367a4e12
apache: fastcgi config core, implement php5-cgi fastcgi

New fastcgi wrapper configuration to set up environment for user to
run fastcgi scripts.

Implemented support for using fastcgi with php5-cgi using version 6
since it does not exist in the real world. phpFastCgiWrapper is site
specific and should set whatever php environment variables are needed
and exec php5-cgi. This does not work with php-fpm, only old-style
php5-cgi in fastcgi mode with mod_fcgid.

todo: general fastcgi directives
configDefault/apache.cfg
configDefault/apache.csg
lib/apache.dtl
src/plugins/apache.sml