reyk / fcgihttp

FastCGI to HTTP proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fcgihttp

FCGI to HTTP(S) proxy. This is just a proof of concept.

DON'T USE IN PRODUCTION

Example

mkdir -p /var/fcgihttp/etc/ssl
cp fcgihttp /var/fcgihttp/
cp /etc/resolv.conf /var/fcgihttp/etc/
cp /etc/ssl/cert.pem /var/fcgihttp/etc/ssl/
kfcgi -d -u www -n 2 -r -p /var/fcgihttp -- /fcgihttp www.example.com 443

TODO

  • Stream HTTP response (use custom function instead of http_get())
  • ...

About

FastCGI to HTTP proxy

License:Other


Languages

Language:C 98.9%Language:Makefile 1.1%