[EMAIL PROTECTED] (Stephen Clouse) wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On Fri, Aug 24, 2001 at 03:46:07PM -0700, ___cliff rayman___ wrote:
>> 'PerlModule' in httpd.conf and 'use' in startup.pl perform the same
>> purpose. if you are going to 'use' in startup.pl, comment out the
>> PerlModule directive in httpd.conf.
>
>Except PerlModule is the only way to register Apache configuration
>directives, which we define several, so we have to do it that way. But
>the program doesn't work without the use in startup.pl, even though
>PerlModule should load everything. Bizarre....
Hmm, as far as I know there are only 2 differences between 'PerlModule Foo'
and 'use Foo;'. Config directive processing is one, and the other is
that if the perl interpreter hasn't already started, PerlModule will
delay loading the module until after it's started. So you might try
putting an empty <Perl></Perl> section in your httpd.conf prior to the
PerlModule directive.
------------------- -------------------
Ken Williams Last Bastion of Euclidity
[EMAIL PROTECTED] The Math Forum