What am I overlooking here?  My web pages don't show up with the 
debug info any more!  

[Apache 1.3.22, mod_perl 1.26, embperl 2.0b5]

I also have some questions regarding config stuff below.  They are 
in as comments.

Here's my srm.conf file:

# When should I use "PerlSetEnv" and when "SetEnv"? What's the 
difference?
PerlSetEnv EMBPERL_SESSION_CLASSES "File Semaphore"
PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/wwww/sessions"
PerlSetEnv EMBPERL_DEBUG 11501
PerlSetEnv EMBPERL_VIRTLOG /embperl/log
PerlSetEnv EMBPERL_OPTIONS 16

# I'm using EmbperlObject.  Should this be changed?
PerlModule HTML::Embperl

# Can't remember why this was here. I've commented it out and will
# see what breaks! Seems it isn't supposed to be needed for 2.0b5?
# PerlModule MD5

<Location /embperl/log>
  SetHandler perl-script
  PerlHandler HTML::Embperl
  Options ExecCGI
</Location>
 
<Files *.epl>
# How much of the stuff from up above should be in this section?
    
        PerlSetEnv EMBPERL_OBJECT_BASE base.epl
        PerlSetEnv EMBPERL_FILESMATCH "\.epl$"
        SetHandler perl-script
        PerlHandler HTML::EmbperlObject
        Options ExecCGI
</Files>

Thanks!
Scott

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

Reply via email to