|
|
Subject: Re: [Newbie] How to configure server for HTTP PUT? - msg#00090
List: web.lighttpd
cremes.devlist@xxxxxxx <cremes.devlist@xxxxxxx> wrote:
> The server successfully responds to GET requests and can serve up
> static files without problem. How do I configure the server to
> process HTTP PUT requests so I can do file uploads with it?
PUT is a method used in WebDAV. See the documentation of mod_webdav[1], it
is quite easy.
[1]: http://lighttpd.net/documentation/webdav.html
--
Regards,
Jochen
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Site Statistics Package
Hi,
Stefan Scholl wrote:
ModLogAn:
http://modlogan.org/
"... Notheless, modlogan is not maintained anymore. ..."
...which does not mean that it does not work anymore... :-)
People are still using it - at least me.
Kind regards
Peter
Next Message by Date:
click to view message preview
Re: Help for static content cache
On Wed, Feb 15, 2006 at 05:04:27AM +0100, Pixelib Team wrote:
> Dear,
>
> We installed lighttpd as a image server, and use apache mod_rewrite to get
> the all of images proceed by lighttpd. However, IE cannot cache the static
> content, all of images will be requested every time. Once we disabled
> lighttpd, all of images can be cached again.
Enabled
debug.log-request-header = "enable"
debug.log-response-header = "enable"
and send me the errorlog for a few requests.
> Cheers,
> Steve
Jan
--
Jan Kneschke http://jan.kneschke.de/
Perhaps you want to say 'thank you, jan': http://jk.123.org/wishlist/
Previous Message by Thread:
click to view message preview
[Newbie] How to configure server for HTTP PUT?
Web server novice here...
I followed the wiki instructions for setting up a lighttpd server.
I'm running lighty 1.4.9 via darwinports on OSX 10.4.4.
The server successfully responds to GET requests and can serve up
static files without problem. How do I configure the server to
process HTTP PUT requests so I can do file uploads with it?
Sorry for the beginner question but I couldn't find an answer in the
wiki or docs anywhere. Google was likewise unhelpful.
cr
Next Message by Thread:
click to view message preview
Re: [Newbie] How to configure server for HTTP PUT?
On Feb 15, 2006, at 4:26 AM, Jochen Schalanda wrote:
cremes.devlist@xxxxxxx <cremes.devlist@xxxxxxx> wrote:
The server successfully responds to GET requests and can serve up
static files without problem. How do I configure the server to
process HTTP PUT requests so I can do file uploads with it?
PUT is a method used in WebDAV. See the documentation of mod_webdav
[1], it
is quite easy.
[1]: http://lighttpd.net/documentation/webdav.html
Thanks for everyone's responses. Got it working...
cr
|
|