logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Can you stop the POST command
Author
rmz



Joined: 13 Feb 2011
Posts: 1

PostPosted: Sun 13 Feb '11 22:43    Post subject: Can you stop the POST command Reply with quote

This is probably a minor league question - but---
I am running Apache 2.2.13 with PHP 5.2.13 on an WinXP box.
I do not understand why the POST command is issued to my web site.
GET commands are no problem - but - when the post command is used, it is searching for files that it has no business asking for.
Can I stop the POST command?
Would I want to stop the POST command?
Thanks
Bob
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Mon 14 Feb '11 18:17    Post subject: Reply with quote

Hi Bob,
you can stop POST with limit

Do you want to stop POST? I can't tell you. But if you use only static content without any <form... else you need POST
Back to top


Reply to topic   Topic: Can you stop the POST command View previous topic :: View next topic
Post new topic   Forum Index -> Apache