服务器

消息队列4大主要用途

消息队列是开发中经常使用到的技术,主要介绍下它的主要用途:异步处理注册的时候,发送邮件,发送短信,可以异步处理,发送短信,发送邮件放到队列里里面执行,加快处理速度.代码解耦    &n...

Apache FastCGI加载PHP伪静态设置的注意事项

默认的  RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]规则在apache fastcgi模式下会导致No input file specified.修改成    RewriteRule ^(.*)$ index.php&n...

apache配置虚拟目录

Running several name-based web sites on a single IP address.Your server has a single IP address, and multiple aliases (CNAMES) point to this machine in DNS. You want to run a web server for ww...

iis Service Unavailable

如果  Microsoft Internet 信息服务 (IIS) 6.0 中没有正确地配置用于虚拟服务器的应用程序池,就可能会发生此问题。此问题可能会在存在下列一种或多种情况时发生: •应用程序池没有运行。 •应用程序池...