<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[运维进行时]]></title> 
<link>https://blog.liuts.com/index.php</link> 
<description><![CDATA[互联网运维与架构]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[运维进行时]]></copyright>
<item>
<link>https://blog.liuts.com/post//</link>
<title><![CDATA[Cherokee安装文档[原创]]]></title> 
<author>root &lt;admin@yourname.com&gt;</author>
<category><![CDATA[Apache]]></category>
<pubDate>Thu, 22 May 2008 13:52:32 +0000</pubDate> 
<guid>https://blog.liuts.com/post//</guid> 
<description>
<![CDATA[ 
	听说Cherokee跟Cherokee车一样快，今天开来练练:)<br/><strong>一、安装</strong><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/>mkdir install && cd install<br/>wget http://www.cherokee-project.com/download/0.11/0.11.6/cherokee-0.11.6.tar.gz<br/>tar -zxvf cherokee-0.11.6.tar.gz<br/>cd cherokee-0.11.6<br/>./configure --prefix=/usr/local/cherokee<br/>make<br/>make install<br/></div></div><br/><strong>二、运行</strong><br/>运行管理界面<br/>/usr/local/cherokee/sbin/cherokee-admin -b 192.168.100.10 -p 8080 -C /usr/local/cherokee/etc/cherokee/cherokee.conf<br/>Login:<br/>User: admin<br/>One-time Password: jnA5sivyp9Fk1xQ1<br/>Cherokee Web Server 0.11.6 (Jan 15 2009): Listening on port 8080, TLS disabled,<br/>IPv6 disabled, using epoll, 20480 fds system limit, max. 10233<br/>connections, single thread<br/><br/>说明：<br/>1、-b 192.168.100.10:邦定该IP，只允许从该IP访问管理平台。<br/>2、-p 8080:管理端口<br/>3、-C /usr/local...:配制文件<br/>4、密码是一次性的<br/><br/>启动管理平台支持，是python写的。不然会报：503 Service Unavailable<br/>/usr/local/cherokee/share/cherokee/admin/server.py 4000 /usr/local/cherokee/etc/cherokee/cherokee.conf<br/><br/><strong>三、配制</strong><br/>http://192.168.100.2:8080/<br/>管理界面出来了,如图：<br/><a href="http://www.cherokee-project.com/doc/media/images/admin_index.png" target="_blank"><img src="http://www.cherokee-project.com/doc/media/images/admin_index.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0" align="left"/></a><br/>1、Status<br/>显示cherokee服务的基本信息。<br/>2、General<br/>普通设置，包括端口、用户、组、超时等。<br/>3、Virtual Servers<br/>虚拟主机的配置，包括主机克隆、域名、主目录、主机路由、站点编码、gzip压缩、过期、验证等等。<br/>注：如只有一个虚拟主机时，必须设置Virtual Server nickname为'default'<br/>4、Information Sources<br/>消息源，方便多主机配置用。<br/>5、Icons<br/>主机图标管理<br/>6、MIME types<br/>配制主机支持的MIME头支持。<br/>7、Advanced<br/>高级配置，包括最大连接数、线程数、IO缓存等。<br/>Tags - <a href="https://blog.liuts.com/tags/cherokee/" rel="tag">cherokee</a>
]]>
</description>
</item><item>
<link>https://blog.liuts.com/post//#blogcomment</link>
<title><![CDATA[[评论] Cherokee安装文档[原创]]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.liuts.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>