九月 2010
« 八月    
 1234
567891011
12131415161718
19202122232425
2627282930  

安裝 Net::SSLeay 供 Webmin 使用 https

#wget http://www.cpan.org/authors/id/S/SA/SAMPO/Net_SSLeay.pm-1.25.tar.gz #tar zxvf Net_SSLeay.pm-1.25.tar.gz #cd Net_SSLeay.pm-1.25 #perl Makefile.PL #make install

測試 Net::SSLeay 模組 for Perl#perl -e ‘use Net::SSLeay’ 沒有錯誤訊息,代表 OK 了!

這樣子就可以讓 webmin 使用 SSL 了!