Geoffrey Young wrote:
<Perl>
$Listen = 44901;
</Perl>

<Perl>
$Listen = 44901;
</Perl>


this isn't a mod_perl problem - if I take the default httpd.conf from an
apache 2.0 installation and just copy the default Listen line to

  Listen 80
  Listen 80

I get the same error message.

Absolutely correct Geoff. Pratik, <Perl> sections just feed configuration back into httpd's configuration system, each time it encounters the </Perl> marker. So if you are not carefull, you can get all sort of warnings about redefining aliases, etc.

--------------------------------------------------------------------------------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5
http://gozer.ectoplasm.org/     F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to