Re: [us...@httpd] mod_proxy_html how to stop code fixing

2010-12-18 Thread Larry W Burton
Thank you, Nick, for your rapid and obviously knowledgeable advice. I will try the solutions you suggest and report back to the group with results in case someone else is having a similar problem. Larry Dr. Larry Burton Associate Professor Department of Electronics, Computers, and Information Tech

Re: [us...@httpd] mod_proxy_html how to stop code fixing

2010-12-18 Thread Nick Kew
On 17 Dec 2010, at 21:45, Larry W Burton wrote: > > I have configured Apache Apache/2.2.3 on CentOS 5.5 as a reverse proxy > using mod_proxy_html, and both Apache and mod_proxy_html are working > correctly. The problem is that I am trying to access a Promise storage > Array which has horrible htm

[us...@httpd] mod_proxy_html how to stop code fixing

2010-12-17 Thread Larry W Burton
I have configured Apache Apache/2.2.3 on CentOS 5.5 as a reverse proxy using mod_proxy_html, and both Apache and mod_proxy_html are working correctly. The problem is that I am trying to access a Promise storage Array which has horrible html. Specifically, MULTIPLE tags in the same page: ... the f

[us...@httpd] mod_proxy_html: strange mangled output

2010-07-06 Thread Andrew Schulman
Hi. mod_proxy_html 3.1.2 with Apache 2.2.3. mod_proxy_html seems to be mangling the output in some of my HTML links. My configuration is: ProxyHTMLLinks a href ProxyHTMLLinks areahref ProxyHTMLLinks basehref ProxyHTMLLinks blockquote cite ProxyHTML

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-02-07 Thread Igor Cicimov
Ups my mistake, missed the -i switch in the apxs command...all good now thanks for your help guys. Igor On Mon, Feb 8, 2010 at 4:41 PM, Igor Cicimov wrote: > Hi Eric, > > This is the output from my last try > > /install/software/mod_proxy_html$ /usr/local/apache2/bin/apxs -c > -I/usr/local/incl

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-02-07 Thread Igor Cicimov
Hi Eric, This is the output from my last try /install/software/mod_proxy_html$ /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -I. -a mod_proxy_html.c /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARG

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-02-07 Thread Igor Cicimov
Hi Snader, The file is in the same folder where the mod_proxy binaries are mod_proxy_html/mod_xml2enc.h Igor On Mon, Feb 1, 2010 at 4:34 PM, Sander Temme wrote: > > On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote: > > > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a > mod

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-01-31 Thread Sander Temme
On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote: > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a > mod_proxy_html.c > /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic > -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE >

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-01-31 Thread Eric Covener
On Sun, Jan 31, 2010 at 8:46 PM, Igor Cicimov wrote: > Thanks for your reply Eric. Here is what I get now (if I understood your > email correctly) > > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a -l. blame fonts! Capital I as in Aye or eye. >> Try just adding -I. -- E

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-01-31 Thread Igor Cicimov
Thanks for your reply Eric. Here is what I get now (if I understood your email correctly) # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a -l. mod_proxy_html.c /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_RE

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-01-31 Thread Eric Covener
On Sun, Jan 31, 2010 at 8:19 PM, Igor Cicimov wrote: > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a > mod_proxy_html.c > mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory Try just adding -I. -- Eric Covener cove...@gmail.com --

[us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-01-31 Thread Igor Cicimov
# /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a mod_proxy_html.c /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2/include -I/usr/local/apache2/include

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
Eric Covener wrote: On Thu, Aug 6, 2009 at 9:05 AM, Nick Kew wrote: Eric Covener wrote: On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: You can compile mod_proxy_html against it with a simple #define. See the comment in the source code, at about line 800 or 801 in the version that bombs out a

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Eric Covener
On Thu, Aug 6, 2009 at 9:05 AM, Nick Kew wrote: > Eric Covener wrote: >> >> On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: >> >>> You can compile mod_proxy_html against it with a simple #define. >>> See the comment in the source code, at about line 800 or 801 >>> in the version that bombs out at 8

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
Eric Covener wrote: On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: You can compile mod_proxy_html against it with a simple #define. See the comment in the source code, at about line 800 or 801 in the version that bombs out at 802. FWIW I tried that -D and it still comlained about the three H

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Eric Covener
On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: > You can compile mod_proxy_html against it with a simple #define. > See the comment in the source code, at about line 800 or 801 > in the version that bombs out at 802. FWIW I tried that -D and it still comlained about the three HTTP_* macros. --

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
On 6 Aug 2009, at 04:29, Igor Cicimov wrote: Hi all, I'm trying to install mod_proxy_htnl in apache2.2.11 on Solaris 9 but I'm getting the following error: You have a very old libxml2 version! You can compile mod_proxy_html against it with a simple #define. See the comment in the source c

Re: [us...@httpd] mod_proxy_html can't install

2009-08-05 Thread Igor Cicimov
Ok it worked with the new libxml2 ... Thanks again Eric Igor On Thu, Aug 6, 2009 at 2:07 PM, Igor Cicimov wrote: > Thanks Eric I will sure try that. I have the module installed on Solaris 10 > with no problems but faild in Solaris 9... > > I will post again after libxml2 install. > > Cheers, >

Re: [us...@httpd] mod_proxy_html can't install

2009-08-05 Thread Igor Cicimov
Thanks Eric I will sure try that. I have the module installed on Solaris 10 with no problems but faild in Solaris 9... I will post again after libxml2 install. Cheers, Igor On Thu, Aug 6, 2009 at 1:49 PM, Eric Covener wrote: > On Wed, Aug 5, 2009 at 11:29 PM, Igor Cicimov wrote: > > mod_prox

Re: [us...@httpd] mod_proxy_html can't install

2009-08-05 Thread Eric Covener
On Wed, Aug 5, 2009 at 11:29 PM, Igor Cicimov wrote: > mod_proxy_html.c:802: error: `XML_PARSE_RECOVER' undeclared (first use in > this function) Try installing the latest libxml2 from blastwave (pkg-get, pkgtool, whatever) and point to /opt/csw/include/libxml2 instead of /usr/lib/libxml2 (worked

[us...@httpd] mod_proxy_html can't install

2009-08-05 Thread Igor Cicimov
Hi all, I'm trying to install mod_proxy_htnl in apache2.2.11 on Solaris 9 but I'm getting the following error: # /usr/local/apache2/bin/apxs -c -I /usr/include/libxml2 -i -a mod_proxy_html.c /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DSOLARIS2=9 -D_POSIX_PTHREAD_SEM

[us...@httpd] mod_proxy_html

2009-06-20 Thread Jay Jesus Amorin
Can i use the memory variable of LocationMatch as $1 in ProxyHTMLURLMap? Here's my apache configuration: RewriteRule ^/(.+)$ $1 [P] ProxyHTMLURLMap (https?://[-\.a-zA-z0-9]+/.*) /$1 [R] Order deny,allow Allow from all