Hello,
I believe we're also checking this via email as well.. in any case, if you have another DA server, try starting it up in logging debug mode to see what's being passed:
Code:
cd /usr/local/directadmin
killall -9 directadmin
./directadmin b800
on the remote server (call it B)... then issue a delete request on server A to see if it makes it through.
Another suggestion... if possible, create a cgi-bin file to accept the raw data from DA.. check the headers that way. DA-to-DA works fine, but I'll admit that DA is not apache, nor does it use the same parsers... if there are any slight variances with headers that apache may be choking on, only the raw form would be able to point it out for us.
So in your cgi-bin, create something that takes all stdinput and dumps it to the screen, after the usual httpd headers, or just to a file, so we can see exactly the full request.
The action=rawsave function is next to exactly the same as the action=delete version, hence it's strange how one works, but theo the other doesn't, while they all work DA-to-DA just fine.
John