2 raw in acces_log

2010-01-04 Thread Idel Fuschini
Hi,
I did this simple code:
*
package test::test; *
*  use Apache2::RequestRec ();
  use Apache2::RequestUtil ();
  use Apache2::SubRequest ();
  use Apache2::Filter ();
  use APR::Table ();
  use Apache2::Const -compile = qw(OK REDIRECT DECLINED);
  use constant BUFF_LEN = 1024;

sub handler{
my $f = shift;
my $return_value=Apache2::Const::DECLINED;
$f-subprocess_env(Variable = value);
return $return_value;
} *

and I have configured in my httpd.conf:

*PerlTransHandler +test::test*

now I make a php code that read the environment variable with no problem,
but in access_log file I see that write to access raw:

::1 - - [04/Jan/2010:13:05:11 +0100] GET /test.php HTTP/1.1 200 1791
::1 - - [04/Jan/2010:13:05:11 +0100] GET /test.php HTTP/1.1 200 1791

why ?

Idel


New mod_perl site

2010-01-04 Thread Vincent Veyron

Hi All,

I have been lurking in this list for the past few years, and thanks to 
the fine advice dispensed here, I was able to build this mod_perl site :


http://marica.fr/

It's a content management system (CMS) for legal departments, and geared 
towards local communities (cities for instance) or businesses that need 
to handle a large number of litigation cases and/or insurance claims.


It's in French, but if you care to look at the demo account and browse 
the 'Dossiers'(folders) item on the left-hand side menu, you'll see that 
it is quite fast, even though it's currently hosted on a 7 year old 
900Mhz Athlon system with 500Mo of memory, over a residential dsl line. 
Also, it is very portable : I can easily install it on a client's network(*)


Again, thank you for the very sharp knowledge dispensed by the regulars 
on this list. I am amazed at the power this knowledge bequeaths on users 
of this technology.


Happy New Year.

(* : assuming I ever succeed in selling the thing)

--

Vincent Veyron
http://vincentveyron.com/