On Sat, 23 Jul 2011 20:12:35 +0200
Uriel <[email protected]> wrote:

> Not at the moment, but this is something in my personal pet wish list.
> (I know there is at least one http reverse proxy that might work, but
> I don't think it is quite what I want, I want something with zero
> configuration, that you can call passing it the name of a script, and
> will hand off all requests to the script (eg., werc).

This sounds like a fairly trivial mod to make to a static-file server. The 
server sets a few variables as appropriate and forks off to exec the CGI, 
filtering the output to change one line of the header and to add its own 
headers. If werc was rawcgi it wouldn't even need to filter. I've been meaning 
to look into the changes needed to make werc a rawcgi script as that would save 
a nearly pointless pipe to cat in rc-httpd.

> 
> On Sat, Jul 23, 2011 at 6:23 PM, Jacob Todd <[email protected]> wrote:
> > Are there any  web servers written in go that have been used with werc? It's
> > easier to post on werc9 than think.

-- 
You received this message because you are subscribed to the Google Groups 
"werc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/werc9?hl=en.

Reply via email to