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
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
* 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
"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
4 matches
Mail list logo