[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] (no subject)
- Subject: RE: [cobalt-users] (no subject)
- From: "Leigh Jamgochian" <leigh@xxxxxxxxxxx>
- Date: Mon Sep 16 11:38:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
A few problems.
mod_ssl has been moved...
14) wget ftp://ftp.modssl.org/source/OBSOLETE/mod_ssl-2.8.4-1.3.20.tar.gz
after 18 and 19 also you need
18b) make
But it WORKED on my Raq550.
My report from netcraft.com is
Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6g
PHP/4.2.3 FrontPage/5.0.2.2510 mod_perl/1.26 on Linux.
THANKS for the info!
Leigh
http://www.fpworld.com
http://www.trentonone.com
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Gerald Waugh
> Sent: Monday, September 16, 2002 12:12 PM
> To: cobalt-users
> Subject: [cobalt-users] (no subject)
>
>
>
> ================ 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-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>