Leo*_*ard 8 apache perl mod-perl
我正在尝试将Perl调试器附加到Apache和mod_perl.我们的环境非常复杂(许多其他的东西(例如Catalyst)配置了Apache),配置它的工程师不再与公司合作.我按照Apache网站上的说明,设置了'PerlFixupHandler Apache :: DB'等等,但到目前为止,我得到的只是 在页面交付后进入调试器.我猜我在调度过程中得到了休息,而不是工作进程.我正在运行Apache的prefork MPM版本.调试说明说启动httpd时传递-X参数.但是我正在运行的httpd不接受-X参数.我假设-X param实际上会导致某些版本的httpd不能分叉?
任何和所有指导赞赏.
$ ./httpd -v
Server version: Apache/2.2.17 (Unix)
Server built: Nov 16 2010 20:13:24
-X isn't listed when I do httpd -?
Usage: ./httpd [-D name] [-d directory] [-f file]
[-C "directive"] [-c "directive"]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S]
Run Code Online (Sandbox Code Playgroud)