Considering using Perl Sections

2010-10-01 Thread Chris Bennett
A while back I realized the futility of using a single httpd.conf after having many errors due to not repeating things correctly in SSL section and the long length of the file. I broke it up into a httpd.conf, mod_gzip.conf, a global SSL.conf and a conf file (and SSL version if needed) for each

RE: Considering using Perl Sections

2010-10-01 Thread eric.berg
odperl@perl.apache.org > Subject: Considering using Perl Sections > > A while back I realized the futility of using a single > httpd.conf after > having many errors due to not repeating things correctly in > SSL section > and the long length of the file. > I broke it

Re: Considering using Perl Sections

2010-10-01 Thread Michael Peters
On 10/01/2010 04:47 PM, Chris Bennett wrote: At this point, should I break the AuthCookie sections out into confs for each virtual host using it, learn to use Perl Sections, or something different? Any suggestions are welcome. We actually like using templated httpd.conf files (we use HTML::Te

Considering using Perl Sections

2010-10-01 Thread Chris Bennett
A while back I realized the futility of using a single httpd.conf after having many errors due to not repeating things correctly in SSL section and the long length of the file. I broke it up into a httpd.conf, mod_gzip.conf, a global SSL.conf and a conf file (and SSL version if needed) for each