|
httpserver - PUT request
Hi
I'm currently configuring a Debian Ecth webserver, with Apache2. I've installed a tftp-client, and I'm trying to send a file to the server using the PUT-request method. But I get a "405 Method not allowed", meaning the server only supports GET, POST and a couple of others.
How do I configure it so that I can use PUT?
Solution: Used apache1.3
Last edited by mouse_x; 06-07-2007 at 08:50 AM.
|