[colug-432] Apache PUT 405 Method Not Allowed

Travis Sidelinger travis at ilive4code.net
Sat Feb 27 07:51:09 EST 2010


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


More information about the colug-432 mailing list