<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VPS评测网 &#187; 服务器环境搭建</title>
	<atom:link href="http://www.vpspc.com/category/build/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vpspc.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Nov 2011 02:27:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>如何选择VPS服务器？</title>
		<link>http://www.vpspc.com/%e5%a6%82%e4%bd%95%e9%80%89%e6%8b%a9vps%e6%9c%8d%e5%8a%a1%e5%99%a8%ef%bc%9f.html</link>
		<comments>http://www.vpspc.com/%e5%a6%82%e4%bd%95%e9%80%89%e6%8b%a9vps%e6%9c%8d%e5%8a%a1%e5%99%a8%ef%bc%9f.html#comments</comments>
		<pubDate>Fri, 06 Aug 2010 13:08:47 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[服务器环境搭建]]></category>

		<guid isPermaLink="false">http://www.vpspc.com/?p=166</guid>
		<description><![CDATA[因为每年两会的原因，今年很多未做登记的国内网站被迫停站，也催生了很多网络”移民”，开始移到国外的主机上。除了虚拟主机，多数稍有访问量网站选 择了VPS。国外VPS比国内成熟，但是在选择上除了价格有很多需要考虑的因素，我用的Linux VPS也有一段时间了，因此谈谈自己的体会: 1. Managed VPS V.S. Unmanaged VPS. Managed VPS说白了就是有网管帮助你管理服务器，对于绝大多数用户以及程序员，如果你想把精力集中在网站本身，建议你选择managed VPS，可以省却很多麻烦。Unmanaged VPS的好处是价格低，如果你是系统管理员，或者想省钱，那么unmanaged会比较合适一点。 2. 使用的VPS种类，用了这么长时间VPS，其实对他们用的什么软件没有仔细研究，这几天做了点research，说明如下，供大家参考： VMWare ESX: 性能一般，但是可以在windows上运行linux和windows的主机 Parallels公司旗下收费版的VIRTUOZZO和免费版的OpenVZ Xen 或者收费版的Xen Enterpress 以上三款是以Linux为主的虚拟容器技术，占有市场份额较大，其中VMWare和Xen为完整模拟，就是相当于你完全控制服务器，要模拟额外内存 更困难一些。 Virtuozzo的磁盘和内存读写性能稍好些，主要的缺点是底层网络操作不能进行完全控制，另外一个缺点是主机托管商可以比较容易模拟很多内存出来，因 此要小心黑心运营商的注水猪肉。具体性能评测请见这篇http://www.51testing.com/html/36/n-14236.html 微软Windows Server 2008 x64版上的Hyper V，这个是windows VPS的主要软件，功能和VMWare和Xen类似。 很多VPS供应商提供测试账号，你可以要一个测试账号，用第三方服务测试网速。查看硬件cat /proc/cpuinfo 需要注意的是Xen无法区分多核多CPU或者超线程处理器，因此看到的永远是单个单核服务器 3. 稳定行和服务响应时间，买托管我觉得至少有1/3的价格应该花在买服务上。如果网站坏了也没人管，我想你是一定不愿意看到的。 4. 对于比较大的博客，国外的VPS服务商一般带宽足够使用了。如果你使用国内的网站，可能需要考虑一下流量和带宽的限制。]]></description>
		<wfw:commentRss>http://www.vpspc.com/%e5%a6%82%e4%bd%95%e9%80%89%e6%8b%a9vps%e6%9c%8d%e5%8a%a1%e5%99%a8%ef%bc%9f.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx無縫、平滑升級</title>
		<link>http://www.vpspc.com/nginx%e7%84%a1%e7%b8%ab%e3%80%81%e5%b9%b3%e6%bb%91%e5%8d%87%e7%b4%9a.html</link>
		<comments>http://www.vpspc.com/nginx%e7%84%a1%e7%b8%ab%e3%80%81%e5%b9%b3%e6%bb%91%e5%8d%87%e7%b4%9a.html#comments</comments>
		<pubDate>Tue, 25 May 2010 07:15:29 +0000</pubDate>
		<dc:creator>VPS评测网</dc:creator>
				<category><![CDATA[服务器环境搭建]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.vpspc.com/?p=64</guid>
		<description><![CDATA[wget http://sysoev.ru/nginx/nginx-0.8.7.tar.gz tar zxvf nginx-0.8.7.tar.gz cd nginx-0.8.7/ ./configure make cd ../ 搬動、變更舊的nginx檔，變成nginx.old ( 注意路徑，你的和我的不一定相同，改成你自己的路徑 ） mv /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.old 複製新產生的 Nginx 到 sbin 文件夾下 ( 注意路徑，你的和我的不一定相同，改成你自己的路徑 ） cp /lnmp/nginx-0.8.7/objs/nginx /usr/local/nginx/sbin/nginx 輸入下方命令，確認有沒有錯誤訊息 /usr/local/nginx/sbin/nginx -t 如果有錯誤訊息請 vi /usr/local/nginx/conf/nginx.conf 針對錯誤的地方修改 nginx.conf 沒有錯誤訊息時，接著查詢你自己的pid 輸入以下命令 ps -ef &#124; grep &#8220;nginx: master process&#8221; &#124; grep -v &#8220;grep&#8221; &#124; awk -F &#8216; &#8216; [...]]]></description>
		<wfw:commentRss>http://www.vpspc.com/nginx%e7%84%a1%e7%b8%ab%e3%80%81%e5%b9%b3%e6%bb%91%e5%8d%87%e7%b4%9a.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

