Re: No output to browser with no errors!?

2007-01-10 Thread Sean P Quinlan
On Wed, 2007-01-10 at 00:53 -0500, Sean P Quinlan wrote: > OK, this is probably just a dumb programmer error on my part, but it > is now almost 1am for me and I can't find anything in the docs. > I have a mod_perl (Apache & mod_perl 2 on SuSE 10.1) module destined > to handle

No output to browser with no errors!?

2007-01-09 Thread Sean P Quinlan
e log, but yet no body (header?!?) appears to have been returned to the browser. Thanks! -- Sean P Quinlan <[EMAIL PROTECTED]>

Re: Problem using PerlSection and global object in conf

2007-01-05 Thread Sean P Quinlan
it is eval'ed as perl. In this context, I > think you'd need to change it to something like this: > > PerlAuthenHandler => sub { $Auth_admin->authen }, > > or maybe even this: > > PerlAuthenHandler => sub { CAS::Apache::Auth->authen($Auth_admin) },

Re: Problem using PerlSection and global object in conf

2007-01-05 Thread Sean P Quinlan
rew db access concerns. use mysql to handle that sort of > access. i use postgres, and often do stuff like sessions, etc in > mysql -- its really fast on selects and where stability doesn't count. > b- cache your users in a daemon. stash your authenticated user data &g

Problem using PerlSection and global object in conf

2007-01-04 Thread Sean P Quinlan
PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Built under linux Compiled at Apr 23 2006 00:26:41 @INC: /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl . -- Sean P Quinlan <[EMAIL PROTECTED]>