Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-06-05 Thread Giovanni
> You should also be able to fix the fix like this: > > ProxyHTMLURLMap / /ntop/ > ProxyHTMLURLMap /ntop/plugins/ntop/ /ntop/plugins/ > YES! this worked very well, the only thing I needed was the second line... THANKS ! many thanks to Alex-Stephan and Brian for your big big help!!! Bye - G

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-30 Thread Brian Rectanus
On 5/29/06, Giovanni <[EMAIL PROTECTED]> wrote: On 10:13, lunedě 29 maggio 2006, Axel-Stéphane SMORGRAV wrote: > It is really hard to understand exactly what your problem is because your > description is so sketchy. My understanding is that when you request > http://pippo/ntop/showPlugins.html?ic

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-29 Thread Giovanni
On 10:13, lunedì 29 maggio 2006, Axel-Stéphane SMORGRAV wrote: > It is really hard to understand exactly what your problem is because your > description is so sketchy. My understanding is that when you request > http://pippo/ntop/showPlugins.html?icmpWatch, the backend server issues a > redirect to

RE: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-29 Thread Axel-Stéphane SMORGRAV
It is really hard to understand exactly what your problem is because your description is so sketchy. My understanding is that when you request http://pippo/ntop/showPlugins.html?icmpWatch, the backend server issues a redirect to http://localhost:3000/plugins/icmpWatch which you expect the rev

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-25 Thread Giovanni
On 23:36, mercoledì 24 maggio 2006, Brian Rectanus wrote: > What version of mod_proxy_html? don't know...how to ask for version? apache version i s 2.0.54 shipped with debian-stable (sarge) > > ProxyHTMLURLMap / /ntop/ > > The above can replace all occurences of '/' with '/ntop/', which is > wha

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-24 Thread Brian Rectanus
What version of mod_proxy_html? ProxyHTMLURLMap / /ntop/ The above can replace all occurences of '/' with '/ntop/', which is what is happening (Logic is 'starts-with' in HTML links, but 'contains' in scripting events and embedded script and style sections). Try Regular expression mapping in mod