Axel Huizinga wrote:
Hi,
Suddenly on of my mod_perl handlers is broken with the following error:
Can't locate object method "ip_get" via package "APR::SockAddr"
at line:
my $ip = $self->{r}->connection->remote_addr->ip_get;
(temporary replaced by $ENV{'REMOTE_ADDR'} - now the handler works a
Hi,
Suddenly on of my mod_perl handlers is broken with the following error:
Can't locate object method "ip_get" via package "APR::SockAddr"
at line:
my $ip = $self->{r}->connection->remote_addr->ip_get;
(temporary replaced by $ENV{'REMOTE_ADDR'} - now the handler works again)
I didn't change
Foo JH wrote:
Thinking from the perspective of the developer who tries very hard to
avoid dealing with C/C++, can the ApacheLounge patches and compilation
do the trick?
Your question is irrelevant. Reread the post.
Caveat: have not read the dialog on the mailing list described.
Might be a
Thinking from the perspective of the developer who tries very hard to
avoid dealing with C/C++, can the ApacheLounge patches and compilation
do the trick?
Caveat: have not read the dialog on the mailing list described.
William A. Rowe, Jr. wrote:
Anyone following the dialog on [EMAIL PROTECTE
Hi Its me again,
But still the things are not working right.
I tried to recompile Embperl and put PerlModule Embperl after LoadModule
embperl_module ..
Now i do not remember it was before or now but after i uncomment the
'PerlModule Embperl' line and things stop working i do not receie
arnab wrote:
Hi All,
I'm using Crypt::RSA module for generating public & private keys. Now the
problem is that when I'm storing the keys in the database, and again
bringing them to do the signature or verification the Crypt::RSA module is
unable to understand the key format. I'm storing the key