Configuring Apache + SSL service for Solaris 10 
Enabling SSL service on Apache2

# svccfg

svc:> select apache2

svc:/network/http:apache2> listprop httpd/ssl

httpd/ssl boolean false

svc:/network/http:apache2> setprop httpd/ssl=true

svc:/network/http:apache2> exit

# svcadm disable apache2

# svcadm refresh apache2

# svcprop -p httpd/ssl svc:/network/http:apache2

true

# svcadm enable apache2



[ 發表回應 ] ( 34預覽 )   |  常註連結  |   ( 3 / 1729 )
Apache 1.3.xx 增加SSL安全保護 
原文:http://fanqiang.chinaunix.net/a3/b3/20020220/07150097_b.html
原文內容經過修定。

SSL = Secure Sockets Layer

建立在Socket層的安全協議,它屏蔽了高層協議如telnet、ftp、http的區別,把安全建立在了傳輸之上。

所需資源

Apache 1.3.xx
openssl 0.9.6
mod_ssl 2.8.0
More...

[ 發表回應 ] ( 24預覽 )   |  常註連結  |   ( 3 / 1575 )

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |