> > <Directory "/"> > <FilesMatch ".*\.html$"> > PerlSetVar Allow yes > SetHandler perl-script > PerlHandler HTML::EmbperlObject > PerlSetEnv EMBPERL_OBJECT_BASE template.epl > PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore" > PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:mydbname UserName=myusername Password=mypasswd"
The two setting above has to apear _before_ Embperl is loaded. E.g. outside of any Directory section: PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore" PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:mydbname UserName=myusername Password=mypasswd" PerlModule HTML::Embperl If you done it correct, Apache will say 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]