• How to get "server style" common_log messages when we vector everything

    From rhomolka@gmail.com@21:1/5 to All on Thu Jun 18 10:54:23 2020
    apache: 2.4.27
    mod_wsgi: mod_wsgi 4.5.15

    we have a web app internally that we run an internal information server on. Django with mod_wsgi. we'd like to get normal server logs in addition to the wsgi app logs

    we seem to vector the entire URL space with:

    WSGIScriptAlias / /src/cupcake/wsgi.py process-group=hostname.domain.intra application-group=%{GLOBAL}

    so, this appears to me, to short circuit all logging and have the wsgi.py/django pair responsible for all logging (which of course we don't do).

    is there a way of layering this? have the normal daemon handling handle just the "you came in on this URL, spit out a log line" then realize "oh, now I need to hand off to wsgi". we'd like to keep normal apache common_log/error_log for metrics and such.

    thanks all.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)