[colug-432] Apache PUT 405 Method Not Allowed

Matt Meinwald meinwald.1 at osu.edu
Sat Feb 27 10:23:39 EST 2010


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
>




More information about the colug-432 mailing list