CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/02/19 04:37:26
Modified files:
usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y server.c
server_fcgi.c
Log message:
httpd(8): add support for setting custom FastCGI parameters.
This commit extends the existing grammar by adding the param option
to the fastcgi directive: fastcgi param name value.
Example usage:
fastcgi param VAR1 hello
fastcgi param VAR2 world
With help and OK florian@
Rogue manpage bits, feel free to modify them.