Re: Emailing Form Data with an Embperl Script

2000-06-29 Thread Houman Akhavan
Do you know where I could get a RPM for mod_perl 1.24? I checked rpmfind.net and they only have 1.21. I tried to install from source but it gave me some error messages. thanks, Houman A. - To unsubscribe, e-mail: [EMAIL PROTE

Re: Embperl-Session don't span pages on same server?

2000-06-29 Thread Gerald Richter
Hi, > > I'd like to use Embperls session handling on a site using > multiple Embperl pages. > > My tests show that Embperl places the path (directory) of the embperl > file into the cookie. However, this prevents a page located > in e.g. /caddy to access a cookie set by a page in e.g. /products

Re: Embperl-Session don't span pages on same server?

2000-06-29 Thread Thomas Corte
Hi, sorry, found the solution: PerlSetEnv EMBPERL_COOKIE_PATH / does it. _ Thomas Corte <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Embperl-Session don't span pages on same server?

2000-06-29 Thread Thomas Corte
Hi, I'd like to use Embperls session handling on a site using multiple Embperl pages. My tests show that Embperl places the path (directory) of the embperl file into the cookie. However, this prevents a page located in e.g. /caddy to access a cookie set by a page in e.g. /products. Is there a

Re: Emailing Form Data with an Embperl Script

2000-06-29 Thread Gerald Richter
> When I uncommented PerlModule HTML::Embperl , and restarted Apache it > failed, so how would I statically link into Apache? > ARe you running on Unix or NT? On Unix you need the apache sources and the mod_perl sources. Go to the mod_perl directory and do a perl Makefile.PL make make install