./httpd -l

2000-04-10 Thread James Gosnell
When I run ./httpd -l should I see mod_perl.c in the list of modules? -- James Gosnell [EMAIL PROTECTED] ICQ#1727569 http://premed.dhs.org startup.pl

Re: ./httpd -l

2000-04-10 Thread Stas Bekman
When I run ./httpd -l should I see mod_perl.c in the list of modules? Yes, unless httpd was created as DSO and it wasn't configured to load this module in httpd.conf. __ Stas Bekman | JAm_pH--Just Another

Re: ./httpd -l

2000-04-10 Thread Vivek Khera
"JG" == James Gosnell [EMAIL PROTECTED] writes: JG When I run ./httpd -l should I see mod_perl.c in the list of modules? Depends if you compiled it into your httpd... ;-) If you compiled mod_perl as a DSO module, then no. If you compiled mod_perl statically