添加留言
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]
               

 
leo
2009-10-8 10:04
张宴老师,我最近学做varnish。 以前是用windows来做的SQUID。因为不稳定也不安全,所以才想学习这个的。

我学习了LINUX一个礼拜时间多。看视频学习的。

对于老师写的“使用Varnish代替Squid做网站缓存加速器的详细解决方案[原创] ”http://blog.s135.com/post/313/

反复看了又看。

现在操作一切就绪了。。可是还是访问不了我主机上的网站。

现在有2个问题想问老师。

第一个是VCL.CONF的。 加入我的主机IP为38.1.100.32,主机绑定IIS的域名是test.s135.com 那我VCL.CONF里是这样写吗?
我主机绑定IIS的网站主机头写test.s135.com,绑定端口写80这样对吗??

backend myblogserver {
       set backend.host = "38.1.100.32";
       set backend.port = "80";
}

  if (req.http.host ~ "test.s135.cn") {
               set req.backend = myblogserver;
               if (req.request != "GET" && req.request != "HEAD") {
                       pipe;
               }
               else {
                       lookup;
               }
       }
       else {
               error 404 "Zhang Yan Cache Server";
               lookup;
       }
leo Email
2009-10-2 11:14
你音乐专辑里有首《江湖》,在哪里搜的,我搜了好久,没有找到,不好意思,能否告知一下,谢谢
张宴 回复于 2009-10-3 07:53
你搜索“剑网3  江湖“即可。
博客
2009-9-29 17:48
今天在华军下的  解压缩后提示 shell文件夹里的 vi.exe 是病毒

2009-9-29 17:40:41  SYSTEM  1332  Sign of "Win32:Dialer-gen [Trj]" has been found in "D:\web-www\APM\APMServ5.2.6\shell\vi.exe" file.  
2009-9-29 17:42:01  SYSTEM  1332  Sign of "Win32:Dialer-gen [Trj]" has been found in "D:\web-www\APM\shell\vi.exe" file.
张宴 回复于 2009-9-30 06:26
属于某些杀毒软件的误报。以下是各杀毒软件的检测结果,卡巴斯基、金山毒霸、瑞星、江民、ClamAV、DrWeb、NOD32检测都没有病毒。

http://www.virustotal.com/zh-cn/

a-squared 4.5.0.24 2009.08.27 Virus.Win32.IRCBot.BSX!IK
AhnLab-V3 5.0.0.2 2009.08.26 -
AntiVir 7.9.1.7 2009.08.26 DIAL/315810.A
Antiy-AVL 2.0.3.7 2009.08.24 -
Authentium 5.1.2.4 2009.08.27 W32/Heuristic-210!Eldorado
Avast 4.8.1335.0 2009.08.26 Win32:Dialer-gen
AVG 8.5.0.406 2009.08.26 Dialer.JXI
BitDefender 7.2 2009.08.27 Dialer.Generic.41164
CAT-QuickHeal 10.00 2009.08.25 Trojan.Agent.IRC
ClamAV 0.94.1 2009.08.26 -
Comodo 2100 2009.08.27 UnclassifiedMalware
DrWeb 5.0.0.12182 2009.08.27 -
eSafe 7.0.17.0 2009.08.26 -
eTrust-Vet 31.6.6703 2009.08.26 -
F-Prot 4.5.1.85 2009.08.26 W32/Heuristic-210!Eldorado
F-Secure 8.0.14470.0 2009.08.27 -
Fortinet 3.120.0.0 2009.08.27 -
GData 19 2009.08.27 Dialer.Generic.41164
Ikarus T3.1.1.68.0 2009.08.27 Virus.Win32.IRCBot.BSX
Jiangmin 11.0.800 2009.08.26 -
K7AntiVirus 7.10.828 2009.08.26 -
Kaspersky 7.0.0.125 2009.08.27 -
McAfee 5721 2009.08.26 potentially unwanted program Generic PUP
McAfee+Artemis 5721 2009.08.26 potentially unwanted program Generic PUP
McAfee-GW-Edition 6.8.5 2009.08.26 Dialer.315810.A
Microsoft 1.4903 2009.08.27 -
NOD32 4371 2009.08.26 -
Norman  2009.08.26 Dialer.dam
nProtect 2009.1.8.0 2009.08.26 -
Panda 10.0.2.2 2009.08.26 Suspicious file
PCTools 4.4.2.0 2009.08.26 -
Prevx 3.0 2009.08.27 High Risk Worm
Rising 21.44.11.00 2009.08.25 -
Sophos 4.44.0 2009.08.27 Mal/Generic-A
Sunbelt 3.2.1858.2 2009.08.26 -
Symantec 1.4.4.12 2009.08.27 Dialer.Generic
TheHacker 6.3.4.3.388 2009.08.25 -
TrendMicro 8.950.0.1094 2009.08.26 -
VBA32 3.12.10.10 2009.08.26 -
ViRobot 2009.8.26.1903 2009.08.26 -
VirusBuster 4.6.5.0 2009.08.26 -
xx
2009-9-29 16:15
博主,請問您的blog是用什麽源代碼做的?我也想做一個。就是找不到好的源碼。煩請博主明示。
Sunlick's Blog
2009-9-29 14:38
Sunlick's Blog
http://www.wunengwu.com

我的博客地址已转向http://www.wunengwu.com
有空麻烦改一下,呵呵。
叶子
2009-9-29 13:45
求助:nginx.conf里限制某IP段访问某域名的写法

要求是只允许10.11.0.0 - 10.15.255.255 IP段能访问,nginx.conf里应该怎么写?

也就是:
location ^~ / {
    allow   ?????
    deny    all;
}

这里打?????处应该怎么写?

请高手回答,谢谢回答的兄弟姐妹们啦!
sinoylm Email Homepage
2009-9-28 22:23
YH6000 Data Processor for Auto Odometer and Audio

YH6000 (the Data Processor for Automobile Odometer and Audio) is an updated product based on YH3000A, a very popular set among his increasing users. After updated, large scale vehicles extended and more powerful functions it has. It's mainly used for instrument clusters adjusting and audio decoding and also for memory programming. It can work independently or work with computer at options. Updating through Internet, instruction guiding, automatically reading and adjusting no need to calculations and fully supports latest vehicles.car kit |Greebid whoesaler。

More products lead: BMW INPA car key programmer gm tech 2 galletto 1260 MB carsoft 7.4
求助啊啊
2009-9-26 14:02
老大,你好啊!你的那个APMserv中asp怎么用,和php一样吗?
learnlife Email
2009-9-25 13:35
张sir你好,关于APMServ我有个小问题。
为什么有的时候,APMServ的菜单栏会部分变成黑色呢?啥原因?
我在XP平台下使用的,发现经常会出现这个问题,这算小bug吗?


点击在新窗口中浏览此图片
http://www.360jt.com/apmserv.bmp
love
pjjun Email
2009-9-25 10:48
张大哥,你好,请教问题?
我以前是dvbbs的用的是iis服务器,现在改成了nignx服务器,为了搜索引挚能够找到我以前的贴子,这个怎么做,怎么rewrite规则,也许我表达不清楚,请解谅!
谢谢cry
分页: 3005/3068 第一页 上页 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 下页 最后页