================================================
標題:apache+mod ssl 啟動時不用輸入密碼
作者:
aa日期:
2003-11-11 12:00apache+mod ssl 啟動時不用輸入密碼 
Remove the encryption from the RSA private key (while preserving the original file): 
$ cp server.key server.key.org 
$ openssl rsa -in server.key.org -out server.key 
Make sure the server.key file is now only readable by root: 
$ chmod 400 server.key 
================================================
標題:wu-ftpd怎麼改port
作者:
aa日期:
2002-12-11 13:05※ 引述 (Maybe.......)之銘言: 
> > 那請你在那台電腦上用 ftp 連看看, 會有什麼情況發生? 
> 預設port就會你所改的.......很麻煩~~還要另外指定port~~ 
那這樣做好了.. 
在/etc/services下不要動ftp那一行,多加一個wuftpd,像是: 
wuftpd xxx/TCP 
然後把/etc/inetd.conf裡的ftp改成wuftpd 
這樣就不會影響到預設的port了....