Dear all,

I have been reading through some documentation regarding enabling the
HTTP PUT method.  There is a variety of information on the internet,
although some of it does not seem to match.

I am using Apache/2.0.61 (Unix).

I have added the following to access.conf in my http configuration directory.

Script PUT /cgi-bin/put.pl
<Directory /home/provxip/public_html/>
AllowOverride None
<Limit PUT>
order allow, deny
allow from all
</Limit>
</Directory>

>From what I read, I need to have a put.pl (assuming that it is perl)
file to be run when a client does a PUT request?  If so, how can I get
ahold of such a script.  I have tried googling, and cannot find an
example script.  I am not a programmer so would not have the first
idea how to achieve this...

Also, I have read that having web_dav enabled on your apache server
can bypass this step, since web_dav would enable publishing (which I
assume is the PUT method)?  Does anyone know the simplest way to
achieve this.

Thanks

Robert

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to