Single report for reverse proxy proxying multiple backend applications
Hi,
We run an Apache reverse proxy which proxies several backend applications.
For each backend application, a set of proxy rules (all the url paths which belong to the application) is defined.
Our first approach was to define a profile with a filter containing the relevant url paths for every single application. However, this approach soon becomes messy with more than 20 applications.
Therefore we would now like to have one single overview report which contains the set of figures for each different backend application to be able to quickly compare which application generates how much load on the proxy.
What would be the best approach to fulfil this requirement?
Thanks and br,
Elmar
We run an Apache reverse proxy which proxies several backend applications.
For each backend application, a set of proxy rules (all the url paths which belong to the application) is defined.
Our first approach was to define a profile with a filter containing the relevant url paths for every single application. However, this approach soon becomes messy with more than 20 applications.
Therefore we would now like to have one single overview report which contains the set of figures for each different backend application to be able to quickly compare which application generates how much load on the proxy.
What would be the best approach to fulfil this requirement?
Thanks and br,
Elmar
BTW you can also use the regular expression rules for more control, you can find more information on it at http://www.weblogexpert.com/help/wlex...
The problem in your case probably appears because file names with queries in your logs don't look like /dir?param=1 . To check it, you can disable the modification rules in your custom table so the program will simply show file names with queries. E.g. maybe the file names include other parameters, so it's necessary to use other rules.
You can also send to us at support@weblogexpert.com a sample log from your site as well as the rules you use (or even better the program settings saved using the File > Backup command), so we'll check what causes the issue.