Re: Problems with section

2004-07-02 Thread benoit
Stas Bekman wrote: > From Changes: =item 1.21_03 - March 15, 2000 new variable $Apache::Server::StrictPerlSections, if true, will croak section generates invalid Apache configuration syntax Does it do the trick? I'm not sure why it's not documented. Where should I put this? I've tried adding it

Re: Problems with section

2004-07-02 Thread Stas Bekman
benoit wrote: Stas Bekman wrote: > From Changes: =item 1.21_03 - March 15, 2000 new variable $Apache::Server::StrictPerlSections, if true, will croak section generates invalid Apache configuration syntax Does it do the trick? I'm not sure why it's not documented. Where should I put this? startu

Re: Problems with section

2004-07-02 Thread Stas Bekman
benoit wrote: Ok, now I'm ashamed. After some more RTFM, I found that there was a missing-closing-parens festival going on in my configuration file... So, for the record and/or those who will find this message some debugging day : I followed the suggestion of Pratical Mod_perl, p.132 : I've add

Re: Problems with section

2004-07-02 Thread benoit
Ok, now I'm ashamed. After some more RTFM, I found that there was a missing-closing-parens festival going on in my configuration file... So, for the record and/or those who will find this message some debugging day : I followed the suggestion of Pratical Mod_perl, p.132 : I've added a a #!/usr

Problems with section

2004-07-02 Thread benoit
Hello. I'm trying to build an Apache configuration that makes it possible for all the developpers in my group to work with their own Apache process. For doing so, I'm using sections that build the server configuration; changing the User/Group, dynamically ajusting the DocumentRoot and Port, et