On Sun, Jan 26, 2014 at 1:08 PM, Bruno Costacurta <tec...@costacurta.org>wrote:

>
> 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 specific web page) ?
>
> My config for logging is :
> ..
> ErrorLog /var/log/apache2/error.log
> LogLevel info
> CustomLog /var/log/apache2/access.log combined
> ..
>

Apache httpd 2.4:

LogLevel info

<Location /A>
  LogLevel debug http:trace2 proxy:trace2
</Location>


>
> Thanks for attention.
> Bye,
> Bruno
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Reply via email to