- From: Dirk-Willem van Gulik <dirkx@asemantics.com>
- Date: Fri, 12 Mar 2004 17:27:39 +0100
- To: David Menendez <zednenem@psualum.com>
- Cc: ext Sandro Hawke <sandro@w3.org>, www-rdf-interest@w3.org, Patrick Stickler <patrick.stickler@nokia.com>, David Powell <djpowell@djpowell.net>
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. Dw
Received on Friday, 12 March 2004 11:27:59 UTC