Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-14 Thread Rainer Jung
On 14.09.2010 01:15, Sander Temme wrote: On Sep 13, 2010, at 10:57 AM, Mike Schleif wrote: Does NOT work: DOES work: Actually, the former works with IE, but does NOT work with Firefox. Editing the former to the latter, the latter works with both IE and Firefox. Is this the type of proble

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-13 Thread Sander Temme
On Sep 13, 2010, at 10:57 AM, Mike Schleif wrote: > Does NOT work: > > > DOES work: > > > Actually, the former works with IE, but does NOT work with Firefox. Editing > the former to the latter, the latter works with both IE and Firefox. > > Is this the type of problem that the HTML and/or X

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-13 Thread Mike Schleif
On 9/13/2010 1:13 PM, Joost de Heer wrote: >> Does NOT work: >> >> >> DOES work: >> > > These are two different URL's. A \ isn't the same as a /. > > Joost Immediately below the examples, I noted: "Editing the former to the latter, the latter works with both IE and Firefox." Point is, the "

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-13 Thread Joost de Heer
Does NOT work: DOES work: These are two different URL's. A \ isn't the same as a /. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more inf

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-13 Thread Mike Schleif
On 9/11/2010 9:58 AM, Rainer Jung wrote: > On 11.09.2010 04:12, Mike Schleif wrote: >> >> On 9/10/2010 3:19 PM, Mike Schleif wrote: >> > >> > On 9/10/2010 12:07 PM, Sander Temme wrote: >> > > >> > > On Sep 10, 2010, at 5:23 AM, Mike Schleif wrote: >> > > >> > >> SSL: move all SSL to the new front

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Eric Covener
> For , I have tried both: > DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" > DocumentRoot "C:\oracle\ora81\Apache\Apache\htdocs" > > Tt does NOT make a difference, the only thing displayed is: > C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/index.html Y

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Mike Schleif
On 9/11/2010 8:00 AM, Eric Covener wrote: >> NameVirtualHost *:443 >> >> ServerName test-webreporter.return.returninc.com >> DocumentRoot "C:/Program Files/Apache Software >> Foundation/Apache2.2/htdocs" >> ###DocumentRoot "C:\oracle\ora81\Apache\Apache\htdocs" >> >> SSLEngine on

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Rainer Jung
On 11.09.2010 04:12, Mike Schleif wrote: On 9/10/2010 3:19 PM, Mike Schleif wrote: > > On 9/10/2010 12:07 PM, Sander Temme wrote: > > > > On Sep 10, 2010, at 5:23 AM, Mike Schleif wrote: > > > >> SSL: move all SSL to the new frontend? No SSL running on legacy web > server? > > > > Absol

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Eric Covener
> NameVirtualHost *:443 > >    ServerName test-webreporter.return.returninc.com >    DocumentRoot "C:/Program Files/Apache Software > Foundation/Apache2.2/htdocs" > ###    DocumentRoot "C:\oracle\ora81\Apache\Apache\htdocs" > >    SSLEngine on > ###    SSLProxyEngine on >    SSLCertificateFile > C

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Mike Schleif
On 9/11/2010 6:53 AM, Eric Covener wrote: >> HOWEVER, we cannot get reverse proxy to work with SSL ?!?! >> >> Port 80 works great, including redirecting. >> >> Port 443 does NOT redirect. NO SSL errors during startup. > > Include your Proxy directives, the URL that doesn't work, and the > respon

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Eric Covener
> HOWEVER, we cannot get reverse proxy to work with SSL ?!?! > > Port 80 works great, including redirecting. > > Port 443 does NOT redirect.  NO SSL errors during startup. Include your Proxy directives, the URL that doesn't work, and the response that you think is in error. -- Eric Covener cove.

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-10 Thread Mike Schleif
On 9/10/2010 3:19 PM, Mike Schleif wrote: > > On 9/10/2010 12:07 PM, Sander Temme wrote: > > > > On Sep 10, 2010, at 5:23 AM, Mike Schleif wrote: > > > >> SSL: move all SSL to the new frontend? No SSL running on legacy web > server? > > > > Absolutely. You'll find that Apache 2.2.16 comes w

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-10 Thread Mike Schleif
On 9/10/2010 12:07 PM, Sander Temme wrote: > > On Sep 10, 2010, at 5:23 AM, Mike Schleif wrote: > >> SSL: move all SSL to the new frontend? No SSL running on legacy web server? > > Absolutely. You'll find that Apache 2.2.16 comes with mod_ssl bundled. Terminate SSL on the currently shipping

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-10 Thread Sander Temme
On Sep 10, 2010, at 5:23 AM, Mike Schleif wrote: > SSL: move all SSL to the new frontend? No SSL running on legacy web server? Absolutely. You'll find that Apache 2.2.16 comes with mod_ssl bundled. Terminate SSL on the currently shipping server. Note that the Apache Software Foundation on

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-10 Thread Mike Schleif
On 9/9/2010 11:30 PM, Sander Temme wrote: > > On Sep 9, 2010, at 9:04 PM, Mike Schleif wrote: > >>> Run Apache 2.2.16 in front as reverse proxy, perhaps with mod_security to keep the stuff you don't want out? That would allow you to leave the Oracle stuff untouched. >> >> Wow! Thank you for

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-09 Thread Sander Temme
On Sep 9, 2010, at 9:04 PM, Mike Schleif wrote: > > Run Apache 2.2.16 in front as reverse proxy, perhaps with mod_security to > > keep the stuff you don't want out? That would allow you to leave the > > Oracle stuff untouched. > > Wow! Thank you for a clue. > > "Run Apache 2.2.16 in front a

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-09 Thread Mike Schleif
On 9/9/2010 8:54 PM, Sander Temme wrote: > > On Sep 9, 2010, at 5:29 AM, Mike Schleif wrote: > >> OK, I understand what you're saying. However, all I'm asking is, How can I load Jserv 1.1 functionality in Apache 2.2.16? > > Mod_jserv is dead. Has been dead for a decade. Its functionality (i

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-09 Thread Sander Temme
On Sep 9, 2010, at 5:29 AM, Mike Schleif wrote: > OK, I understand what you're saying. However, all I'm asking is, How can I > load Jserv 1.1 functionality in Apache 2.2.16? Mod_jserv is dead. Has been dead for a decade. Its functionality (insofar that I remember what it once did) has been

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-09 Thread Mike Schleif
On 9/9/2010 1:35 AM, Joost de Heer wrote: > On Thu, September 9, 2010 01:45, Mike Schleif wrote: >>Hi, All! >> >> You may have seen my posts last week about a legacy Oracle App (8.1) >> running on Apache (1.3.12) under Windows. >> >> Trying to upgrade Apache, and we've run into a Jserv issue:

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-08 Thread Joost de Heer
On Thu, September 9, 2010 01:45, Mike Schleif wrote: > Hi, All! > > You may have seen my posts last week about a legacy Oracle App (8.1) > running on Apache (1.3.12) under Windows. > > Trying to upgrade Apache, and we've run into a Jserv issue: > > Legacy lines from httpd.conf: > # Include the co

[us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-08 Thread Mike Schleif
Hi, All! You may have seen my posts last week about a legacy Oracle App (8.1) running on Apache (1.3.12) under Windows. Trying to upgrade Apache, and we've run into a Jserv issue: Legacy lines from httpd.conf: # Include the configuration for Apache JServ 1.1 include "C:\oracle\ora81\Apache\J

Re: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15

2010-05-12 Thread alin vasile
: Mon, May 10, 2010 7:33:06 AM Subject: RE: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15 Hi, I am using the following modules: mod_perl mod_userdir mod_dir mod_mime mod_mime_magic mod_alias mod_autoindex mod_negotiation mod_setenvif mod_ssl T

RE: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15

2010-05-09 Thread Yossi Ben-Gigi
09, 2010 3:45 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15 what modules do you use? From: Yossi Ben-Gigi To: users@httpd.apache.org Sent: Sun, May 9, 2010 3:15:16 PM Subject: [us...@httpd] Upgrade from version

Re: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15

2010-05-09 Thread alin vasile
what modules do you use? From: Yossi Ben-Gigi To: users@httpd.apache.org Sent: Sun, May 9, 2010 3:15:16 PM Subject: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15 Hi All, I am using Apache version 2.0.61 in my application and all is working well

[us...@httpd] Upgrade from version 2.0.61 to 2.2.15

2010-05-09 Thread Yossi Ben-Gigi
Hi All, I am using Apache version 2.0.61 in my application and all is working well. Will I be required to perform any changes after upgrading to version 2.2.15? (Code or Configuration) Thanks.

Re: [us...@httpd] upgrade to apache-2.2.14_5 produces ssl failure

2010-01-22 Thread Justin Pasher
David Southwell wrote: [Fri Jan 22 10:39:35 2010] [debug] ssl_engine_kernel.c(1912): OpenSSL: Exit: error in SSLv2/v3 read client hello A [Fri Jan 22 10:39:35 2010] [info] [client ::1] SSL library error 1 in handshake (server www.vizion2000.net:443) [Fri Jan 22 10:39:35 2010] [info] SSL Library

[us...@httpd] upgrade to apache-2.2.14_5 produces ssl failure

2010-01-22 Thread David Southwell
Can anyone please advise System freebsd 7.2 p3 amd64 on intel quad core Thanks in advance for advice on how to cure this David [Fri Jan 22 10:22:19 2010] [notice] caught SIGTERM, shutting down [Fri Jan 22 10:38:10 2010] [info] Init: Seeding PRNG with 144 bytes of entropy [Fri Jan 22 10:38:10 20

Re: [us...@httpd] Upgrade

2009-06-29 Thread André Warnier
Chick Newman wrote: I am using Apache 2.0.55 on a Windows XP SP3 computer with PHP5 which was installed manually (at C:\php) several years ago (using instructions from David Powers book on Dreamweaver 8 and PHP/MySQL to tweak Windows and Apache to recognize the PHP installation). I would like t

[us...@httpd] Upgrade

2009-06-28 Thread Chick Newman
I am using Apache 2.0.55 on a Windows XP SP3 computer with PHP5 which was installed manually (at C:\php) several years ago (using instructions from David Powers book on Dreamweaver 8 and PHP/MySQL to tweak Windows and Apache to recognize the PHP installation). I would like to upgrade to the late

[us...@httpd] Upgrade and 101 response code

2009-04-29 Thread Julien Pauli
Hi all. I'm trying to make Apache answer me with a 101 response, but I cant manage that (after trying several HTTP request that should make httpd answer 101) I always get 200s or else, never 101 Googling the web, I found https://issues.apache.org/jira/browse/HTTPCORE-158that says that httpd actua