>>>>> On Tue,  1 Aug 2006 11:06:15 -0500, [EMAIL PROTECTED] said:

  > Just exactly how does $PerlConfig work?
  > Can I put my entire configuration in a here document using $PerlConfig?

Yes.

  > What are the limitations with $PerlConfig?

Try it out.

The Apache::PerlSections manpage is a bit terse. But in Apache2 it's
better: http://perl.apache.org/docs/2.0/api/Apache2/PerlSections.html
As I said, it is like an Include statement on a scalar.

<Perl>
  $PerlConfig = "Alias /foo /bar\n";
</Perl>

It's that easy.


-- 
andreas

Reply via email to