PDA

View Full Version : Apache 1.3.33 available.


vandal
10-28-2004, 04:07 PM
just a note, i know .32 just came out but you should all know there is a new version now.

l0rdphi1
10-28-2004, 04:12 PM
If you're after updating right now, you could probably upgrade using a similar method to this (http://www.directadmin.com/forum/showthread.php?s=&threadid=4926#post29543).

Hopefully DA will update their version soon though.

Phi1.

vandal
10-28-2004, 04:15 PM
hopefully it's just a matter of changing the version in the build file and doing it. i emailed da support already and let them know there is a new apache.

vandal
10-28-2004, 04:37 PM
any of you verify your files? i seem to be getting different md5sum replies from apache_1.3.33.tar.gz and apache_1.3.33.tar.gz.md5 they should match right?

never mind they match the sig on their website.

vandal
10-28-2004, 07:09 PM
there doesn't appear to be a mod_ssl for apache1.3.33 yet...so the build script fails. I guess we will have to wait till mod_ssl releases a proper version for 3.33

choon
10-29-2004, 04:56 PM
That mod_ssl fix should be very easy:
echo "mod_ssl/2.8.21-1.3.33" > pkg.sslmod/libssl.version
Where pkg.sslmod/libssl.version is in the mod_ssl source directory ;)

choon
10-29-2004, 05:56 PM
I have created a shell script to fix the build script at http://choon.net/DirectAdmin/fixcustomapachebuild-1.3.33.txt
Try it at your own risk :)

<EDIT>To fix mod_perl version which to download the source from http://perl.apache.org/dist/mod_perl-1.0-current.tar.gz which is mod_perl 1.29 which the one downloaded from DA site is mod_perl 1.27.</EDIT>

Chrysalis
10-30-2004, 11:29 AM
DA need to respond faster to updates and the old perl is bad as well, they only seem to release updates when pushed to :(

Chrysalis
10-30-2004, 11:36 AM
choon I have modified your script to work with FBSD with your permission I can post for the FreeBSD users.

choon
10-30-2004, 02:15 PM
Sure as long as it helps DA users/admins :)
My guess is the only modification you need to make are the location of directadmin daemon which is /usr/local/etc/rc.d/ ? and maybe changes of wget to fetch if wget is not installed ? :)

Chrysalis
10-30-2004, 02:35 PM
yeah location of the rc.d stuff, I left wget as its already on my boxes but I will change to fetch to make it completely compatible.

http://bollocks.chrysalisnet.org/fixcustomapachebuild-1.3.33

for the freebsd version (this one requires wget)

vandal
10-30-2004, 02:38 PM
modssl 2.8.22 for apache1.3.33 is out.

www.modssl.org

choon
10-30-2004, 03:08 PM
Version updated for my script to support the mod_ssl latest release ;)
Looks like the http://files.directadmin.com/services/customapache/ site is under heavy hits... ???
# sh fixcustomapachebuild-1.3.33.txt
All clean!
--05:09:34-- http://files.directadmin.com/services/customapache/build
=> `/usr/local/directadmin/customapache/build.new'
Resolving files.directadmin.com... done.
Connecting to files.directadmin.com[67.17.16.47]:80... connected.
HTTP request sent, awaiting response...

Chrysalis
10-30-2004, 03:49 PM
FreeBSD version updated and changed to fetch

rhoekman
10-31-2004, 01:42 PM
Though I'm really happy that we users are taking the steps to post update scripts I'm still waiting for DA to make an official announcement that a new version is/was available. This I think should be implemented in the Admin area where normally the new DA versions are announced. Sort of version check of what you are running and what is available for upgrade on the DA servers. I know it is my responsibility to keep my server sane and healthy but a little reassurance would be nice that I'm running tested update scripts. Also a faster response on software that has a security hole in it would be great (for example the phpmyadmin version on the DA servers is still holding this flaw). Don't get me wrong I love DA and I never ran software this stable and with ease (except for FreeBSD that is ;))

Chrysalis
10-31-2004, 01:52 PM
rhoekman I agree, this is why I made the comment about us needing to push directadmin for updates, there will be a lot of people just running ./build update every now and then thinking they are completely up to date, and of course they are not, I found out about the new apache from a cpanel upgrade post on another forum which was days ago now. The only way I can reassure you about this script is that I have ran it ok on 2 FreeBSD 5.2.1 server's and have no ill effect from it, I couldnt test the fetch version at the time tho because directadmin's fileservers were timing out so it was failing at the first part of the script.

rhoekman
10-31-2004, 02:06 PM
Exactly, I have been thinking of posting a message to see if someone could write a plugin for this. This plugin would need maintainers keeping track of new versions released so people receive the updates when they click on retrieve and install. Anyone talented and feeling the need? (move this post if it gets offtopic)

Chrysalis
10-31-2004, 02:07 PM
FreeBSD script fixed (fetch was implemented wrong) apologies.

UltimeWWW
11-01-2004, 08:17 AM
The update is already on their server.

I ran the update fine on one server. Will do the other one today.

Chrysalis
11-01-2004, 04:16 PM
the official directadmin build script is updated for apache, mod-perl and modssl now?

l0rdphi1
11-01-2004, 04:55 PM
Originally posted by Chrysalis
the official directadmin build script is updated for apache, mod-perl and modssl now?
Yes, it is.

Phi1.