[EMAIL PROTECTED] reverse proxy mod_proxy_html

2007-08-15 Thread Jeff Murch
All my problems seem to point back to RHEL4. I got mod_proxy_html ver 3 compiled and when I try to run it it complains that I don't have glibc2.4. This is the same error message as I get when I try to load mod_security 2. I called RH support and they told me that the functionality of 2.4 is upda

RE: [EMAIL PROTECTED] mod-charset-lite filter name

2007-08-15 Thread Jeff Murch
/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > > > > > I am trying to add the following functionality to my reverse proxy to enable > the charset-lite filter. The module name is mod_charset_lite but I don't > know how to identify the 'common name' for it to e

[EMAIL PROTECTED] mod-charset-lite filter name

2007-08-15 Thread Jeff Murch
I am trying to add the following functionality to my reverse proxy to enable the charset-lite filter. The module name is mod_charset_lite but I don't know how to identify the 'common name' for it to enable it as a filter. LoadFile /usr/lib/libxml2.so LoadModule proxy_html_module modules/mod

[EMAIL PROTECTED] binary .so for mod_proxy_html version 3???

2007-08-10 Thread Jeff Murch
I can't get mod_proxy_html to compile on RHEL4. I have 2.x running fine but need to control the character set output which 3 does. Does anyone know of a source to get this binary? Jeff - The official User-To-User support fo

RE: [EMAIL PROTECTED] mod_headers mapping problem

2007-08-10 Thread Jeff Murch
EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Friday, August 10, 2007 12:04 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_headers mapping problem On 8/10/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > Would you please show me an example of how I would unconditionally rewrite &

RE: [EMAIL PROTECTED] mod_headers mapping problem

2007-08-10 Thread Jeff Murch
-8859-1" Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Friday, August 10, 2007 11:37 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_headers mapping problem On 8/10/07, Jeff Murch <[EMAIL PROTECTED]&g

RE: [EMAIL PROTECTED] mod_headers mapping problem

2007-08-10 Thread Jeff Murch
10/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > More info: > > It seems that none of the headers will unset... Standard protocol-required headers like Content-Type, Connection, etc, can't generally be manipulated with mod_headers. mod_rewrite can manipulate content-type, but I

RE: [EMAIL PROTECTED] mod_headers mapping problem

2007-08-10 Thread Jeff Murch
Wrong again. SOME of the headers won't unset. Content-Type won't, Connection won't, but Server will Jeff -Original Message----- From: Jeff Murch [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 11:07 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECT

RE: [EMAIL PROTECTED] mod_headers mapping problem

2007-08-10 Thread Jeff Murch
More info: It seems that none of the headers will unset... Jeff -Original Message- From: Jeff Murch [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 11:06 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_headers mapping problem I changed the syntax in the

RE: [EMAIL PROTECTED] mod_headers mapping problem

2007-08-10 Thread Jeff Murch
10, 2007 10:44 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_headers mapping problem Jeff Murch wrote: >I am trying to map the following in my httpd.conf (for a reverse proxy): > >header unset "Content-Type: text/html;charset=utf-8" >header add Content-

RE: [EMAIL PROTECTED] mod_headers mapping problem

2007-08-10 Thread Jeff Murch
Thanks Dragon. What if I only want it remapped when the Content-Type is UTF-8? Jeff -Original Message- From: Dragon [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 10:44 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_headers mapping problem Jeff Murch wrote

[EMAIL PROTECTED] mod_headers mapping problem

2007-08-10 Thread Jeff Murch
I am trying to map the following in my httpd.conf (for a reverse proxy): header unset "Content-Type: text/html;charset=utf-8" header add Content-Type "Content-Type: text/html;charset=iso-8859-1" As you can see I want to change the content type so that some of the characters render correctly. But

[EMAIL PROTECTED] help! need httpd-devel-2.2.4.i386

2007-08-09 Thread Jeff Murch
I built ver 2.2.4 right off of the apache.org site a few weeks ago for a reverse proxy and now can't find the httpd-devel for it (to compile the newest mod_proxy_html). An RPM would be nice but not necessary. Anything I do find gives me an error that it is not the same version ie httpd-devel-2.2.4

FW: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
Also yes extended mode is On. Jeff -Original Message- From: Jeff Murch [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 8:36 PM To: 'users@httpd.apache.org' Subject: RE: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax Joshua, I appreciat

RE: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > The source web server is sending it as a redirect and it is redirecting the > browser off my reverse proxy to a site that is not available to the outside

RE: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
eader Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Monday, July 23, 2007 7:14 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax On 7/23/07, Jeff Murch &l

RE: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
EMAIL PROTECTED]> wrote: > On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > > I need to rewrite a location header as follows but I can't seem to get the > > syntax correct: > > > > RewriteRule ^Location: http://server1.domain.com Location: >

[EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
I need to rewrite a location header as follows but I can't seem to get the syntax correct: RewriteRule ^Location: http://server1.domain.com Location: server2.domain.com [R,L] I know I have to have a delimiter between old and new values? Jeff

RE: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Jeff Murch
Roberto, Have you tried these directives in your httpd.conf? StartServers MaxClients MinSpareThreads MaxSpareThreads ThreadsPerChild MaxRequestsPerChild From: Roberto Tortolero [mailto:[EMAIL PROTECTED] Sent: Tuesd

[EMAIL PROTECTED] Need help with mod_proxy_html to re-write URL

2007-07-16 Thread Jeff Murch
Almost there.. Here is the section of my httpd.conf that applies to the proxy config. I need to rewrite the html links on some of the pages from http to https, that's all. It seems simple but I've apparently got the syntax wrong (last line). Thanks, Jeff DocumentRoot "/opt/apache/htd

[EMAIL PROTECTED] can't load mod_proxy_html.so

2007-07-16 Thread Jeff Murch
I am trying to load mod_proxy_html.so and get the following error: Cannot load /opt/jail/opt/apache/modules/mod_proxy_html.so into server: /opt/jail/opt/apache/modules/mod_proxy_html.so: invalid ELF header What is this trying to tell me??? Jeff --

[EMAIL PROTECTED] help mod_proxy_html rule

2007-07-16 Thread Jeff Murch
Hi All, I need to have a rewrite rule on an Apache2 reverse proxy to rewrite any link where that matches http with https. It's not necessary to rewrite the https links but not harmful either. Can someone point me to an example for something like this? Regards, Jeff

RE: [EMAIL PROTECTED] Apache CGI security / Reverse problem: POST works, GET doesn't

2007-07-16 Thread Jeff Murch
Happy Monday all, I'm getting closer with my hardened reverse proxy /mod_security. I'm at the point now where almost everything works, until I get to the GETs. The posts all work fine, the GETs don't, both to the same cgi executable. When you don't go through the proxy the GETs work fine. I

Re: [EMAIL PROTECTED] mod_rewrite help

2007-07-14 Thread Jeff Murch
all of the Apache hardening turned off so the URL size, etc. is not an issue. Thanks, Jeff On 7/14/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > > > > > I am running into a problem with a reverse proxy where dynamic links to > detail records are

[EMAIL PROTECTED] mod_rewrite help

2007-07-14 Thread Jeff Murch
I am running into a problem with a reverse proxy where dynamic links to detail records are showing up referring to the main webserver on a 10 network instead of the NAT'd public address of the proxy. An example would be a link showing up from the proxy to the end user's browser as http://10.2.1

RE: [EMAIL PROTECTED] More info----FW: Reverse proxy cgi problem

2007-07-13 Thread Jeff Murch
@httpd.apache.org Subject: Re: [EMAIL PROTECTED] More infoFW: Reverse proxy cgi problem On 7/13/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > > Here is a URL from a successful fetch of dynamic content. This is not from > the reverse proxy: > > 1.2.3.4 - - [13/Jul/2007:13:28:05 -

[EMAIL PROTECTED] More info----FW: Reverse proxy cgi problem

2007-07-13 Thread Jeff Murch
308) Jeff -Original Message- From: Jeff Murch [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 12:23 PM To: 'users@httpd.apache.org' Subject: Reverse proxy cgi problem I finally got my permissions issue straightened out and can run all the cgi executables on the host. Now

[EMAIL PROTECTED] Reverse proxy cgi problem

2007-07-13 Thread Jeff Murch
I finally got my permissions issue straightened out and can run all the cgi executables on the host. Now I have the problem of being unable to pass (I think) variable strings via the URL such as: http://apache_reverse_proxy.com/cgi-bin/cgi_main?slctApplicantID=20070627145 23641&pid=20070713150939

RE: [EMAIL PROTECTED] apache2 reverse proxy cgi problem

2007-07-12 Thread Jeff Murch
PROTECTED] apache2 reverse proxy cgi problem Jeff Murch wrote: > I am almost to the point of having my apache2 reverse proxy complete. I am > having trouble now when the reverse proxy forwards a user from the login > page to the cgi-bin on the main server. I get an error that is generated &

[EMAIL PROTECTED] apache2 reverse proxy cgi problem

2007-07-11 Thread Jeff Murch
I am almost to the point of having my apache2 reverse proxy complete. I am having trouble now when the reverse proxy forwards a user from the login page to the cgi-bin on the main server. I get an error that is generated from the main server: Forbidden You don't have permission to access /cgi-bi