| anjan_dev@yahoo.com 2005-08-10, 8:47 pm |
| Hi There,
Thanks for any pointers.
A buggy internet application(I.E 6.0x (win xp SP2)) running on a
notebook has some issues. I'm trying to inject a debugging version of
the javascript file (that is malfunctioning) to get some clues.
Here's what I tried and I need more info to get that working.
1) I've tried putting an Apache server on the client machine as a
forward proxy to the production system. So that I can inject a
debugging version of the buggy javascript file, I need to be able to
rewrite/redirect the proxied request to my production server. How do I
do the
rewrite ? (I'm using Apache 2.0.54 on Windows XP.)
I tried techniques from
http://www.auburn.edu/docs/apache/misc/howto.html
and something like #Redirect / http://10.6.222.64/ but that doesn't
seem to be doing the right trick.
Am I making myself clear ? Glad to provide clarification.
Thank you,
BR,
~A
|