mod_ssl security update

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 and all seems well.
 
Hello,

The guide is a generic one for updating everything.

You can likely just run:
Code:
./build clean
./build update
./build apache_mod_ssl
Also 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
 
error

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

???
 
solved

Solved,

the path for SourceGuardian ixed was wrong in php.ini
 
Back
Top