Re: Problem with perl sections + @Include + Options statement

2006-03-13 Thread Torsten Foertsch
On Monday 13 March 2006 18:45, Bjørn Erik Jacobsen wrote: > Syntax error on line 233 of /data/apps/apache2/conf/httpd.conf: > $parms->add_config() has failed: Option Indexes not allowed here at > /usr/local/lib/perl5/site_perl/5.8.7/i386-freebsd/Apache2/PerlSections > .pm line 203.\n Is this Apach

Problem with perl sections + @Include + Options statement

2006-03-13 Thread Bjørn Erik Jacobsen
Hello, I seem to have a rather strange problem when using Perl sections in httpd.conf to load extra config files. Including files the normal way works fine, but when including the same file using @Include in a Perl section, it chokes on the "Options ..." keyword (see included error message below).