I am running apache2 as a reverse proxy with the usual modules. I have an
problem on some pages where the js within the body tag gets misplaced when
the page is rewritten, I’m presuming during the mod_proxy_html re-write:
NO PROXY:
</head>
<form method="POST" action="../cgi-bin/cgi_main" name="frmApplicationShort"
language="JavaScript" style="text-align: center">
<body onKeyPress="SetDefaultSubmit('Add Vehicle >');" bgcolor="#4b6c8b"
onLoad="toggleCoApp();document.frmApplicationShort.elements[0].focus();">
PROXY:
</head>
<body><form method="POST" action="../cgi-bin/cgi_main"
name="frmApplicationShort" language="JavaScript" style="text-align: center">
');" bgcolor="#4b6c8b"
onLoad="toggleCoApp();document.frmApplicationShort.elements[0].focus();
">
Does anyone have any idea what might cause this? I am running ver 2.x of
mod_proxy_html.
Regards, Jeff
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.485 / Virus Database: 269.13.5/989 - Release Date: 9/4/2007
5:54 PM