Subject: The requested method POST is not allowed for the URL
To: netbsd <netbsd-users@netbsd.org>
From: beto <beto@bonbon.net>
List: netbsd-users
Date: 10/22/2002 15:46:40
As I can qualify POST in my apache, I have apache 1,3,19, this is my
limit: 

<Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS PROPFIND>
        Order Allow,Deny
        Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS PROPFIND>
        Order Deny,Allow
        Deny from all
    </LimitExcept>
</Directory>


THANKS