The Apache Haus Forum

Forum Topics => News & General Discussion => Topic started by: bartddgd on November 23, 2015, 12:25:36 PM

Title: How to find older file version?
Post by: bartddgd on November 23, 2015, 12:25:36 PM
Hi,

is there a way to list / download all available older Apache / modules versions?
I need to setup Apache-2.4 x86 VC9 + Subversion modules on Win2k3, but cannot find a Subversion module package for VC9.

Best regards,
Bernd
Title: Re: How to find older file version?
Post by: mario on November 23, 2015, 02:14:12 PM
Hello Bernd,

even the extended support for Windows 2003 ended on 14.07.2015

I made the 1.8.11 available again for VC9. There will be no further updates with VC9 nor a 1.9.x or higher version.

Unless you used a proxy: Grüße nach Berlin


Cheers
Mario
Title: Re: How to find older file version?
Post by: bartddgd on November 24, 2015, 09:37:38 AM
Thanks a lot! I know Win2k3 is no longer supported, but sometimes we have to live with what's available and no one provides support / resources to upgrade to a more modern system.

But, is there really no easy way to get a full listing of all the older Apache / module releases or do they get removed when a new version gets released?

Best regards,
Bernd
Title: Re: How to find older file version?
Post by: mario on November 24, 2015, 12:29:23 PM
Quote from: bartddgd on November 24, 2015, 09:37:38 AM
But, is there really no easy way to get a full listing of all the older Apache / module releases or do they get removed when a new version gets released?

Usually we disable the downloads in our database when a new version is released. Currently there is no switch to view all the old files. If you need an older version we can give you a redirect download link. However the old version have bugs or security breaches. All the other VC9 modules are still there. mod subversion is a bit different, since there is a need to compile it against so many libs especially OpenSSL. So it will not run with all the versions of OpenSSL. Also if the magic number in the apache code is higher than the modules magic number the module won't load into apache.

Here at ApacheHaus we often discussed going back to VC6 which runs on all Windows Versions from Win9x. The new 1.9.x versions of is incompatible to the VC6 tool chain. I had no luck compiling it with it. A second reason is that I do this in my spare time and I have no fun maintain different Windows versions with different Visual Studio versions. When ever I start the "old" Windows 7 with VC9 it takes a long time to do the Windows Updates, several reboots and then Update to the last version of VC9. On that point I need a second evening for the build... Now with one Windows Version and VC11 it takes one hour to build the stuff. Then testing on different VMs and uploading.

if you are willing to I show you how to compile mod svn on your own. But be warned, first you need a full build tree of apache itself to compile against. I'm happy that Gregg offers that for me. So we share the work.
Title: Re: How to find older file version?
Post by: bartddgd on November 24, 2015, 01:44:15 PM
Thanks for your explanations. I was just curious. For the moment I have everything I need and the Apache / Subversion server is already running.

Best regards,
Bernd
Title: Re: How to find older file version?
Post by: Gregg on November 24, 2015, 07:40:47 PM
So then mod_svn 1.8.11 is linked to OpenSSL 1.0.1?
Title: Re: How to find older file version?
Post by: mario on November 24, 2015, 07:57:54 PM
Quote from: Gregg on November 24, 2015, 07:40:47 PM
So then mod_svn 1.8.11 is linked to OpenSSL 1.0.1?

the module (*.so) not. But all the included tools are linked to OpenSSL 1.0.1l

The big but is that some of the dlls are linked. And the module requires these dlls like the command line tools. If I would build it without the command line tools it might look different. The build order is a nightmare since it requires to build zlib and openssl first.
Title: Re: How to find older file version?
Post by: Gregg on November 24, 2015, 10:52:54 PM
Nightmare eh, you should try a full 2.4 release sometime ;D
Good thing is, OSSL 0.9.8 goes EOL in what, 37 days. 4 builds and 4 packages less. Hurray!

I should learn how to build this, I want to use it myself but I wasn't able to get it working last time I tried (years ago) and at that time I didn't find it important enough to care to fight through it.
Title: Re: How to find older file version?
Post by: mario on November 25, 2015, 11:10:08 PM
Quote from: Gregg on November 24, 2015, 10:52:54 PM
I should learn how to build this, I want to use it myself but I wasn't able to get it working last time I tried (years ago) and at that time I didn't find it important enough to care to fight through it.

I can send you my recipe  ;)
Title: Re: How to find older file version?
Post by: Wilbor on February 20, 2016, 10:20:16 AM
Quote from: mario on November 25, 2015, 11:10:08 PM
I can send you my Testogen review to read. (http://www.researchmentortraining.org/)

Can you send it to me? Or post it here? That would be cool.  8)
Title: Re: How to find older file version?
Post by: Fouredicus on August 15, 2016, 07:04:36 PM
Quote from: Gregg on November 24, 2015, 10:52:54 PM
Nightmare eh, you should try a full 2.4 release sometime ;D
Good thing is, OSSL 0.9.8 goes EOL in what, 37 days. 4 builds and 4 packages less. Hurray!

I should learn how to build this, I want to use it myself but I wasn't able to get it working last time I tried (years ago) and at that time I didn't find it important enough to care to fight through it.

I would support you on that! Nothing beats learning it yourself. It would be an added skill and you can make use of it in the future.
Title: Re: How to find older file version?
Post by: mario on August 16, 2016, 09:33:18 AM
Quote from: Wilbor on February 20, 2016, 10:20:16 AM
Can you send it to me? Or post it here? That would be cool.  8)
I have missed that, else I would have answered much earlier.

Here is the link
https://gist.github.com/JBlond/04af060522afad7086b18251b84ccce4
The VC9 instructions are at the very end of the second file.

if there a still questions let me know.
Title: Re: How to find older file version?
Post by: warnie on August 23, 2016, 04:46:16 AM
Quote from: Fouredicus on August 15, 2016, 07:04:36 PM
I would support you on that! Nothing beats learning it yourself. It would be an added skill and you can make use of it in the future.

So true, I am getting into it as well. It's nice to have an extra skill.
Title: Re: How to find older file version?
Post by: exege on March 09, 2017, 08:45:51 AM
Quote from: mario on November 24, 2015, 12:29:23 PM
Usually we disable the downloads in our database when a new version is released. Currently there is no switch to view all the old files. If you need an older version we can give you a redirect download link. However the old version have bugs or security breaches. All the other VC9 modules are still there. mod subversion is a bit different, since there is a need to compile it against so many libs especially OpenSSL. So it will not run with all the versions of OpenSSL. Also if the magic number in the apache code is higher than the modules magic number the module won't load into apache.

Sorry for reviving an old thread, but I'm trying to track down an older version of Apache with OpenSSL 1.0.1e or 1.0.1f compiled with VC9 for educational purposes. Is there any chance you still have one of these in the database? If so, I'd be most appreciative if you could post (or email) a download link.
Title: Re: How to find older file version?
Post by: mario on March 09, 2017, 10:39:55 AM
There are still VC9 Download https://www.apachehaus.com/cgi-bin/download.plx#APACHE24VC09 with OpenSSL 1.0.2

I send you a download url with an older version with 1.0.1
Title: Re: How to find older file version?
Post by: Gregg on March 09, 2017, 09:38:33 PM
That looks to be 2.4.7 which came with OpenSSL 1.0.1e and there is a 1.0.1f update for it as well.

Title: Re: How to find older file version?
Post by: exege on March 13, 2017, 06:18:00 AM
Quote from: mario on March 09, 2017, 10:39:55 AM
I send you a download url with an older version with 1.0.1

Quote from: Gregg on March 09, 2017, 09:38:33 PM
That looks to be 2.4.7 which came with OpenSSL 1.0.1e and there is a 1.0.1f update for it as well.

Thanks for your responses. Mario, will you be sending the link via email, or does the forum have a messaging system I've missed?
Title: Re: How to find older file version?
Post by: Gregg on March 13, 2017, 07:18:56 AM
He might have a hard time finding it since I cleaned out the Germany Mirror.

I would assume mail you means email but we also have private messaging in this forum and I am going to message you a link right now. It should show up as a link up under your name at the top of the page.
Title: Re: How to find older file version?
Post by: Gregg on March 13, 2017, 07:42:05 AM
OK, for whatever reason it will not let me message you .... so I'm sending it in email shortly.
Title: Re: How to find older file version?
Post by: exege on March 13, 2017, 07:45:59 AM
Got it, thanks Gregg!
Title: Re: How to find older file version?
Post by: prayuth01 on March 27, 2018, 02:16:58 PM
All versions of AppServ are for anyone who wants to downgrade or opt for an older version. To suit each situation  https://www.appserv.org/th/
Title: Re: How to find older file version?
Post by: Gregg on March 27, 2018, 06:56:22 PM
That's certainly one way to go and the Apache binaries in their packages are from Apache Haus or used to be if they are not any longer. They however do not have all versions and are still at 2.4.25 (2017-01-25).
Title: Re: How to find older file version?
Post by: MichaelKinzel on October 16, 2020, 03:56:34 PM
Quote from: Cario on June 11, 2005, 01:30:08 PM
I can send you my phentermine over the counter posted here (https://thefecaltransplantfoundation.org/phentermine-over-the-counter/) recipe  ;)
That looks to be 2.4.7 which came with OpenSSL 1.0.1e and there is a 1.0.1f update for it as well.
How is the last project i send you?