Re: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-09 Thread Krist van Besien
On Fri, Mar 6, 2009 at 3:14 PM, Arne Berner wrote: > Hi, > > I have a  Apache/2.2.8 running as a reverse proxy in front of a .Net > application using Ajax and the gaia framework (gaiaware.net) > I have setup several ProxyHTMLURLMap for to rewrite the responses from > the application, and this work

Re: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-07 Thread Brian Mearns
On Sat, Mar 7, 2009 at 11:03 AM, Flowering Weeds wrote: > > >> > >> > When one is not busy, (and I know we all never are not busy) >> > perhaps take a look at setting up http.sys for certain >> > users only access (databases, web services, etc.) >> > >> > Http.sys is not just for IIS7! >> > It is

Re: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-07 Thread Peter Schober
* Flowering Weeds [2009-03-07 17:03]: > Thanks for helping to explain http.sys. *plonk* cheers, -peter - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

RE: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-07 Thread Flowering Weeds
> > > > When one is not busy, (and I know we all never are not busy) > > perhaps take a look at setting up http.sys for certain > > users only access (databases, web services, etc.) > > > > Http.sys is not just for IIS7! > > It is for any Windows HTTP usage. > > A lot of products use http.sys.

Re: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-06 Thread Florian S.
Hi, I'm not a pro, but my way would be patching/editing mod_proxy_html.c for myself: Searching for 'text/html' would lead you to line 1024, where an error message is set for a content type not being html or xhtml+xml. If a message is set, it will end up processing by ap_remove_output_filter some

Re: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-06 Thread Brian Mearns
On Fri, Mar 6, 2009 at 5:02 PM, Flowering Weeds wrote: > >> >> That was not the question. But when you ask... > > Hey thanks for the answer. > >> - The apache has a SUN Access Manager plugin (not supported on IIS7) > > I don't use this but since one is using IIS 7 I looked at > > http://docs.sun.c

RE: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-06 Thread Flowering Weeds
> > That was not the question. But when you ask... Hey thanks for the answer. > - The apache has a SUN Access Manager plugin (not supported on IIS7) I don't use this but since one is using IIS 7 I looked at http://docs.sun.com/app/docs/doc/819-4669/adrab?a=view How Access Manager W

Re: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-06 Thread William A. Rowe, Jr.
Arne Berner wrote: I get the following response from the application: I would like to rewrite the /MyApp/ to /myproxyurl/ as I've done in the html responses with the following ProxyHTMLURLMap: That's in the request body... please have a look at mod_substitute (2.2) (soon to become mod_sed in

Re: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-06 Thread Arne Berner
That was not the question. But when you ask... - The apache has a SUN Access Manager plugin (not supported on IIS7) - The apache is running mod_security. Is there a equivalent om IIS? so back to the question about rewrite of javascript requests... 2009/3/6 Flowering Weeds : > > >> >> I have a  A

RE: [us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-06 Thread Flowering Weeds
> > I have a Apache/2.2.8 running as a reverse proxy in front of a .Net > application using Ajax and the gaia framework (gaiaware.net) Why? One already has http.sys, the safest HTTP usage today! Run either Apache or IIS 7 no need for both is there? >> I get the following respons

[us...@httpd] help with mod_proxy_html, trouble rewriting javascript content

2009-03-06 Thread Arne Berner
Hi, I have a  Apache/2.2.8 running as a reverse proxy in front of a .Net application using Ajax and the gaia framework (gaiaware.net) I have setup several ProxyHTMLURLMap for to rewrite the responses from the application, and this works great for html content and javascript embeded in the html. Bu