摘要:
rsync remote shell 增量方式同步数据rsync同步文件有两种方式,一种是daemon的方式(rsync daemon)另一种方式是通过远程shell方式(rsync remote shell)。两种方式的区别daemon方式,这种方式通过TCP方式连接远程rsync daemon,... 阅读全文
摘要:
在httpd.conf文件中,有如下配置(注:舍去httpd.conf文件的注释内容)Listen 80ServerName localhost AllowOverride none Require all deniedDocumentRoot "E:" Options Index... 阅读全文