caddy-cgi
caddy-cgi copied to clipboard
Common Gateway Interface plugin for the Caddy HTTP server
if I use the unbuffered output option like this: ``` cgi /cgi-bin/trace.cgi /usr/lib/cgi-bin/trace.cgi { unbuffered_output } ``` I see this message in my error log: ``` Cannot write response without...
Hi, I'm getting an error message when I build using xcaddy in a Dockerfile, go errors that say stuff is redeclared. Been stuck for a long while trying to figure...
Can a CGI be fed the response from a reverse proxy, modify it , and spit out the modified response? I tried this without success: ``` reverse_proxy {host}:443 { header_up...