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 wrote: > Hello there, We are upgrading weblogic se

[users@httpd] Apache 2.2 MOD_PROXY to Weblogic 12.1.3

2015-02-18 Thread Todd Simons
Hello All We have been using MOD_PROXY to reverse proxy Weblogic 8, 10, 11 and 12.1.1. Recently we started working with Weblogic 12.1.3 and we're having authentication problems We have compared all setting side by side with WL 12.1.1 and found no differences in config. When running the re-writ

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-09 Thread Todd Simons
Thanks All. I'm quite happy with mod_proxy, I just wanted to make sure I wasn't missing the boat on mod_wl. It seems as if mod_wl has some advanced features if you were using clustering, etc on the back end. ~Todd On Mon, Feb 9, 2015 at 9:01 AM, Jim Jagielski wrote: > You could always try mo

[users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-08 Thread Todd Simons
Hello All We've been using the generic mod_proxy for years. We utilize Apache to layer in HTTPS from the world into our DMZ, then utilize proxypass/proxypassreverse to our internal servers. Our internal servers vary between iis, weblogic, tomcat, and a few others. mod_proxy has been working gre

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: Andre

[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 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

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

2010-11-08 Thread Todd Simons
Proxy with Basic Authentication on Target On Mon, 8 Nov 2010 09:00:43 -0500 Todd Simons 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 mak

[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

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

2010-11-05 Thread Todd Simons
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
w. ProxyRequests Off ProxyPreserveHost Off ProxyPass /app/ http://internalhost/app/ ProxyPassReverse /app/ http://internalhost/app/ https://*/app/*";> Order deny,allow Deny from All #Allow from Us Allow from 10.0.0.0/20 #Allow from Customer

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
MIME TO: fields in the email addresses 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 is

[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 [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

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

2009-03-04 Thread Todd Simons
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] 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

[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