weird cookie behavior

2002-11-10 Thread valerian
I'm experiencing strange behavior with cookies when my scripts are accessed in mod_perl (using Apache::Registry). Everything works fine so long as my browser is configured to not go through a proxy (ie, in Netscape 4.77, directly connected to the Internet option is selected). When I configure it

Re: [Win32] ActivePerl-5.8 beta released

2002-11-10 Thread Chris
I asked Jan Dubois at ActiveState about this, just to verify - the relevant excerpt of his reply follows ... Luckily I'm on both lists (or at least I got a copy of Jan Dubois reply as well). Thank you for this. Perhaps related to this, was this build compiled with VC++ 6? Yes. For

Re: Trouble building Apache 1.3.27 with mod_perl 1.27 on Solaris 8x86

2002-11-10 Thread Ged Haywood
Hi there, On Fri, 8 Nov 2002, [iso-8859-1] Svavar Örn Eysteinsson wrote: I'm having a big trouble on my Solaris 8 x86. I'm trying to compile Apache v1.3.27 with mod_perl 1.2.27. As for now i'm running Apache/1.3.19 (Unix) PHP/4.0.4pl1 mod_perl/1.25. with Perl 5.6.1 and GCC 3.0.3 Did you

make test fails

2002-11-10 Thread Kelton Joyner
I am trying to upgrade to Apache 1.3.27 with mod_perl 1.27. I am currently running Apache 1.3.20 and mod_perl 1.26 on an HP-UX machine with hpux 10.20 with perl v5.6.1 built for PA-RISC1.1 . I ran configure on Apache to generate a config file with the additional modules I wanted, then did

Re: make test fails

2002-11-10 Thread Stas Bekman
Kelton Joyner wrote: I am trying to upgrade to Apache 1.3.27 with mod_perl 1.27. I am currently running Apache 1.3.20 and mod_perl 1.26 on an HP-UX machine with hpux 10.20 with perl v5.6.1 built for PA-RISC1.1 . I ran configure on Apache to generate a config file with the additional modules

Re: make error compiling mod_perl on RH7.1

2002-11-10 Thread Stas Bekman
Witchy wrote: Hi all, Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it falls over with this error: apr_perlio.c: In function `apr_perlio_apr_file_to_glob': apr_perlio.c:573: `IoTYPE_WRONLY' undeclared (first use in this function) apr_perlio.c:573: (Each undeclared

Re: Errors after converting /cgi-bin to PerlRun

2002-11-10 Thread Stas Bekman
Frank Naude (FJ) wrote: Hi, I'm trying to convert my /cgi-bin directory to PerlRun as it only contain Perl scripts. However, after doing so, I get numerous errors like this: [Wed Nov 6 11:34:21 2002] [error] Can't locate object method uri via package Apache::PerlRun at

Re: newbie:How to get form input in mod_perl 2 since Apache::requestis not implemented yet ?

2002-11-10 Thread Stas Bekman
BuffaloRC Club wrote: Hi all, I am a newbie to mod_perl and going straight to mod_perl 2. If you want to play with 2.0 it's cool, but you may find that it's not yet ready for production, as not all APIs are available yet. On the other hand 1.27 is a *very* robust version. Have successfully