Apache logs will show usernames if the user is authenticated via HTTP Authentication (.htaccess). This might not be quite what you're looking for, but maybe it's a step in the right direction. http://search.cpan.org/search?query=Catalyst%3A%3APlugin%3A%3AAuthentication%3A%3AStore%3A%3AHTTP&mode=all
/Mitch On Tue, Apr 29, 2008 at 1:10 PM, Kutbuddin Doctor <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the plugins : > > Authentication > Authenticaiton::Store::DBIC > ... (and also) > Session > Session::Store::FastMmap > > I am running Catalyst via FastCGI and Apache: > > FastCgiServer /blah/blah/AI/script/ai_fastcgi.pl -processes 3 > (line in the httpd.conf file) > > The default Apache access_log file I am using is: > LogFormat "%h %l %u %t \"%r\" %>s %b" common > > I would like the Authenticated user to show up in this log file. How can > I do this? Somehow, there must be a way for Catalyst to report a > username to Apache. > > thanks, > Kutbuddin > > -- > Kutbuddin Doctor, PhD > Burnham Institute for Medical Research > > > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
