Hi everyone,

I just upgraded to 1.99_08, and it lets me do all my old <Perl> 
configurations.  Except for one.

When I try to do something like

  <Perl >
  push @Listen, 80;
  
  # or this:
  # $Listen = 80;
  </Perl>

Apache refuses to bind to that port, telling me that the socket is already 
in use.  No matter which port I specify, this happens.

My question is, does this happen because of when <Perl> directives are 
actually processed (too late for Listen?), and if so, how would I go about 
determining which port to listen on dynamically?

My setup: apache 2.0.43, mod_perl 1.99_08.

Thanks in advance,

  - Dmitri.

P.S.  Any word on when more more documentation for <Perl> configuration is 
coming?

Reply via email to