Thread
:
Anyone help stopping POST to php scripts in apache
View Single Post
11-29-2008, 01:25 PM
Varius
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
You can probably use the <Limit></Limit> in your vhost or .htaccess or whatever, something like:
<Limit POST>
Require valid-user
</Limit>
or
<Limit POST>
Deny from all
</Limit>
Didn't try it, but pretty sure that's what the <Limit> item is for
__________________
Skype
variuscr
-
Email
varius AT gmail
Varius
View Public Profile
Find More Posts by Varius