RE: Re: Re: Process exists - Segmentation fault

2008-01-03 Thread Gerald Richter - ECOS GmbH
Hi, Not sure if it makes any difference, but the lines LoadModule embperl_module /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Embperl/Embp erl.so PerlModule Apache::DBI PerlModule Embperl Should be outside of the VirtualHost block (they are global anyway) The other thing that y

Re: Re: Process exists - Segmentation fault

2008-01-03 Thread abhishek jain
Hi, Adding PerlModule Embperl did not solved the problem , infact it aggreviated it. With this the page is not didsplaye at all. My apache configuration is: :80> SuexecUserGroup "#" "#" ServerName x ServerAlias www.x DocumentRoot ErrorLog /logs/error_log CustomLog

How to store keys generated from Crypt::RSA module??

2008-01-03 Thread arnab
Hi All, I'm using Crypt::RSA module for generating public & private keys. Now the problem is that when I'm storing the keys in the database, and again bringing them to do the signature or verification the Crypt::RSA module is unable to understand the key format. I'm storing the keys in the Varch

RE: Re: Process exists - Segmentation fault

2008-01-03 Thread Gerald Richter - ECOS GmbH
Please add a PerlModule Embperl Somewhere _after_ the LoadModule Gerald > -Original Message- > From: abhishek jain [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 12:53 PM > To: Gerald Richter > Cc: modperl@perl.apache.org > Subject: Re: Process exists - Segmentation f

Re: Process exists - Segmentation fault

2008-01-03 Thread abhishek jain
Hi, I have the following statement in my httpd.conf LoadModule embperl_module /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Embperl/Embperl.so I do not have a related PerlModule just one for Apache::DBI . Thanks, Abhishek jain On 1/3/08, Gerald Richter - ECOS GmbH <[EMAIL PROTECTE