[合併]LINUX相關教學

Home Home
引用 | 編輯 andyz
2005-03-07 15:34
樓主
推文 x0
================================================
標題:apache+mod ssl 啟動時不用輸入密碼
作者:aa
日期:2003-11-11 12:00

apache+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了....

獻花 x0