[colug-432] Apache PUT 405 Method Not Allowed

Travis Sidelinger travis at ilive4code.net
Sat Feb 27 14:45:42 EST 2010


I may have to configure WebDAV, I'm starting to think you can't use 
plain PUT because it doesn't have a handler to do anything with it.  
Thus, a module like WebDAV is needed.  Problem is I compiled this 
version my self only with basic modules, and it's now in production status.


On 02/27/2010 03:23 PM, Matt Meinwald wrote:
> I'm not sure how to enable plain HTTP PUT, but is there a reason something
> like the WebDAV support in Apache would not accomplish what you want?
>
>    
>> Maybe someone knows the answer to this.  How to you allow PUT file
>> upload in Apache.
>>
>> This is a sample config:
>>
>>       Alias /upload /var/www/upload
>> <Directory /var/www/upload>
>>           AllowOverride None
>> <Limit GET HEAD PUT OPTIONS>
>>               Options +Indexes
>>               Order Allow,Deny
>>               Allow from ALLOWED_NETWORKS_INTERNAL
>>               Deny from NETWORKS_BRANCHES
>> </Limit>
>> </Directory>
>>
>> After lots of Googling I'm stumped.  This should work, but it doesn't.
>>
>>
>> -Travis Sidelinger
>> _______________________________________________
>> colug-432 mailing list
>> colug-432 at colug.net
>> http://lists.colug.net/mailman/listinfo/colug-432
>>
>>      
>
> _______________________________________________
> colug-432 mailing list
> colug-432 at colug.net
> http://lists.colug.net/mailman/listinfo/colug-432
>
>    



More information about the colug-432 mailing list