You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vincent Bray <no...@gmail.com> on 2006/08/09 11:08:27 UTC

Re: [users@httpd] how to customise response to OPTIONS request?

On 8/8/06, Jens Theisen <je...@gmx.de> wrote:
> I have a cgi application and want to add basic webdav functionality. I
> wonder if it is an option to implement webdav on the cgi level.

Try Script,
http://httpd.apache.org/docs/2.2/mod/mod_actions.html#script

If the objects you wish to interact with via DAV methods exist in your
DocumentRoot, Action from the same module may help too.

-- 
noodl

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: how to customise response to OPTIONS request?

Posted by Jens Theisen <je...@gmx.de>.
Vincent Bray wrote:
> Try Script,

I tried this already; this was what I was refering to when I said I 
already figured out how to server requests unkown to apache.

The OPTIONS request, however, can't be served that way - possibly to 
prevent the average user from changing the Server header. :)

Jens


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org