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
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
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]
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
> 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