Eric Knudstrup wrote:
> On Wednesday 15 March 2006 16:32, Stephen Warren wrote:
>> Is Apache running chroot'd?
> 
> No, stock SuSE 9.2 rpm install.  Is there any way I can attach a debugger to 
> the CGI?

Is SELinux interfering? You should be getting a ton of console (or
/var/log/messages or ...) printouts if it is, I think.

To debug, you can always run "gdb -p pid_of_cgi_script" to attach to it
dynamically. The trick would be getting the CGI to hang around long
enough to attach to it. Perhaps you could hack the code to detect when a
failed config file access was made, then make it sleep(60) to give you
time to attach to it...

Attachment: signature.asc
Description: OpenPGP digital signature

_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to