apache 1.3.29?
am 29.10.2003 15:23:34 von Peter Horst
Just noticed that apache 1.3.29 was released. Will mod_ssl-2.8.15 work
with this? I'm using openssl-0.9.7c.
Thanks much.
Peter
--
What do you use on Linux to do your word processing? spreadsheets? slide
shows? Do you feel that ms-dos and ms-dos-office is really a better
mouse trap and worth the price? We certainly differ on this point I
think, because I believe Linux is definitely good enough for the average
user, most of whom are idiots.
-- Alan DuBoff, linux-elitists mailing list, 12/31/02
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: apache 1.3.29?
am 29.10.2003 15:39:31 von Jim Jagielski
Yes it will, but the patch will not apply "cleanly". Using --force
is recommended.
Peter Horst wrote:
>
> Just noticed that apache 1.3.29 was released. Will mod_ssl-2.8.15 work
> with this? I'm using openssl-0.9.7c.
>
> Thanks much.
>
> Peter
>
> --
> What do you use on Linux to do your word processing? spreadsheets? slide
> shows? Do you feel that ms-dos and ms-dos-office is really a better
> mouse trap and worth the price? We certainly differ on this point I
> think, because I believe Linux is definitely good enough for the average
> user, most of whom are idiots.
> -- Alan DuBoff, linux-elitists mailing list, 12/31/02
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
--
============================================================ ===============
Jim Jagielski [|] jim@jaguNET.com [|] http://www.jaguNET.com/
"A society that will trade a little liberty for a little order
will lose both and deserve neither" - T.Jefferson
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: apache 1.3.29?
am 29.10.2003 15:40:18 von Andreas Gietl
On Wednesday 29 October 2003 15:39, Jim Jagielski wrote:
i guess there will be a new patch within the next days/hours?
> Yes it will, but the patch will not apply "cleanly". Using --force
> is recommended.
>
> Peter Horst wrote:
> > Just noticed that apache 1.3.29 was released. Will mod_ssl-2.8.15 work
> > with this? I'm using openssl-0.9.7c.
> >
> > Thanks much.
> >
> > Peter
> >
> > --
> > What do you use on Linux to do your word processing? spreadsheets? slide
> > shows? Do you feel that ms-dos and ms-dos-office is really a better
> > mouse trap and worth the price? We certainly differ on this point I
> > think, because I believe Linux is definitely good enough for the average
> > user, most of whom are idiots.
> > -- Alan DuBoff, linux-elitists mailing list, 12/31/02
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
--
e-admin internet gmbh
Andreas Gietl tel +49 941 3810884
Ludwig-Thoma-Strasse 35 fax +49 (0)1805/39160 - 29104
93051 Regensburg mobil +49 171 6070008
PGP/GPG-Key unter http://www.e-admin.de/gpg.html
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: apache 1.3.29?
am 29.10.2003 15:47:49 von Jim Jagielski
Andreas Gietl wrote:
>
> On Wednesday 29 October 2003 15:39, Jim Jagielski wrote:
>
> i guess there will be a new patch within the next days/hours?
>
I would guess, but that's not my area :)
--
============================================================ ===============
Jim Jagielski [|] jim@jaguNET.com [|] http://www.jaguNET.com/
"A society that will trade a little liberty for a little order
will lose both and deserve neither" - T.Jefferson
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: apache 1.3.29?
am 30.10.2003 09:06:52 von rse
In article <200310291447.h9TElr409832@devsys.jaguNET.com> you wrote:
> Andreas Gietl wrote:
>>
>> On Wednesday 29 October 2003 15:39, Jim Jagielski wrote:
>>
>> i guess there will be a new patch within the next days/hours?
>
> I would guess, but that's not my area :)
Yes, there will be a mod_ssl 2.8.16 released today or tomorrow. I've
already upgraded mod_ssl to Apache 1.3.29, but I've still to include
some other fixes. But 2.8.15 works fine with Apache 1.3.29, so no need
to hurry here...
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: apache 1.3.29?
am 30.10.2003 09:53:31 von rl
Hi Ralf,
If you don't mind, please include a fix which allows the HTTPS env variable
to be passed by suexec
--- apache_1.3.28/src/support/suexec.c.~20030719062731~ Sat Jul 19 09:27:31
2003
+++ apache_1.3.28/src/support/suexec.c Tue Aug 26 16:49:20 2003
@@ -134,7 +134,7 @@
/* variable name starts with */
"HTTP_",
#ifdef MOD_SSL
- "HTTPS_",
+ "HTTPS=",
"SSL_",
#endif
This is already included in apache 2
Thanks,
Zvi.
On Thu, 30 Oct 2003 09:06:52 +0100, Ralf S. Engelschall wrote about "Re: apache 1.3.29?":
>
> In article <200310291447.h9TElr409832@devsys.jaguNET.com> you wrote:
> > Andreas Gietl wrote:
> >>
> >> On Wednesday 29 October 2003 15:39, Jim Jagielski wrote:
> >>
> >> i guess there will be a new patch within the next days/hours?
> >
> > I would guess, but that's not my area :)
>
> Yes, there will be a mod_ssl 2.8.16 released today or tomorrow. I've
> already upgraded mod_ssl to Apache 1.3.29, but I've still to include
> some other fixes. But 2.8.15 works fine with Apache 1.3.29, so no need
> to hurry here...
> Ralf S. Engelschall
> rse@engelschall.com
> www.engelschall.com
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
--
Dr. Zvi Har'El mailto:rl@math.technion.ac.il Department of Mathematics
tel:+972-54-227607 icq:179294841 Technion - Israel Institute of Technology
fax:+972-4-8293388 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL
"If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942)
Thursday, 4 Heshvan 5764, 30 October 2003, 10:49AM
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: apache 1.3.29?
am 31.10.2003 13:03:17 von Boyle Owen
Just to ask the question... Is a mod_ssl_2.8.16-1.3.29 forseen?
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
>-----Original Message-----
>From: Zvi Har'El [mailto:rl@math.technion.ac.il]
>Sent: Donnerstag, 30. Oktober 2003 09:54
>To: modssl-users@modssl.org
>Cc: rse@engelschall.com
>Subject: Re: apache 1.3.29?
>
>
>Hi Ralf,
>
>If you don't mind, please include a fix which allows the HTTPS
>env variable
>to be passed by suexec
>
>--- apache_1.3.28/src/support/suexec.c.~20030719062731~ Sat
>Jul 19 09:27:31
>2003
>+++ apache_1.3.28/src/support/suexec.c Tue Aug 26 16:49:20 2003
>@@ -134,7 +134,7 @@
> /* variable name starts with */
> "HTTP_",
> #ifdef MOD_SSL
>- "HTTPS_",
>+ "HTTPS=",
> "SSL_",
> #endif
>
>This is already included in apache 2
>
>Thanks,
>
>Zvi.
>
>
>On Thu, 30 Oct 2003 09:06:52 +0100, Ralf S. Engelschall wrote
>about "Re: apache 1.3.29?":
>>
>> In article <200310291447.h9TElr409832@devsys.jaguNET.com> you wrote:
>> > Andreas Gietl wrote:
>> >>
>> >> On Wednesday 29 October 2003 15:39, Jim Jagielski wrote:
>> >>
>> >> i guess there will be a new patch within the next days/hours?
>> >
>> > I would guess, but that's not my area :)
>>
>> Yes, there will be a mod_ssl 2.8.16 released today or tomorrow. I've
>> already upgraded mod_ssl to Apache 1.3.29, but I've still to include
>> some other fixes. But 2.8.15 works fine with Apache 1.3.29,
>so no need
>> to hurry here...
>> Ralf S. Engelschall
>> rse@engelschall.com
>> www.engelschall.com
>>
>>
>___________________________________________________________ ___________
>> Apache Interface to OpenSSL (mod_ssl)
www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
--
Dr. Zvi Har'El mailto:rl@math.technion.ac.il Department of
Mathematics
tel:+972-54-227607 icq:179294841 Technion - Israel Institute of
Technology
fax:+972-4-8293388 http://www.math.technion.ac.il/~rl/ Haifa 32000,
ISRAEL
"If you can't say somethin' nice, don't say nothin' at all." -- Thumper
(1942)
Thursday, 4 Heshvan 5764, 30 October 2003,
10:49AM
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company.
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: apache 1.3.29?
am 31.10.2003 13:06:05 von Andreas Gietl
On Friday 31 October 2003 13:03, Boyle Owen wrote:
Mr Engelschall said yesterday on this list:
Yes, there will be a mod_ssl 2.8.16 released today or tomorrow. I've
already upgraded mod_ssl to Apache 1.3.29, but I've still to include
some other fixes. But 2.8.15 works fine with Apache 1.3.29, so no need
to hurry here...
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
> Just to ask the question... Is a mod_ssl_2.8.16-1.3.29 forseen?
>
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored.
>
> >-----Original Message-----
>
> From: Zvi Har'El [mailto:rl@math.technion.ac.il]
>
> >Sent: Donnerstag, 30. Oktober 2003 09:54
> >To: modssl-users@modssl.org
> >Cc: rse@engelschall.com
> >Subject: Re: apache 1.3.29?
> >
> >
> >Hi Ralf,
> >
> >If you don't mind, please include a fix which allows the HTTPS
> >env variable
> >to be passed by suexec
> >
> >--- apache_1.3.28/src/support/suexec.c.~20030719062731~ Sat
> >Jul 19 09:27:31
> >2003
> >+++ apache_1.3.28/src/support/suexec.c Tue Aug 26 16:49:20 2003
> >@@ -134,7 +134,7 @@
> > /* variable name starts with */
> > "HTTP_",
> > #ifdef MOD_SSL
> >- "HTTPS_",
> >+ "HTTPS=",
> > "SSL_",
> > #endif
> >
> >This is already included in apache 2
> >
> >Thanks,
> >
> >Zvi.
> >
> >
> >On Thu, 30 Oct 2003 09:06:52 +0100, Ralf S. Engelschall wrote
> >
> >about "Re: apache 1.3.29?":
> >> In article <200310291447.h9TElr409832@devsys.jaguNET.com> you wrote:
> >> > Andreas Gietl wrote:
> >> >> On Wednesday 29 October 2003 15:39, Jim Jagielski wrote:
> >> >>
> >> >> i guess there will be a new patch within the next days/hours?
> >> >
> >> > I would guess, but that's not my area :)
> >>
> >> Yes, there will be a mod_ssl 2.8.16 released today or tomorrow. I've
> >> already upgraded mod_ssl to Apache 1.3.29, but I've still to include
> >> some other fixes. But 2.8.15 works fine with Apache 1.3.29,
> >
> >so no need
> >
> >> to hurry here...
> >> Ralf S. Engelschall
> >> rse@engelschall.com
> >> www.engelschall.com
> >
> >___________________________________________________________ ___________
> >
> >> Apache Interface to OpenSSL (mod_ssl)
>
> www.modssl.org
>
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
--
e-admin internet gmbh
Andreas Gietl tel +49 941 3810884
Ludwig-Thoma-Strasse 35 fax +49 (0)1805/39160 - 29104
93051 Regensburg mobil +49 171 6070008
PGP/GPG-Key unter http://www.e-admin.de/gpg.html
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: apache 1.3.29?
am 31.10.2003 13:12:01 von Boyle Owen
>-----Original Message-----
>From: Andreas Gietl [mailto:a.gietl@e-admin.de]
>
>Mr Engelschall said yesterday on this list:
Arggg... I must've missed this... And I was especially looking out for
it!
my bad...
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
>
>Yes, there will be a mod_ssl 2.8.16 released today or tomorrow. I've
>already upgraded mod_ssl to Apache 1.3.29, but I've still to include
>some other fixes. But 2.8.15 works fine with Apache 1.3.29, so no need
>to hurry here...
> Ralf S. Engelschall
> rse@engelschall.com
> www.engelschall.com
>
>
>> Just to ask the question... Is a mod_ssl_2.8.16-1.3.29 forseen?
>>
>> Rgds,
>> Owen Boyle
>> Disclaimer: Any disclaimer attached to this message may be ignored.
>>
>> >-----Original Message-----
>>
>> From: Zvi Har'El [mailto:rl@math.technion.ac.il]
>>
>> >Sent: Donnerstag, 30. Oktober 2003 09:54
>> >To: modssl-users@modssl.org
>> >Cc: rse@engelschall.com
>> >Subject: Re: apache 1.3.29?
>> >
>> >
>> >Hi Ralf,
>> >
>> >If you don't mind, please include a fix which allows the HTTPS
>> >env variable
>> >to be passed by suexec
>> >
>> >--- apache_1.3.28/src/support/suexec.c.~20030719062731~ Sat
>> >Jul 19 09:27:31
>> >2003
>> >+++ apache_1.3.28/src/support/suexec.c Tue Aug 26 16:49:20 2003
>> >@@ -134,7 +134,7 @@
>> > /* variable name starts with */
>> > "HTTP_",
>> > #ifdef MOD_SSL
>> >- "HTTPS_",
>> >+ "HTTPS=",
>> > "SSL_",
>> > #endif
>> >
>> >This is already included in apache 2
>> >
>> >Thanks,
>> >
>> >Zvi.
>> >
>> >
>> >On Thu, 30 Oct 2003 09:06:52 +0100, Ralf S. Engelschall wrote
>> >
>> >about "Re: apache 1.3.29?":
>> >> In article <200310291447.h9TElr409832@devsys.jaguNET.com>
>you wrote:
>> >> > Andreas Gietl wrote:
>> >> >> On Wednesday 29 October 2003 15:39, Jim Jagielski wrote:
>> >> >>
>> >> >> i guess there will be a new patch within the next days/hours?
>> >> >
>> >> > I would guess, but that's not my area :)
>> >>
>> >> Yes, there will be a mod_ssl 2.8.16 released today or
>tomorrow. I've
>> >> already upgraded mod_ssl to Apache 1.3.29, but I've still
>to include
>> >> some other fixes. But 2.8.15 works fine with Apache 1.3.29,
>> >
>> >so no need
>> >
>> >> to hurry here...
>> >> Ralf S. Engelschall
>> >> rse@engelschall.com
>> >> www.engelschall.com
>> >
>>
>>__________________________________________________________ ____________
>> >
>> >> Apache Interface to OpenSSL (mod_ssl)
>>
>> www.modssl.org
>>
>> > User Support Mailing List
>modssl-users@modssl.org
>> > Automated List Manager
>majordomo@modssl.org
>
>--
>e-admin internet gmbh
>Andreas Gietl tel
>+49 941 3810884
>Ludwig-Thoma-Strasse 35 fax +49
>(0)1805/39160 - 29104
>93051 Regensburg mobil +49 171 6070008
>
>PGP/GPG-Key unter http://www.e-admin.de/gpg.html
>
>
>
>
>
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company.
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org