Re: Mod_perl with NLDBM issue

2003-10-08 Thread Chris M
On 10/8/03 12:45 PM, "Stas Bekman" <[EMAIL PROTECTED]> wrote: > Chris M wrote: > >>> The opening is , but the clsoing is . It wan't the space in >>> the >>> opening tag, because in httpd-2.0 the parser requires an argument in all >>> containers (with a leading space), so opening is invalid, but

Re: Mod_perl with NLDBM issue

2003-10-08 Thread Stas Bekman
Chris M wrote: So does it work ok now? No it doesn't work. And I'm probably no further along to understanding why since the docs are horked :) Here is what I get: Starting httpd: Syntax error on line 1112 of /etc/httpd/conf/httpd.conf: Perl not allowed here Here's the config: PerlModule Apach

Re: Mod_perl with NLDBM issue

2003-10-08 Thread Stas Bekman
Chris M wrote: The opening is , but the clsoing is . It wan't the space in the opening tag, because in httpd-2.0 the parser requires an argument in all containers (with a leading space), so opening is invalid, but it's always in closing. That is certain

Re: Mod_perl with NLDBM issue

2003-10-08 Thread Chris M
On 10/8/03 12:11 PM, "Stas Bekman" <[EMAIL PROTECTED]> wrote: > Chris M wrote: >> On 10/8/03 10:14 AM, "Stas Bekman" <[EMAIL PROTECTED]> wrote: >> >> >>> Chris M wrote: >>> I am trying to get a new configuration going. When I start 2.0.47 I get: # /etc/rc.d/init.d/httpd start >

Re: Mod_perl with NLDBM issue

2003-10-08 Thread Stas Bekman
Chris M wrote: On 10/8/03 10:14 AM, "Stas Bekman" <[EMAIL PROTECTED]> wrote: Chris M wrote: I am trying to get a new configuration going. When I start 2.0.47 I get: # /etc/rc.d/init.d/httpd start Starting httpd: Syntax error on line 1110 of /etc/httpd/conf/httpd.conf: directive missing closi

Re: Mod_perl with NLDBM issue

2003-10-08 Thread Chris M
On 10/8/03 11:09 AM, "Josh Chamas" <[EMAIL PROTECTED]> wrote: > Chris M wrote: >> I am trying to get a new configuration going. When I start 2.0.47 I get: >> >> # /etc/rc.d/init.d/httpd start >> >> Starting httpd: Syntax error on line 1110 of /etc/httpd/conf/httpd.conf: >> directive missing cl

Re: Mod_perl with NLDBM issue

2003-10-08 Thread Josh Chamas
Chris M wrote: I am trying to get a new configuration going. When I start 2.0.47 I get: # /etc/rc.d/init.d/httpd start Starting httpd: Syntax error on line 1110 of /etc/httpd/conf/httpd.conf: directive missing closing '>' [FAILED] Line 1110 is the line below: PerlModule Apache::ASP

Re: Mod_perl with NLDBM issue

2003-10-08 Thread Stas Bekman
Chris M wrote: I am trying to get a new configuration going. When I start 2.0.47 I get: # /etc/rc.d/init.d/httpd start Starting httpd: Syntax error on line 1110 of /etc/httpd/conf/httpd.conf: directive missing closing '>' [FAILED] It should be in mp2. ^ sp