>
> <Files *.epl>
> SetHandler perl-script
> PerlHandler HTML::Embperl
> Options ExecCGI
> PerlSetEnv EMBPERL_LOG /tmp/embperl.log
> PerlSetEnv EMBPERL_ESCMODE 0
> PerlSetEnv EMBPERL_OPTIONS 16
> PerlSetEnv EMBPERL_OBJECT_BASE template.epl
> PerlSetEnv EMBPERL_DEBUG dbgHeadersIn
> PerlSetEnv EMBPERL_COOKIE_DOMAIN foo.com
> PerlSetEnv EMBPERL_SESSION_CLASSES "File Semaphore"
> PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/home/www/sessions"
> PerlModule HTML::Embperl;
> </Files>
>

Move this lines out of the Files block

PerlSetEnv EMBPERL_SESSION_CLASSES "File Semaphore"
PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/home/www/sessions"
PerlModule HTML::Embperl;

and make sure /home/www/sessions is writable by the httpd user. Then you
should see a message like "Embperl session management enabled" at server
startup.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




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

Reply via email to