Re: [CentOS] mod_proxy and html rewriting

2010-02-26 Thread Nux
On Thu, 25 Feb 2010, Joseph L. Casale wrote: >> mod_substitute is included in later Apache's and does a great job. I >> actually like it better than mod_proxy_html, since the latter has a >> tendency to rewrite a _lot_ of stuff to make it "valid" HTML/XHTML. >> >> Not that that's necessarily a te

Re: [CentOS] mod_proxy and html rewriting

2010-02-25 Thread Ray Van Dolson
On Thu, Feb 25, 2010 at 04:26:29PM +, Joseph L. Casale wrote: > >mod_substitute is included in later Apache's and does a great job. I > >actually like it better than mod_proxy_html, since the latter has a > >tendency to rewrite a _lot_ of stuff to make it "valid" HTML/XHTML. > > > >Not that th

Re: [CentOS] mod_proxy and html rewriting

2010-02-25 Thread Joseph L. Casale
>mod_substitute is included in later Apache's and does a great job. I >actually like it better than mod_proxy_html, since the latter has a >tendency to rewrite a _lot_ of stuff to make it "valid" HTML/XHTML. > >Not that that's necessarily a terrible thing, but sometimes I just want >to change what

Re: [CentOS] mod_proxy and html rewriting

2010-02-25 Thread Ray Van Dolson
On Thu, Feb 25, 2010 at 09:57:16AM -0600, Les Mikesell wrote: > On 2/24/2010 11:31 PM, Joseph L. Casale wrote: > > Looks like proxying a site that uses dynamically generated urls that > > include the > > bound ip of the server needs a module to rewrite links in html. Are there > > any mods > > sh

Re: [CentOS] mod_proxy and html rewriting

2010-02-25 Thread Les Mikesell
On 2/24/2010 11:31 PM, Joseph L. Casale wrote: > Looks like proxying a site that uses dynamically generated urls that include > the > bound ip of the server needs a module to rewrite links in html. Are there any > mods > shipped in base that can do what mod_proxy_html mod_xml2enc can for this? I

[CentOS] mod_proxy and html rewriting

2010-02-24 Thread Joseph L. Casale
Looks like proxying a site that uses dynamically generated urls that include the bound ip of the server needs a module to rewrite links in html. Are there any mods shipped in base that can do what mod_proxy_html mod_xml2enc can for this? Thanks, jlc ___