« Return to Thread: put method cgi script or webdav?

Re: put method cgi script or webdav?

by Christian Huldt :: Rate this Message:

Reply to Author | View in Thread

Use webdav för put, mod_dav is included with apache nowadays, i believe
the Script PUT suggestions are quite old.

Robert McNaught skrev:

> 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: users-unsubscribe@...
>    "   from the digest: users-digest-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>  
--

Christian Huldt
Solvare
+46704612207


[christian.vcf]

begin:vcard
fn:Christian Huldt
n:Huldt;Christian
org:Solvare
email;internet:christian@...
tel;work:+46840370607
tel;cell:+704612207
url:http://www.solvare.se
version:2.1
end:vcard




---------------------------------------------------------------------
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@...
   "   from the digest: users-digest-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: put method cgi script or webdav?