[users@httpd] Re: How to log access to a specific web application ?

2014-02-03 Thread Bruno Costacurta
Re: How to log access to a specific web application ? 108421 by: Igor Cicimov 108422 by: Jeff Trawick Yes if they have separate vhosts. Then in the vhost for the app A you can put lets say: ErrorLog /var/log/apache2/error_A.log LogLevel info CustomLog /var/log/apache2/acc

[users@httpd] How to log access to a specific web application ?

2014-01-26 Thread Bruno Costacurta
Hello, my Apache server host few applications. Meaning something like : /var/www/A /var/www/B /var/www/C I would like to trace access for a specific application, eg. A Is it possible ? Or should I use 'LogLevel info' and so log all applications into access.log file (then parsing for specifi