I have been trying various configurations, and noticed I am getting a Seg fault in the the log file so I ran httpd through gdb and got this: Program received signal SIGSEGV, Segmentation fault. 0x4040b5a6 in EMBPERL2_GetLineNo () from /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Embperl/Embperl.so
I am on Mandrake 8.1 with kernel 2.4.18 Apache/1.3.24 (Unix) Embperl/2.0b7 mod_perl/1.26 Perl v5.6.1 Aaron Johnson wrote: > In rereading my last post I realized that I didn't give much informaiton > to go on. I am upgrading from HTML::Embperl 2.0b5 to 2.0b7 Embperl. My > setup was working correctly with Apache::SessionX prior to the upgrade > attempt. I have double checked the conf file and no SESSION values are > set there that might conflict with SessionX. > > I am able to process pages correctly that contain Embperl code, it is > only an issue with retaining the session data. > > Here is my conf file settings for the server and directory in question: > > EMBPERL_DEBUG 13549 > EMBPERL_LOG /embperl/log > EMBPERL_ESCMODE 0 > EMBPERL_OPTIONS 16 > > AddType text/html .epl > > <Location /my_app> > EMBPERL_APPNAME my_app > EMBPERL_URIMATCH "(\.htm|\.epl)$" > EMBPERL_COOKIE_EXPIRES +30m > EMBPERL_COOKIE_PATH /my_app > SetHandler perl-script > PerlHandler Embperl > Options ExecCGI > </Location> > > Aaron Johnson > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]