月归档:2014年01月

bind rndc

rndc -h       //查看rndc命令帮助
rndc: illegal option -- h
Usage: rndc [-c config] [-s server] [-p port]
[-k key-file ] [-y key] [-V] command

command is one of the following:

reload        Reload configuration file and zones.
reload zone [class [v...
继续阅读

发表在 technologys | 标签为 | bind rndc已关闭评论

nginx install

./configure --prefix=/usr/local/nginx \
--user=apache \
--group=apache \
--with-http_ssl_module \
--with-http_gzip_static_module;

继续阅读

发表在 web server | 标签为 | nginx install已关闭评论