From: Daniel Stenberg Date: Wed, 19 Jan 2005 10:09:15 +0000 (+0000) Subject: add a URL to an article about making Apache support PUT X-Git-Tag: curl-7_13_0~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fe3829e5eafe2659a9ce32ad6532a1b037d3485;p=curl add a URL to an article about making Apache support PUT --- diff --git a/docs/examples/httpput.c b/docs/examples/httpput.c index d4b7dd5af..162a6b0d8 100644 --- a/docs/examples/httpput.c +++ b/docs/examples/httpput.c @@ -19,6 +19,9 @@ * line argument to the URL also given on the command line. * * This example also uses its own read callback. + * + * Here's an article on how to setup a PUT handler for Apache: + * http://www.apacheweek.com/features/put */ size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream)