RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-20 Thread Todd Simons
You may need to tune the socket timeout on the Linux kernel, and work with your firewall admin as well to make sure those timeouts match with each other. ___ Todd Simons Director of Information Technology tsim...@delphi-tech.com Delphi Technology, Inc. T: +1

Re: [users@httpd] INCLUDED protocol (for SSI) in http Request rejected by Weblogic 12

2015-08-13 Thread Todd Simons
You may need to implement the Weblogic Plugin for Apache, its a transparent Proxy. Earlier this year we had to transition from MOD_PROXY (from weblogic 12.1.1 back to 10.3.3) to the weblogic plugin On Fri, May 8, 2015 at 12:34 PM, Deepak Patel dpa...@sae.org wrote: Hello there, We are

[us...@httpd] MOD_PROXY and Access Control by IP

2010-11-19 Thread Todd Simons
Hello All We use Apache MOD_PROXY as a reverse proxy for internal applications. Each WebApp has its own top level URI We're looking to restrict by IP, but have all apps available to our IT Team's IP IT Team:10.1.0.0/24 App1/Team 1: Proxy URI: /App1/* IP Subnet: 10.1.1.0/24

RE: [us...@httpd] Re: MOD_PROXY and Access Control by IP

2010-11-19 Thread Todd Simons
Thanks Andrew, I did see this as an example on a web post. ...the argument was made that it's a PIA when you don't match class C subnets and have to use RegEx :-) ...I don't have class C inside, I boiled it down to Class C for the post example. Thanks! -Original Message- From:

[us...@httpd] RE: Mod_Proxy with Basic Authentication on Target

2010-11-08 Thread Todd Simons
Does anyone have any ideas? From: Todd Simons Sent: Friday, November 05, 2010 1:53 PM To: users@httpd.apache.org Subject: [us...@httpd] Mod_Proxy with Basic Authentication on Target Hello All We have an internal application that uses basic authentication (the browser prompts the user for login

RE: [us...@httpd] RE: Mod_Proxy with Basic Authentication on Target

2010-11-08 Thread Todd Simons
on Target On Mon, 8 Nov 2010 09:00:43 -0500 Todd Simons tsim...@delphi-tech.com wrote: Does anyone have any ideas? What does the error log say? We have an internal application that uses basic authentication (the browser prompts the user for login). We need to make this publically available

RE: [us...@httpd] RE: Mod_Proxy with Basic Authentication on Target

2010-11-08 Thread Todd Simons
Found it. ...type-o in the proxy pass configuration. -Original Message- From: Todd Simons Sent: Monday, November 08, 2010 2:30 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] RE: Mod_Proxy with Basic Authentication on Target Nick- Thanks Here is a sample from the logs: 10.x.x

[us...@httpd] Mod_Proxy with Basic Authentication on Target

2010-11-05 Thread Todd Simons
the page via the Apache Reverse Proxy I get a 500 error, instead of a login box Thanks! ___ Todd Simons CONFIDENTIALITY NOTICE This e-mail message from Delphi Technology, Inc. is intended only for the individual or entity to which

[users@httpd] MOD_PROXY Open CSV Content Into Excel

2010-10-20 Thread Todd Simons
://*/app/*; Order deny,allow Deny from All #Allow from Us Allow from 10.0.0.0/20 #Allow from Customer Allow from 162.x.x.x/24 /Proxy !--http.conf snip-- Has anyone seen this before? ___ Todd Simons Principal

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
TO: and MIME TO: fields in the email addresses On Thu, Mar 5, 2009 at 9:27 AM, Todd Simons tsim...@delphi-tech.com 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

[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
TO: fields in the email addresses * Todd Simons tsim...@delphi-tech.com [2009-03-05 02:39]: I assume that I would build a directory 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

[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

[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
* Todd Simons tsim...@delphi-tech.com [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

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

2009-03-04 Thread Todd Simons
:40:36 -0500 Todd Simons tsim...@delphi-tech.com 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