As requested. Mind you, I have fixed it, after a fashion. I've set up a location thusly:
<Location / > Documentroot foo/bar </Location> Now it doesn't crash, but I do get a "The browser sent a request the server didn't understand" page. [EMAIL PROTECTED]:/var/www/AxKit2$ gdb perl GNU gdb Red Hat Linux (6.3.0.0-0.30.1rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) run axkit -c axkit.conf Starting program: /usr/bin/perl axkit -c axkit.conf (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1218528416 (LWP 27532)] L7 request_log register_hook: response_sent => hook_response_sent L7 error_xml register_hook: error => hook_error L7 fast_mime_map register_hook: mime_map => hook_mime_map L7 parse_post_data register_hook: body_data => hook_body_data L7 uri_to_file register_hook: uri_translation => hook_uri_translation L7 uri_to_file register_hook: fixup => hook_fixup L7 serve_file register_hook: write_body_data => hook_write_body_data L7 serve_file register_hook: response => hook_response1 L7 serve_file register_hook: response => hook_response2 L7 emap_2epm register_hook: post_read_request => hook_post_read_request L7 emap_2epm register_hook: xmlresponse => hook_xmlresponse 81.16.232.25:64228 L6 Connection from 81.16.232.25:64228 81.16.232.25:64228 L6 uri_to_file uri_translation translate: / 81.16.232.25:64228 L7 uri_to_file uri_translation Translated to (request uri: /, path info: ) A processor needs source document path at /usr/lib/perl5/site_perl/5.8.3/i686-linux-ld/AxKit2/Processor.pm line 38. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1218528416 (LWP 27532)] 0x00e3a92c in Perl_leave_scope () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so (gdb) bt #0 0x00e3a92c in Perl_leave_scope () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #1 0x00e38e61 in Perl_pop_scope () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #2 0x00dc9a63 in S_my_exit_jump () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #3 0x00dc9912 in Perl_my_failure_exit () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #4 0x00e3e371 in Perl_die_where () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #5 0x00e084d6 in Perl_vdie () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #6 0x00e088b9 in Perl_die () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #7 0x00e455d4 in Perl_pp_die () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #8 0x00e16431 in Perl_runops_standard () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #9 0x00dc5fac in S_call_body () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #10 0x00dc5edd in Perl_call_sv () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #11 0x00e086cf in Perl_vdie () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #12 0x00e088b9 in Perl_die () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #13 0x00e455d4 in Perl_pp_die () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #14 0x00e16431 in Perl_runops_standard () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #15 0x00dc55a5 in S_run_body () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #16 0x00dc5356 in perl_run () from /usr/lib/perl5/5.8.3/i686-linux-ld/CORE/libperl.so #17 0x08049213 in main () (gdb) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]