RE: [us...@httpd] "Expect: 100-continue" bug in 2.2.14?

2010-09-17 Thread Campbell, Scott
x27;t 100% comfortable using the "patched"/commented out code in mod_proxy_http.c, but so far, it's the only way we can get our code working. Scott -Original Message- From: Campbell, Scott [mailto:scott_campb...@wrightexpress.com] Sent: Monday, August 09, 2010 10:03

RE: [us...@httpd] "Expect: 100-continue" bug in 2.2.14?

2010-08-10 Thread Campbell, Scott
ead. [Ruediger Pluem] Anyone else had any luck with the 100-continue issue? Scott -Original Message----- From: Campbell, Scott [mailto:scott_campb...@wrightexpress.com] Sent: Monday, August 09, 2010 10:03 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] "Expect: 100-continue"

RE: [us...@httpd] "Expect: 100-continue" bug in 2.2.14?

2010-08-09 Thread Campbell, Scott
Per Eric, I added the %{Expect}i log entry. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"SCOTT\" \"%{User-Agent}i\"\"%{Expect}i\"" scott CustomLog "|/usr/local/apache2/bin/rotatelogs /usr/local/apache2/logs/scott.log 86400" scott X.X.X.X - - [09/Aug/2010:09:43:34 -0400] "POST /sitetran

[us...@httpd] "Expect: 100-continue" bug in 2.2.14?

2010-08-06 Thread Campbell, Scott
So we have a development team that writes web apps in .NET. We use Apache 2.2.14 on Linux for a reverse proxy to their app. I am very confused by the Apache response, and wonder if it's a bug in the apache code or mod_proxy code. The developers are posting the following to their app, through our

[EMAIL PROTECTED] Graphics loading slow through apache proxy

2007-07-24 Thread Campbell, Scott
I have an Apache 2.2.4 server using Reverse Proxy to a back-end application server. I have a page on the application server that is a simple index.html with about 50 objects (graphics, css, etc). This page size is 300KB. When I attempt to access index.html through the apache proxy, it takes up t

[EMAIL PROTECTED] Proxy with large amounts of graphics is slow

2007-07-20 Thread Campbell, Scott
I have an Apache 2.2.4 server using proxying to front-end a back-end application server. I have a page on the application server that is a simple index.html with about 50 objects (graphics, css, etc). This page size is 300,000 bytes. When I am on the apache server and use WGET (text browser)

RE: [EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects

2007-04-18 Thread Campbell, Scott
come from your tomcat configuration In your web.xml file add: Protected Context /* CONFIDENTIAL /jerome -Message d'origine- De : Campbell, Scott [mailto:[EMAIL PROTECTED] Envoyé : jeudi 12 avril 2007 22:29 À :

[EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects

2007-04-12 Thread Campbell, Scott
Greetings. I am having a problem with the Apache Proxy directives. Here is my setup: CLIENT <--> Apache SSL <--> http proxy to tomcat server A client comes in with an https:// request. Apache receives that request and proxies the connection to our backend tomcat server via http. The tomcat se