search for: redirecthandlers

Displaying 3 results from an estimated 3 matches for "redirecthandlers".

Did you mean: redirecthandler
2006 Jul 21
1
RedirectHandler? mongrel_rewrite?
...$2.$3'' } If the plugin (gem) is installed, it will rewrite params [Mongrel::Const::PATH_INFO] based on this RewriteRules hash (if it can find the config file) by benevolently sitting atop Mongrel::HttpRequest. Works like a charm. Is there a use for this? Am I just setting up my RedirectHandlers wrong? I''d like to do things the Official way, so any help on the RedirectHandler would be appreciated. Thanks. In case anyone wants check this plugin out, it''s really similar to the RedirectHandler: - http://code.ozmm.org/rewrite/ --- - [ chris wanstrath, chris at o...
2006 Jun 21
7
Mongrel 0.3.13.1 -- Quick Small Fixes
Hi Everyone, This is a small release that fixes a little bug, some of the documentation, and adds the new RedirectHandler code and a @redirect@ call for the mongrel.conf files. It''s fresh so don''t rely on it. Everyone should upgrade with the usual *gem update* command (which tells you it''s "Upgrading...") and tell me how it works. This release fixes: * The
2008 Jan 04
1
Howto write a mongrel handler for a CGI app using CGIWrapper
Hello, Just for further reference in case of someone else want to do the same : I wanted to write a mongrel for a CGI app : [[[ require ''cgi'' require ''foo'' cgi = CGI.new if !cgi[''uri''] || (cgi[''uri''] == '''') Foo.error "URI argument is required" end uri = cgi[''uri''] user =