On Mar 12, 2004, at 3:48 AM, David Menendez wrote: > I think you could do it on a single (Apache) server with mod_rewrite. I > haven't tried it myself, but maybe something like: > > RewriteCond %{REQUEST_METHOD} =MGET > RewriteRule ^(/resource.*)$ /uriqa?=$1 Unfortunately; as MGET is not part of HTTP - apache 1.3 does not allow easy access to it. (see M_GET et.al. and method in httpd.h of apache). And adding methods in a secure way to apache is not quite trivial. It is easier in 2.0. DwReceived on Friday, 12 March 2004 11:27:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:20:16 GMT