cvs commit: modperl-2.0 Changes

2002-12-06 Thread stas
stas2002/12/06 04:40:06 Modified:lib/Apache compat.pm .Changes Log: add backcompat value of $Apache::Server::CWD Revision ChangesPath 1.73 +4 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0 Changes

2002-12-06 Thread stas
stas2002/12/06 05:09:15 Modified:todo deprecated_features.txt lib/Apache compat.pm .Changes Log: add backcompat var $Apache::Server::AddPerlVersion Revision ChangesPath 1.7 +0 -2

Re: mod_perl + mod_rewrite

2002-12-06 Thread Stas Bekman
P. Zadikian wrote: Hello, Is there some way to set mod_rewrite rules in a Perl/Perl section in the apache configuration? Just like any other httpd configuration, as explained here: http://perl.apache.org/docs/1.0/guide/config.html#Apache_Configuration_in_Perl and in much more detail in the

Re: All tests fail with Apache/2.0.43 (Unix) mod_perl/1.99_07-dev

2002-12-06 Thread Richard Curtis
Hi. I have resolved my problems, but I am not sure if this highlights a possible error in the make scripts. I realised I was root, but installing from the directory /home/richard If I did the following as root (in /home/richard): tar -xzf mod_perl.tar.gz cd mod_perl... perl ./Makefile.PL

[mp2]: Problem running scripts with Apache::compat and PerlRun.

2002-12-06 Thread Bill Drury
-8-- Start Bug Report 8-- 1. Problem Description: I've been getting a consistent error attempting to run scripts with PerlRun and the Apache::compat layer. It may just be a configuration error, but I'd appreciate anything you could tell me. The error:

Weird error on logging

2002-12-06 Thread Viljo Marrandi
Hello list, I have following configuration: Apache 1.3.26, Perl 5.6.1 and mod_perl 1.26. And I get one very absurd error (for me at least). I have following line in my code that prints out one data structure: $self-{log}-notice( DEBUG: permissions: . Dumper( $all_permissions ) ); $self-{log}

segfault after HTTP_MOVED_* and set_handlers()

2002-12-06 Thread Stefano
Hello, This is a question about the correct use of set_handlers request method. I have some handlers stacked by the first one content handler; one of them processing the request needs to redirect and then close the HTTP response with a HTTP_MOVED_PERMANENTLY; so I thought that the following

Re: [mp2]: Problem running scripts with Apache::compat and PerlRun.

2002-12-06 Thread Stas Bekman
Bill Drury wrote: -8-- Start Bug Report 8-- 1. Problem Description: I've been getting a consistent error attempting to run scripts with PerlRun and the Apache::compat layer. It may just be a configuration error, but I'd appreciate anything you could

Re: All tests fail with Apache/2.0.43 (Unix) mod_perl/1.99_07-dev

2002-12-06 Thread Richard Curtis
OK, after following the instructions requested by Stas Bekman, it still doesnt work... Below is a list of everything I have type. I dont claim to be a major expert or anything, so I have included all the commands in full to help catch if I missed something :) in /home/richard/modperl-2.0

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-06 Thread Fabian Kreitner
At 23:17 05.12.2002 +0100, you wrote: Fabian Kreitner [EMAIL PROTECTED] writes: Hello all, I have problems connecting to an oracle db using mod_perl but cant figure out where the problem is. The script works fine from the bash but not through perl::registry. The script only sets the

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-06 Thread Stas Bekman
Fabian Kreitner wrote: [...] $ENV{'ORACLE_HOME'} is set correctly right before the connection attempt (it missing would result in an additional warning in the trace). Also, the same script run from bash does successfully connect (same users, all envs set in script). read the info at the link

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-06 Thread Fabian Kreitner
At 09:45 06.12.2002 +0800, you wrote: Marcin Kasperski wrote: Fabian Kreitner [EMAIL PROTECTED] writes: Hello all, I have problems connecting to an oracle db using mod_perl but cant figure out where the problem is. The script works fine from the bash but not through perl::registry. The script

Re: [mp2] default values for PerlInterp directives?

2002-12-06 Thread Andrzej Jan Taramina
from scr/modules/perl/modperl_config.c: void *modperl_config_srv_create(apr_pool_t *p, server_rec *s) { [...] scfg-interp_scope = MP_INTERP_SCOPE_REQUEST; /* XXX: determine reasonable defaults */ scfg-interp_pool_cfg-start = 3; scfg-interp_pool_cfg-max_spare = 3;

Re: [mp2] Warnings not showing in Apache log?

2002-12-06 Thread Andrzej Jan Taramina
Later on you have reported that some problems went away. Does it include this one? I'm now seeing warningsbut they are flagged as [error] instead of [warning] in the Apache log. Any idea why? And when running under mp2, the lines in the log are not written using cr/lf on my windoze

Re: segfault after HTTP_MOVED_* and set_handlers()

2002-12-06 Thread Geoffrey Young
Stefano wrote: Hello, This is a question about the correct use of set_handlers request method. I have some handlers stacked by the first one content handler; one of them processing the request needs to redirect and then close the HTTP response with a HTTP_MOVED_PERMANENTLY; so I thought

Weird error on logging

2002-12-06 Thread Viljo Marrandi
Hello list, I have following configuration: Apache 1.3.26, Perl 5.6.1 and mod_perl 1.26. And I get one very absurd error (for me at least). I have following line in my code that prints out one data structure: $self-{log}-notice( DEBUG: permissions: . Dumper( $all_permissions ) ); $self-{log}

Can't find Apache::ModuleConfig

2002-12-06 Thread Tom Schindl
Hi, I've installed perl-5.8.0, Apache2.0.43 and mod_perl-1.99_07. Now I want to use Apache::ModuleConfig but I can't find it anywhere. I've installed everything like it was shown on perl.apache.org. What have I done wrong? Any ideas? When looking at my old perl-5.6.1 installation with

Re: Online Tonight (Bricolage)

2002-12-06 Thread Les Mikesell
From: David Wheeler [EMAIL PROTECTED] I certainly mentioned how important Perl, mod_perl, Apache, Mason, and PostgreSQL are to the success of the project. I got the workspace side running with only a little fiddling to back out a CPAN-installed Mason 1.15, but still don't understand how to