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
/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
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
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
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
&
-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
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
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
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
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-
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
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
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
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
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
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
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:
>
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
Roberto,
Have you tried these directives in your httpd.conf?
StartServers
MaxClients
MinSpareThreads
MaxSpareThreads
ThreadsPerChild
MaxRequestsPerChild
From: Roberto Tortolero [mailto:[EMAIL PROTECTED]
Sent: Tuesd
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
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
--
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
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
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
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
@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 -
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
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
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
&
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
30 matches
Mail list logo