I'm getting two sets of debugging links at the top of each page:
Logfile / Source only / Eval only  Logfile / Source only / Eval only 

What would cause this? (They work like they should).

I'm running TurboLinux 6.5, Apache 1.3.22, ModPerl 1.26 and EmbPerl 
1.3.4. This happened with 1.3.3 also.

Apache config:
PerlSetEnv EMBPERL_SESSION_CLASSES "File Semaphore"
PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/wwww/sessions"
PerlModule HTML::Embperl
PerlModule MD5
SetEnv EMBPERL_DEBUG 11501
SetEnv EMBPERL_VIRTLOG /embperl/log

<Location /embperl/log>
SetHandler perl-script
PerlHandler HTML::Embperl
Options ExecCGI
</Location>
 

<Files *.epl>
        PerlSetEnv EMBPERL_OBJECT_BASE base.epl
        PerlSetEnv EMBPERL_FILESMATCH "\.epl$"
        SetHandler perl-script
        PerlHandler HTML::EmbperlObject
        Options ExecCGI
</Files>

Any ideas?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to