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
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
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
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
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