[合并]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