Re: document contains no data errors (with mod_ssl)

2002-10-01 Thread Ged Haywood
Hi there, On Mon, 30 Sep 2002, Anthony E. wrote: am receiving document contains no data error messages quite frequently. [snip] incidentally, i noticed i am getting a lot of these errors in the error_log: Out of memory! Callback called exit. If you run out of memory then your Apache

bug with IO::Scalar IO::String Text::Iconv and XML

2002-10-01 Thread [EMAIL PROTECTED]
Hi here is a program that shows something wrong when using Text::Iconv with IO::Scalar or IO::String read a sample xml file, with an accented character, after xml parsing (which translates to utf-8), translate back to iso- 8859-1. also prepare a simple utf-8 string with text::iconv problem

Daft question - preventing the username password box from appearing.

2002-10-01 Thread Martin Moss
All, How do I change the behaviour of get_basic_auth_passwd() I do not wish to have the prompt box appear, I want to have a dynamically produced login form which when submitted carries out the users previous command (I have an authentication system which 'times out' a user) the problem I have

Re: Daft question - preventing the username password box from appearing.

2002-10-01 Thread Geoffrey Young
Martin Moss wrote: All, How do I change the behaviour of get_basic_auth_passwd() I do not wish to have the prompt box appear, I want to have a dynamically produced login form which when submitted carries out the users previous command (I have an authentication system which 'times out'

Re: Daft question - preventing the username password box from appearing.

2002-10-01 Thread Lupe Christoph
On Tuesday, 2002-10-01 at 14:16:47 +0100, Martin Moss wrote: I do not wish to have the prompt box appear, I want to have a dynamically produced login form which when submitted carries out the users previous command (I have an authentication system which 'times out' a user) You can't in

Re: Daft question - preventing the username password box from appearing.

2002-10-01 Thread Martin Moss
thanks to everyone, Geoff's post made me re-examine AuthCookie and I realised I wasn't supposed to use the get_basic_auth_pw method at all. Thanks I understand whats going on now. Cheers Marty - Original Message - From: Lupe Christoph [EMAIL PROTECTED] To: Martin Moss [EMAIL PROTECTED]

cookies and IE

2002-10-01 Thread Alan
Hi folks... I'm having a bit of a weird problem with Apache::Cookie and IE. I'm setting a cookie and then doing a redirect as follows: my $c = Apache::Cookie-new( $r, -name = 'userdata', -value = $cookie, -expires = '1d', -path = '/dealers' );

subprocess_env wont change variable set with PerlSetEnv

2002-10-01 Thread Chris Allen
I have a variable that is set with PerlSetEnv in my Apache config. PerlSetEnv SOMEVAR FOO On some occasions my PerlTransHandler changes this variable: $r-subprocess_env('SOMEVAR','BAR'); This used to work fine, and my PerlHandler (HTML::Embperl) would see $ENV{SOMEVAR}=='BAR'

Re: cookies and IE

2002-10-01 Thread Alan
On Tue, Oct 01, 2002 at 11:30:59AM -0700, Alan wrote: Hi folks... I'm having a bit of a weird problem with Apache::Cookie and IE. I'm setting a cookie and then doing a redirect as follows: my $c = Apache::Cookie-new( $r, -name = 'userdata', -value = $cookie,

Re: cookies and IE

2002-10-01 Thread Kee Hinckley
At 11:30 AM -0700 10/1/02, Alan wrote: Hi folks... I'm having a bit of a weird problem with Apache::Cookie and IE. I'm setting a cookie and then doing a redirect as follows: This must come up once every few months. I'd complain about that fact, but the irony is that just last week I couldn't

Makefile 'PERL=' definition.. 1.99_07, and previous releases

2002-10-01 Thread Lester Vecsey
In the Makefile that gets generated there are some PERL= and FULLPERL=statements that get set to whichever perl you ran on the originalMakefile.PL file. For example I ran /usr/bin/perl-5.8.0-threaded on it, andthey got set properly. The problem is theres an additional 'MakeMaker

error from my .htaccess file

2002-10-01 Thread Mitchel, Jennifer (Jem)
Hello, I know very little about Apache or mod_perl and I'm really lost. I am running Apache 1.3.22 and mod_perl 1.21 on a Sun Solaris 2.6 machine. I'm sure Apache and mod_perl are running as I can successfully grab that out of $ENV{SERVER_SOFTWARE}. I'm using perl 5.005_03. I am

mod_perl 1.27 core dumping on all requests

2002-10-01 Thread Homolka, Richard
mod_perl 1.27, apache 1.3.26, Solaris 2.8/Sparc, Perl 5.6, gcc 2.95.2 My problem, I get a consistent core dump in perl_handler(), mod_perl.c:842 on a standard (non-perl script) request in my server as specced above. I've debugged it to where I know what's happening, but have no clue why it's

Perl environment variables in mod_perl 1.26

2002-10-01 Thread Danial Pearce
Gday fellow mod_perl'ers, In order to get mod_perl to look in the right place for my perl modules, I have been using the SetEnv PERL5LIB /foo method in my apache config file. This is giving me bad results when I use more than one mod_perl module. To my knowledge, the way this works is that