Re: HTTP_REFERER is gone under Mod_Perl and EmbPerl!

1999-12-06 Thread Richard Dice
> I wasn't calling it from a form and so it simply wasn't being defined. > You get the right-answer award. I get the newbie award. If I make enough attempts at answering questions, eventually one will be correct. :-) It's not just forms that provide HTTP_REFERER -- clicking on any plain old lin

Re: HTTP_REFERER is gone under Mod_Perl and EmbPerl!

1999-12-06 Thread Scott Chapman
Richard, I wasn't calling it from a form and so it simply wasn't being defined. You get the right-answer award. I get the newbie award. Thanks! On 6 Dec 99, at 11:48, Richard Dice wrote: > > >The environment variable HTTP_REFERER is not in my scripts' CGI > > >environment. > > > > >I tried

Re: HTTP_REFERER is gone under Mod_Perl and EmbPerl!

1999-12-06 Thread Richard Dice
> >The environment variable HTTP_REFERER is not in my scripts' CGI > >environment. > > >I tried both regular Perl and Mod_Perl and it doesn't show up > >anywhere. I've searched the Net for any mention of this and found > >none. > > > >Can anyone give me a hand on how to debug this? Perhaps your

RE: HTTP_REFERER is gone under Mod_Perl and EmbPerl!

1999-12-06 Thread Eric Cholet
> I have Apache 1.3.9 and Mod_Perl 1.2.1 and EmbPerl 1.2.0. > > The environment variable HTTP_REFERER is not in my scripts' CGI > environment. > > I tried both regular Perl and Mod_Perl and it doesn't show up > anywhere. I've searched the Net for any mention of this and found > none. > >

Re: HTTP_REFERER is gone under Mod_Perl and EmbPerl!

1999-12-06 Thread Tom Christiansen
>The environment variable HTTP_REFERER is not in my scripts' CGI >environment. >I tried both regular Perl and Mod_Perl and it doesn't show up >anywhere. I've searched the Net for any mention of this and found >none. >Can anyone give me a hand on how to debug this? I don't imagine they fin