At 09:16 AM 5/19/2000 +0200, Gerald Richter wrote:
> > [root@catatonia log]# apachectl start
> > /usr/local/apache/bin/apachectl start: httpd started
> >
> >
> > If I cd to /var/log and grep -i for embperl, I see nothing -- no "session
> > management enabled" message. Under ordinary circumstances, should I have
> > expected to see this line in the course of executing one of the
> > above commands?
> >
>Yes, normaly you should see it after the apachectl start.
>
>I think we should take a look at your httpd.conf...
I just installed everything (apache 1.3.12, mod_perl1.24, embperl1.3b3) on
a fresh box not behind a firewall and I'm seeing identical results. The
fragment of httpd.conf related to embperl is given below. Note that I did
not set EMBPERL_SESSION_ARGS. Perhaps that's the problem? I want to tell
it to use a file.
PerlSetEnv EMBPERL_DEBUG 2894061
PerlSetEnv EMBPERL_VIRTLOG /embperl/log
PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore SysVSemaphoreLocker"
<Location /embperl/log>
SetHandler perl-script
PerlHandler HTML::Embperl
Options ExecCGI
</Location>
Alias /embperl /usr/local/apache/htdocs/embperl
<Location /embperl/>
SetHandler perl-script
PerlHandler HTML::Embperl
Options ExecCGI
</Location>
AddType text/html .epl
steve
--
Steven D. Arnold Que quiero sera [EMAIL PROTECTED]
"We choose to go to the moon in this decade and do the other things, not
because they are easy, but because they are hard." -- John F. Kennedy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]