> I just took a look, and Apache::Session is version 0.17, but
> Apache::Session::epDBI is installed. Further, this code worked yesterday
> and for the past many months.
>
[..]
> PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore SysVSemaphoreLocker"
> PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:sessions
> UserName=root NSe
> ms=8"

The above are the configuration for Apache::Session 1.0x. This configuration
will _not_ work with Apache::Session 0.17.

Could it be possible that someone downgraded your Apache::Session version?

If you really want to use Apache::Session 0.17 (I don't recommend to do so)
you need the following in your httpd.conf


 PerlSetEnv SESSION_DBI_DATASOURCE dbi:mysql:session
 PerlSetEnv EMBPERL_SESSION_CLASS  epDBI
 PerlModule Apache::Session::epDBI
 PerlModule HTML::Embperl


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 925151
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