Re: [Catalyst] How to access $c-apache in 5.9?

2012-04-20 Thread Eden Cardim
Hailin == Hailin Hu i...@h2l.name writes: Hailin Finally, something like below works for me. Hailin my $apache = $c-engine-env-{'psgi.input'}; # Hailin Apache2::RequestRec $apache-user( $username ); Hailin I supposed that an accessor of apache should be a method instead

Re: [Catalyst] How to access $c-apache in 5.9?

2012-04-20 Thread Tomas Doran
On 20 Apr 2012, at 12:56, Eden Cardim wrote: Hailin == Hailin Hu i...@h2l.name writes: Hailin Finally, something like below works for me. Hailin my $apache = $c-engine-env-{'psgi.input'}; # Hailin Apache2::RequestRec $apache-user( $username ); Hailin I supposed that an

Re: [Catalyst] How to access $c-apache in 5.9?

2012-04-20 Thread Hailin Hu
I didn't catch you guys. Let me make my problem clearer. My catalyst application handles the auth process and I want Apache writes username into its log files, just like using Apache's basic auth module. 2012/04/20 21:59 Tomas Doran bobtf...@bobtfish.net: On 20 Apr 2012, at 12:56, Eden Cardim

Re: [Catalyst] Re: Catalyst::ActionRole::RequireSSL under development server

2012-04-20 Thread Rippl, Steve
On Wed, Apr 18, 2012 at 8:11 PM, Aristotle Pagaltzis pagalt...@gmx.dewrote: * Rippl, Steve rip...@woodlandschools.org [2012-04-19 00:45]: Anyone know what I should be testing for now? When I query $c-engine_class I get Catalyst::Engine whether I'm running under the development server or