05 2012 档案

摘要:首先建立一个bat文件。内容如下:D:\Perl\bin\perl.exe E:\AWStats\wwwroot\cgi-bin\awstats.pl -update config=xxx并保存。开始->附件->系统工具->任务计划程序.任务计划程序->右键->"创建一个任务"或者"创建一个基本任务"然后配置相关属性即可. 阅读全文
posted @ 2012-05-22 16:41 stefans23 阅读(228) 评论(2) 推荐(0)
摘要:server{ listen 86; server_name localhost; charset utf-8; access_log logs/access_1.log main; location / { proxy_pass http://192.168.0.100:8118/; proxy_set_header X-Real-IP $remote_addr; } } server{ listen 86; server_name 192.168.0.201; charset utf-8;access_log logs/access_2.lo... 阅读全文
posted @ 2012-05-22 16:37 stefans23 阅读(192) 评论(0) 推荐(0)