Re: Fwd: failure notice

2008-12-18 Thread André Warnier
sandhya pawar wrote: I am trying to send emails to modperl@perl.apache.org but the mail gets bounced? From the email copy attached, it looks as if your emails are getting bounced by your own mail server. Anyway, it finally worked or we wouldn't be seeing this. I need help regarding to

Re: Authentication handler

2008-12-18 Thread Bruce Johnson
On Dec 18, 2008, at 3:31 PM, André Warnier wrote: Bruce Johnson wrote: I'm looking at the code at the modperl.com site ('Authenticating against a database') as I need to write an authentication handler for our site. This is part of the sample

Re: Mason Error

2008-12-18 Thread Felipe de Jesús Molina Bravo
2008/12/18 db > replace ownership of /etc/httpd/mason to 'nobody:nobody', and/or > change User/Group settup to 'nobody' in httpd.conf DIDN'T solve the > issue. web page returns same error. > My configuration is: - for directory of mason: drwxr-xr-x 4 nobody nogroup 96 oct 22 10:29

Re: Authentication handler

2008-12-18 Thread André Warnier
Bruce Johnson wrote: I'm looking at the code at the modperl.com site ('Authenticating against a database') as I need to write an authentication handler for our site. This is part of the sample code: # file: Apache/GateKeeper.pm use strict; use A

Authentication handler

2008-12-18 Thread Bruce Johnson
I'm looking at the code at the modperl.com site ('Authenticating against a database') as I need to write an authentication handler for our site. This is part of the sample code: # file: Apache/GateKeeper.pm use strict; use Apache::Constants qw(

Settings $r->connection->remote_ip doesn't change $r->connection->remote_addr

2008-12-18 Thread Mark Moseley
I've been banging my head against a wall about a particular issue, but I'm at something of a loss. I've got a reverse proxy setup in front of apache (2.2.10 with mp 2.0.4) and setting $r->connection->remote_ip based on a header I add on the reverse proxy. All that is working ok. The bit that I'm p

Re: Mason Error

2008-12-18 Thread db
replace ownership of /etc/httpd/mason to 'nobody:nobody', and/or change User/Group settup to 'nobody' in httpd.conf DIDN'T solve the issue. web page returns same error. On 12/17/08, Felipe de Jesús Molina Bravo wrote: > > > 2008/12/17 db > > I have Apache/2.0.52, and HTML::Mason::ApacheHandler