[users@httpd] Need help with reverse proxying and image loading

2014-01-26 Thread MM KP
Hello all I am new to apache & the apache mailing list so PLEASE forgive me for my long message : I am trying to configure a nice reverse proxy using Apache. Basically this is what I want : i want to be able to browse to something like testproxy.myproxy.com and proxy to www.cnn.com. I want to be

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

2014-01-26 Thread Jeff Trawick
On Sun, Jan 26, 2014 at 1:08 PM, Bruno Costacurta 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 in

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

2014-01-26 Thread Igor Cicimov
On 27/01/2014 5:09 AM, "Bruno Costacurta" 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 ? Yes if they have separate vhosts. T

[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