PDA

View Full Version : mod_ssl security update


Chrysalis
09-05-2005, 11:01 AM
mod_ssl new version due to security hole.

update as following.

cd /usr/local/directadmin/customapache
wget http://www.modssl.org/source/mod_ssl-2.8.24-1.3.33.tar.gz
nano build
set MODSSL_VER=2.8.24
./build apache_mod_ssl
restart apache - /usr/local/etc/rc.d/httpd restart (freebsd)

details can be read here.
http://secunia.com/advisories/16700/

DirectAdmin Support
09-05-2005, 05:17 PM
Hello,

Thanks. Added to the build system.
http://help.directadmin.com/item.php?id=26

John

Tauvo
09-06-2005, 10:08 AM
When doing the update you are asked several times "do you want to reinstall (insert name here)". I take it that we should say yes?

I said yes each and every time that it asked me and so far everything looks good.

*************************************
* *
* All parts have been installed *
* *
*************************************

Type: /sbin/service httpd restart
[root@### customapache]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Tue Sep 6 12:04:11 2005] [warn] module perl_module is already loaded, skipping
[ OK ]
[root@### customapache]#

I did exactly as said at the
DirectAdmin Knowledge Base (http://help.directadmin.com/item.php?id=26) and all seems well.

DirectAdmin Support
09-06-2005, 12:00 PM
Hello,

The guide is a generic one for updating everything.

You can likely just run:./build clean
./build update
./build apache_mod_sslAlso note that you can specify a default argument (y/n/d) for answering things automatically. Type "./build" for more info about this at the bottom. When I'm in a rush, I use "./build all n" to skip anything that is already done.

John

Mausie
09-07-2005, 03:53 PM
I,ve upgrade as above, but i get a error on my RH 9.0:

Starting httpd: PHP Warning: Unknown(): Unable to load dynamic library './ixed.4.4.lin' - ./ixed.4.4.lin: cannot open shared object file: No such file or directory in Unknown on line 0

???

Mausie
09-07-2005, 11:17 PM
Solved,

the path for SourceGuardian ixed was wrong in php.ini

micro
09-09-2005, 05:25 PM
what should i do if i am using apache2 ?

micro
09-09-2005, 05:30 PM
oh i can see now that modssl is included in apache2 :)