RE: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-09 Thread Todd Simons
My outlook uses TOFU Thanks, ~Todd -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, March 05, 2009 10:19 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and

Re: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-05 Thread Eric Covener
On Thu, Mar 5, 2009 at 9:27 AM, Todd Simons wrote: > So then how would I do it?  Is it possible? Are you intentionally creating new threads for each response, or is it something your mail client / infrastructure is causing? It would also help your issue get attention if you selectively quoted an

[us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-05 Thread Todd Simons
So then how would I do it? Is it possible? -Original Message- From: Peter Schober [mailto:peter.scho...@univie.ac.at] Sent: Thursday, March 05, 2009 3:37 AM To: users@httpd.apache.org Subject: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME

Re: [us...@httpd] MOD_PROXY Reverse Proxy

2009-03-05 Thread Peter Schober
* Todd Simons [2009-03-05 02:39]: > I assume that I would build a to match the > ProxyPass/ProxyPassReverse path statements? [..] > I tried this and it didn't work. http://httpd.apache.org/docs/2.2/en/mod/core.html#directory "Enclose a group of directives that apply only to the named file-system

Re: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access byclient IP Address - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-05 Thread Peter Schober
* Todd Simons [2009-03-05 00:25]: > Please confirm: > > > Allow from 10.3.2.0/24 > ProxyPass /dev3/app2/ http://internalhost3/dev3/app2/ > ProxyPassReverse /dev3/app2/ http://internalhost3/dev3/app2/ > > > ...when I made this modification, my apache fails to start Make sure

Re: [us...@httpd] MOD_PROXY Reverse Proxy

2009-03-04 Thread Todd Simons
Nick Kew [mailto:n...@webthing.com] Sent: Wed 3/4/2009 5:08 PM To: users@httpd.apache.org Subject: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access by client IP Address - Email has different SMTP TO: and MIME TO: fields in the email addresses On Wed, 4 Mar 2009 16:

[us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access byclient IP Address - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-04 Thread Todd Simons
[mailto:peter.scho...@univie.ac.at] Sent: Wednesday, March 04, 2009 5:59 PM To: users@httpd.apache.org Subject: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access byclient IP Address - Email has different SMTP TO: and MIME TO: fields in the email addresses * Todd Simons [2009-03-04

Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access by client IP Address

2009-03-04 Thread Peter Schober
* Todd Simons [2009-03-04 22:41]: > We'd like to utilize one public hostname "http://webservers.domain.com"; > to rewrite different web apps, but control the access to the web app by > ip address, similar to an "allow from" on a directory. You could wrap the ProxyPasses in elements and put the '

Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access by client IP Address

2009-03-04 Thread Nick Kew
On Wed, 4 Mar 2009 16:40:36 -0500 "Todd Simons" wrote: > For example: > #this should only be available to 10.5.1.0/24 > ProxyPass /dev5/app1/ http://internalhost5/dev5/app1/ > ProxyPassReverse /dev5/app1/ http://internalhost5/dev5/app1/ > > #this should only be available

[us...@httpd] MOD_PROXY Reverse Proxy - control URI access by client IP Address

2009-03-04 Thread Todd Simons
Hello All We are using Apache as a reverse proxy solution. We present the apache to the public, then have a few back end webservers that it re-writes. We'd like to utilize one public hostname "http://webservers.domain.com"; to rewrite different web apps, but control the access to the web app by