[Catalyst] Viewing username in Apache access_log (via FastCGI)
Mitch Jackson
perimus at gmail.com
Tue Apr 29 22:06:09 BST 2008
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 <ksdoctor at burnham.org> 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: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
More information about the Catalyst
mailing list