E: RE: Severe problem with $r-log_error Date: Tue, 11 Jul 2000 17:20:01 +0100 (BST) From: Matt Sergeant matt@sergeRE: RE: Severe problem with $r-log_error

2000-07-12 Thread Axel Wagner
Hi, Next question, did you "use Apache::Log;" ? -- Yes! That is what I am "using": --- snip --- use strict; use vars qw(%DBNew); use CGI::Cookie; use CGI '-autoload'; use MD5 (); use Biobase::DBI qw(:All); use Apache::File (); use Apache::URI (); use Apache::Log (); use

Severe problem with $r-log_error

2000-07-11 Thread Axel Wagner
/1.3.12 (Unix) PHP/3.0.16 mod_perl/1.24 mod_ssl/2.6.4 OpenSSL/0.9.5a Help would be very appreciated. Axel Wagner -- Biobase GmbH -Mascheroder Weg 1B- D-38114 Braunschweig phone: +49531/2603610

RE: RE: Severe problem with $r-log_error

2000-07-11 Thread Axel Wagner
Geoff wrote: did you compile mod_perl with EVERYTHING=1 or PERL_LOG_API=1 Yes! And with a lot of other options. Take a look: content of .makepl_args.mod_perl: EVERYTHING=1 APACHE_SRC=../../../Server/apache_1.3.12/src NO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 USE_DSO=1 PERL_DEBUG=1 PERL_TRACE=1

Re: Cookies

2000-02-14 Thread Axel Wagner
Hi, I had the same problem the server not sending any cookies. I don't think it has got to do with the 403 STATUS code: My Code contains: # add cookie file to HTTP header $r-err_headers_out-add('Set-Cookie' = $cookie); $r-no_cache(1); # trigger 403

[modperl] Ticket examples from the Eagle book

2000-02-08 Thread Axel Wagner
the string returned by URI-unparse does not contain the port. Looking forward to help. Axel Wagner Biobase GmbH - Germany PS: Please CC: the answer to me personally