about summary refs log tree commit homepage
path: root/examples/cgi-webrick.rb
DateCommit message (Collapse)
2022-08-11doc: drop ancient Apache and WEBrick examples
Having old, unmaintained docs for other HTTP servers is likely harmful at this point. public-inbox-httpd is specifically designed to handle git repos on slow storage and stream giant mbox.gz files fairly to slow clients.
2016-02-28examples/cgi-webrick.rb: set CGIPathEnv, update comments
webrick clears PATH otherwise, and we rely on git commands.
2014-04-30examples: make web configs consistent and add README
Hopefully this is enough to get some folks started.
2014-04-17add example for CGI with Ruby WEBrick
Some people like old-fashioned Ruby and WEBrick is in the Ruby standard library, so widely available.