Errors after perl update

2007-04-02 Thread David Romero
r API change between mod_perl 1.999_21 and 1.999_22. What i need to do for reinstall mod_perl and put my instalation online again? Thanks -- ########## David Romero www.enlacelegalmx.com

mod_proxy_add_forward

2006-05-04 Thread David Romero
Hi I need the client ip on a backend server. docs say. that i need the mod_proxy_add_forward.c module for apache, but i not find the module. the web page http://develooper.com/code/mpaf/ send Forbidden error Some one can share to me this module? Or have other ways to obtain the client ip on a

Add a new param to Apache2::Request

2006-03-31 Thread David Romero
I try to add new param to Apache2::Reques and i have this error Can't locate object method "add" via package "APR::Request::Param::Table" this is my code $req = Apache2::Request->new(); $req->body->add(new_param => "value"); help say this $req->param("foo" => "bar"); # NO:

Large aplications

2006-03-31 Thread David Romero
What is the better way to write large aplications on mod_perl2? You can write large aplications on separated handlers but is so slow write every new module on httpd.conf and on this way can't share db conections and consume large amount of ram on load common functions on every module. Other

Re: Apache Reload -- Subroutine xx redefined

2005-01-26 Thread David Romero
David Romero wrote: Hi all. i have a problem with apache reload module, when im restart apache all works fine, but on frist change on my module apache reload return an error this is my error [Mon Jan 24 13:00:36 2005] [error] [client 127.0.0.1] Subroutine display redefined at /usr/local/unicon

Apache Reload -- Subroutine xx redefined

2005-01-24 Thread David Romero
::Reload; # on my module Thanks David Romero Chihuahua, Chih.