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
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
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:
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
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
::Reload; # on my module
Thanks
David Romero
Chihuahua, Chih.