[colug-432] Apache PUT 405 Method Not Allowed

Travis Sidelinger travis at ilive4code.net
Sun Feb 28 16:43:39 EST 2010


I already saw that article.  I tried it and still get the same results: 
"405 Method Not Allowed"

On 02/28/2010 02:21 PM, Mark Aufdencamp wrote:
> A little quick googling reveals that Apache doesnt have a native PUT
> handler, but one can define a script to handle PUT.
>
> PUT Script /cgi-bin/puthandler.cgi
>
> http://www.apacheweek.com/features/put
>
>    
>> -------- Original Message --------
>> Subject: Re: [colug-432] Apache PUT 405 Method Not Allowed
>> From: Travis Sidelinger<travis at ilive4code.net>
>> Date: Wed, December 31, 1969 7:10 pm
>> To: Matt Meinwald<meinwald.1 at osu.edu>
>> Cc: colug-432 at colug.net
>>
>>
>> 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
>>>
>>>
>>>        
>> _______________________________________________
>> 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