[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] openssl upgrade
- Subject: Re: [cobalt-developers] openssl upgrade
- From: "Sherwin T. Ang" <sherwin@xxxxxxxxxx>
- Date: Tue Sep 17 03:10:01 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
I followed this guide and it worked for me, I also confirm this thru
www.netcraft.com but what I've experienced on my 2 Raq 3 is that after
updating and restarting the webserver, I can't get thru the adminpage
anymore, I checked ps ax i can see httpd defunct messages. Well anyway,
rebooting the system fixed the problem.
My personal thanks to Gerald Waugh for sharing this guide.
Respectfully yours,
Sherwin T. Ang
Systems Administrator
Internet Manila
http://www.i-manila.com.ph
Tridel Technologies Inc.
7F Hanston Building Emerald Avenue
Ortigas Center Pasig City 1605
Metro Manila Philippines
(632) 634.5140 Local 1024
----- Original Message -----
From: "paulos" <paulos@xxxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Tuesday, September 17, 2002 3:15 PM
Subject: Re: [cobalt-developers] openssl upgrade
> anybody tried this on a Raq3 yet?
>
>
> ---------- Original Message -----------
> From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
> To: cobalt-security <cobalt-security@xxxxxxxxxxxxxxx>
> Sent: Mon, 16 Sep 2002 12:15:40 -0400 (EDT)
> Subject: [cobalt-developers] openssl upgrade
>
> > ================ No guarantees, and no warranties ==========
> > ====== informational only ======
> > === if you try it please post results ===
> >
> > 1) ssh to server
> > 2) su -
> > 3) cd /usr/local/src
> > 4) wget http://www.openssl.org/source/openssl-engine-0.9.6g.tar.gz
> > 5) tar -zxvf openssl-engine-0.9.6g.tar.gz
> > 6) rm openssl-engine-0.9.6g.tar.gz
> > 7) cd openssl-engine-0.9.6g
> > 8) ./configure
> > 9) make
> > 10) make install (puts ssl in /usr/local/ssl, won't hurt)
> > 11) wget http://www.apache.org/dist/httpd/old/apache_1.3.20.tar.gz
> > I did not use this one, but it should work
> > if not holler!
> > 12) tar -zxvf apache_1.3.20.tar.gz
> > 13) rm apache_1.3.20.tar.gz
> >
> > 14) wget http://www.modssl.org/source/mod_ssl-2.8.4-1.3.20.tar.gz
> > 15) tar -zxvf mod_ssl-2.8.4-1.3.20.tar.gz
> > 16) rm mod_ssl-2.8.4-1.3.20.tar.gz
> >
> > 17) cd mod_ssl-2.8.4-1.3.20
> > 18) ./configure --with-apache=../apache_1.3.20/ \
> > --with-apxs=/usr/sbin/apxs \
> > --with-ssl=../openssl-engine-0.9.6g
> >
> > 19) cp /etc/httpd/modules/libssl.so /etc/httpd/modules/libssl.so.save
> > 20) cp pkg.sslmod/libssl.so /etc/httpd/modules/
> > 21) /etc/rc.d/init.d reload
> > httpd may need restart, but try reload
> >
> > Gerald
> > --
> > http://frontstreetnetworks.com | http://raqware.com
> > 229 Front Street, Ste. C, New Haven, CT. 06513-3203
> > Phone: +1 203-785-0699
> >
> > _______________________________________________
> > cobalt-developers mailing list
> > cobalt-developers@xxxxxxxxxxxxxxx
> > http://list.cobalt.com/mailman/listinfo/cobalt-developers
> ------- End of Original Message -------
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers