06 2011 档案
多IP配置IIS7和Apache共享80端口
摘要:1) Added or make sure your machine has two ip's2) Open a command prompt3) Type netsh4) Type http5) Type sho iplisten. It should be blank6) Type add iplisten ipaddress=192.168.0.90You should get IP add... 阅读全文
posted @ 2011-06-25 12:58 Drupal 阅读(631) 评论(0) 推荐(0)
Amazon EC2 的三种计费方式
摘要:On-Demond instance提供以Gb/小时为颗粒度的计费单位,无须预付费,也无需承诺试用时长,并可以通过Auto Scaling功能自动增删所租用的虚拟资源,做到了按需支付,我们目前所宣传的也基本上指的是这种模式。 另外一种Reserved Instance收费方式与On-demond instance本质一样,只不过Reserved Instance需要事先承诺合同时长,如一年或... 阅读全文
posted @ 2011-06-04 17:40 Drupal 阅读(1944) 评论(1) 推荐(0)
Drupal安装SMTP模块发邮件
摘要:Drupal 默认是没有安装SMTP模块的,所以如果服务器没有设置发邮件的话,会给注册会员带来很大的麻烦。因此,需要用SMTP来发送Email。SMTP下载地址:http://drupal.org/project/smtp同时要下载phpMailer 下载地址:http://sourceforge.net/projects/phpmailer这里要选择适合自己php的版本,因为我装的是php5,所... 阅读全文
posted @ 2011-06-01 20:13 Drupal 阅读(579) 评论(0) 推荐(0)
IIS6和IIS7下启用Drupal的Clean URL
摘要:IIS6需要下载第三方的ISAPI RewriteISAPI Rewrite有两个版本,ISAPI_Rewrite 3 Full installatio和ISAPI_Rewrite 3 Lite installation。ISAPI_Rewrite 3 Lite installation 是免费的,用这个就可以了,http://www.helicontech.com/download-isapi_... 阅读全文
posted @ 2011-06-01 20:04 Drupal 阅读(813) 评论(0) 推荐(0)