Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 93924 invoked by uid 500); 8 Jul 2002 18:43:54 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 93842 invoked from network); 8 Jul 2002 18:43:53 -0000 Date: Mon, 8 Jul 2002 20:41:02 +0200 From: Michael Ott To: Embperl Subject: Problems with session Message-ID: <20020708204102.C3799@server.zolnott> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hallo! I have problem and i write it a second time. Here my httpd.conf # Alias /perl /var/www/perl # # SetHandler perl-script # PerlHandler Apache::Registry # Options +ExecCGI # PerlSetEnv EMBPERL_DEBUG 2147475453 PerlSetEnv EMBPERL_LOG /var/log/httpd/embperl.log PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore" PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:sessions UserName= Password=" PerlSetEnv EMBPERL_COOKIE_DOMAIN ".zolnott" PerlSetEnv EMBPERL_COOKIE_PATH "/" PerlSetEnv EMBPERL_COOKIE_EXPIRES '+10m' PerlModule Embperl #PerlModule Digest::MD5 #PerlModule MD5 Embperl_UseEnv on SetHandler perl-script #PerlHandler HTML::Embperl PerlHandler Embperl Options +ExecCGI My apache crashes during start. When i set EMBPERL_SESSION_CLASSES="File File" my apache works. During the crash, Embperl write no logs. I have checked my MySQL-Server. I can connect with the same configs. And Apache::SessionX can connect to. Where is the problem? Is there any debug-nr, where i can check, what happens during start of the apache. Can PerlSetEnv EMBPERL_SESSION_CONFIG "MySQL" a help and is this the right notation? Tnx CU Michael -- /---------------------------------------------------------------\ | Michael Ott, Glockenhofstr. 29a, 90478 Nuernberg | | e-mail: ZolnOtt@NEFkom.net, Tel. +49 9 11 41 88 576 | \---------------------------------------------------------------/ --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org