W3C home > Mailing lists > Public > www-rdf-interest@w3.org > March 2004

Re: Making MGET more GET-friendly?

From: Dirk-Willem van Gulik <dirkx@asemantics.com>
Date: Fri, 12 Mar 2004 17:27:39 +0100
Message-Id: <2DB25569-7442-11D8-8408-000A95CDA38A@asemantics.com>
Cc: ext Sandro Hawke <sandro@w3.org>, www-rdf-interest@w3.org, Patrick Stickler <patrick.stickler@nokia.com>, David Powell <djpowell@djpowell.net>
To: David Menendez <zednenem@psualum.com>


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

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:48 UTC