[PHP] Handling DELETE requests

2003-08-14 Thread Seairth Jacobs
Under Apache 1.3, how can I respond to DELETE request with a PHP script? I have no problem with GET, POST, or PUT. The only thing I found was the "Scripts" directive, but that requires a specic script to be named. I am looking for something more generic, possibly where I can just say that php sc

Re: [PHP] Handling DELETE requests

2003-08-14 Thread Seairth Jacobs
Well, it turns out that the problem wasn't Apache after all. For the record, Apache does pass the DELETE request on to the script by default. The problem was with the client program I was using to test it out. Appearently, the client is sending a mal-formed request that's causing the server to clo

Re: [PHP] Handling DELETE requests

2003-08-06 Thread Curt Zirzow
* Thus wrote Seairth Jacobs ([EMAIL PROTECTED]): > Under Apache 1.3, how can I respond to DELETE request with a PHP script? I > have no problem with GET, POST, or PUT. The only thing I found was the > "Scripts" directive, but that requires a specic script to be named. I am > looking for somethin

Re: [PHP] Handling DELETE requests

2003-08-05 Thread Seairth Jacobs
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Seairth Jacobs ([EMAIL PROTECTED]): > > Under Apache 1.3, how can I respond to DELETE request with a PHP script? I > > have no problem with GET, POST, or PUT. The only thing I found was the > > "Scripts" dire