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