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
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
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 "
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
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
> 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
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
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
> 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
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
> 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.
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
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
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
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
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
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
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
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:
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
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
: 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
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
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
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.
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
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
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
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
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
30 matches
Mail list logo