<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cherokee Quickstart</title>
	<atom:link href="http://unixwars.com/2008/08/07/cherokee-quickstart/feed/" rel="self" type="application/rss+xml" />
	<link>http://unixwars.com/2008/08/07/cherokee-quickstart/</link>
	<description>Taher Shihadeh's ragbag</description>
	<lastBuildDate>Fri, 13 Aug 2010 11:07:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Taher Shihadeh</title>
		<link>http://unixwars.com/2008/08/07/cherokee-quickstart/comment-page-1/#comment-1467</link>
		<dc:creator>Taher Shihadeh</dc:creator>
		<pubDate>Sun, 18 Oct 2009 16:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/?p=120#comment-1467</guid>
		<description>@Lee: 0.11.6 is quite old now. We&#039;re currently on 0.99.24, which is still not ready for Windows. On Linux it runs awfully well ;)
I recommend you come by our mailing list, where we&#039;ll be able to assist you properly and you might find solutions to your problem that were posted in the past: http://lists.octality.com/listinfo/cherokee</description>
		<content:encoded><![CDATA[<p>@Lee: 0.11.6 is quite old now. We&#8217;re currently on 0.99.24, which is still not ready for Windows. On Linux it runs awfully well ;)<br />
I recommend you come by our mailing list, where we&#8217;ll be able to assist you properly and you might find solutions to your problem that were posted in the past: <a href="http://lists.octality.com/listinfo/cherokee" rel="nofollow">http://lists.octality.com/listinfo/cherokee</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://unixwars.com/2008/08/07/cherokee-quickstart/comment-page-1/#comment-1465</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 17 Oct 2009 19:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/?p=120#comment-1465</guid>
		<description>Try as I may, I can not get a Virtual Server running.

I am using 0.11.6

Ubuntu 9.04 Jaunty

Your instructions here are for windows but I am running ubuntu and I can not for the life of me find the host file to edit 

Can you assist in almost non geek language?</description>
		<content:encoded><![CDATA[<p>Try as I may, I can not get a Virtual Server running.</p>
<p>I am using 0.11.6</p>
<p>Ubuntu 9.04 Jaunty</p>
<p>Your instructions here are for windows but I am running ubuntu and I can not for the life of me find the host file to edit </p>
<p>Can you assist in almost non geek language?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taher Shihadeh</title>
		<link>http://unixwars.com/2008/08/07/cherokee-quickstart/comment-page-1/#comment-254</link>
		<dc:creator>Taher Shihadeh</dc:creator>
		<pubDate>Mon, 01 Sep 2008 08:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/?p=120#comment-254</guid>
		<description>Something had to go deffinitely wrong during the installation. Note that you should only do &quot;configure&quot; once (or else only the last time will count), like this for instance:

&quot;./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www&quot;

Anyway, could you joing the mailing list and report your error there? I&#039;m sure we&#039;ll get you up and running in no time ;) The URL is: http://lists.cherokee-project.com/listinfo/cherokee</description>
		<content:encoded><![CDATA[<p>Something had to go deffinitely wrong during the installation. Note that you should only do &#8220;configure&#8221; once (or else only the last time will count), like this for instance:</p>
<p>&#8220;./configure &#8211;localstatedir=/var &#8211;prefix=/usr &#8211;sysconfdir=/etc &#8211;with-wwwroot=/var/www&#8221;</p>
<p>Anyway, could you joing the mailing list and report your error there? I&#8217;m sure we&#8217;ll get you up and running in no time ;) The URL is: <a href="http://lists.cherokee-project.com/listinfo/cherokee" rel="nofollow">http://lists.cherokee-project.com/listinfo/cherokee</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samira</title>
		<link>http://unixwars.com/2008/08/07/cherokee-quickstart/comment-page-1/#comment-253</link>
		<dc:creator>Samira</dc:creator>
		<pubDate>Mon, 01 Sep 2008 05:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/?p=120#comment-253</guid>
		<description>pardon to ask as much 
but not yet works cherokee-admin to me. 
Istart  to unload with this line: 

root@Kame-House:~# wget http://www.cherokee-project.com/cherokee-last-tarball -O -&#124; tar zxvf -


later I did what in the page tells: 

Configure the package for your system:

./configure --localstatedir=/var
./configure --prefix=/usr
./configure --sysconfdir=/etc
./configure --with-wwwroot=/var/www

Compile the package:
make

Install the programs and any data files:

make install



all works very well, until, I wrote:

root@Kame-House:~# cherokee-admin
cherokee-admin: symbol lookup error: cherokee-admin: undefined symbol: cherokee_init


I think could works in this way:

root@Kame-House:~# sudo cherokee-admin
cherokee-admin: symbol lookup error: cherokee-admin: undefined symbol: cherokee_init

but it didn&#039;t do it.</description>
		<content:encoded><![CDATA[<p>pardon to ask as much<br />
but not yet works cherokee-admin to me.<br />
Istart  to unload with this line: </p>
<p>root@Kame-House:~# wget <a href="http://www.cherokee-project.com/cherokee-last-tarball" rel="nofollow">http://www.cherokee-project.com/cherokee-last-tarball</a> -O -| tar zxvf -</p>
<p>later I did what in the page tells: </p>
<p>Configure the package for your system:</p>
<p>./configure &#8211;localstatedir=/var<br />
./configure &#8211;prefix=/usr<br />
./configure &#8211;sysconfdir=/etc<br />
./configure &#8211;with-wwwroot=/var/www</p>
<p>Compile the package:<br />
make</p>
<p>Install the programs and any data files:</p>
<p>make install</p>
<p>all works very well, until, I wrote:</p>
<p>root@Kame-House:~# cherokee-admin<br />
cherokee-admin: symbol lookup error: cherokee-admin: undefined symbol: cherokee_init</p>
<p>I think could works in this way:</p>
<p>root@Kame-House:~# sudo cherokee-admin<br />
cherokee-admin: symbol lookup error: cherokee-admin: undefined symbol: cherokee_init</p>
<p>but it didn&#8217;t do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samira</title>
		<link>http://unixwars.com/2008/08/07/cherokee-quickstart/comment-page-1/#comment-252</link>
		<dc:creator>Samira</dc:creator>
		<pubDate>Mon, 01 Sep 2008 04:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/?p=120#comment-252</guid>
		<description>thank you very much, 
I install cherokee of the repositorios, because in the page tells that was better.

and thank you for answer me. aiozzzzz

bye</description>
		<content:encoded><![CDATA[<p>thank you very much,<br />
I install cherokee of the repositorios, because in the page tells that was better.</p>
<p>and thank you for answer me. aiozzzzz</p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taher Shihadeh</title>
		<link>http://unixwars.com/2008/08/07/cherokee-quickstart/comment-page-1/#comment-245</link>
		<dc:creator>Taher Shihadeh</dc:creator>
		<pubDate>Sun, 31 Aug 2008 11:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/?p=120#comment-245</guid>
		<description>Hi Samira. Don&#039;t worry about the language. Actually Spanish is my mother language ;)

Cherokee-Admin didn&#039;t exist until Cherokee 0.6. The release currently packaged in Debian (etch) and Ubuntu (Hardy) predates that. Debian Lenny and Sid, and Ubuntu 8.10 already include Cherokee 0.7.2.

However I would strongly recommend to use our latest release (currently 0.8.1, and 0.9 in development) since it is much much better. The best release ever by far! :)

By the way, I posted this before releasing 0.8. Since then we have upgraded the documentation available online, and these  contents plus screenshots are officially here: http://www.cherokee-project.com/doc/config_quickstart.html</description>
		<content:encoded><![CDATA[<p>Hi Samira. Don&#8217;t worry about the language. Actually Spanish is my mother language ;)</p>
<p>Cherokee-Admin didn&#8217;t exist until Cherokee 0.6. The release currently packaged in Debian (etch) and Ubuntu (Hardy) predates that. Debian Lenny and Sid, and Ubuntu 8.10 already include Cherokee 0.7.2.</p>
<p>However I would strongly recommend to use our latest release (currently 0.8.1, and 0.9 in development) since it is much much better. The best release ever by far! :)</p>
<p>By the way, I posted this before releasing 0.8. Since then we have upgraded the documentation available online, and these  contents plus screenshots are officially here: <a href="http://www.cherokee-project.com/doc/config_quickstart.html" rel="nofollow">http://www.cherokee-project.com/doc/config_quickstart.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samira</title>
		<link>http://unixwars.com/2008/08/07/cherokee-quickstart/comment-page-1/#comment-242</link>
		<dc:creator>Samira</dc:creator>
		<pubDate>Sun, 31 Aug 2008 03:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/?p=120#comment-242</guid>
		<description>mmmm sorry, I&#039;m stupid, because I write in the shell with the traslation tool activated.

then I writed this:
root@Kame-House:~# cherokee-admin
bash: cherokee-admin: orden no encontrada

well, I install the other packages that I find in synaptic tool.

but nothing happens.</description>
		<content:encoded><![CDATA[<p>mmmm sorry, I&#8217;m stupid, because I write in the shell with the traslation tool activated.</p>
<p>then I writed this:<br />
root@Kame-House:~# cherokee-admin<br />
bash: cherokee-admin: orden no encontrada</p>
<p>well, I install the other packages that I find in synaptic tool.</p>
<p>but nothing happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samira</title>
		<link>http://unixwars.com/2008/08/07/cherokee-quickstart/comment-page-1/#comment-241</link>
		<dc:creator>Samira</dc:creator>
		<pubDate>Sun, 31 Aug 2008 03:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/?p=120#comment-241</guid>
		<description>I use ubuntu. there is a problem with the line that works abrir cherokee-admin. and either I am doing if it well.

look

root@Kame-House:~# Cherokee-admin Cherokee Web Server 0.8.0 (Agosto 6 2008): Escuchar en el puerto 9090, TLS discapacitados, minusválidos IPv6, usando epoll, 1024 FDS sistema de límite máximo. 507 connections, single thread, 1016 fds Server 0.8.0 running.. 507 conexiones, de un solo hilo, FDS 1016 Server 0.8.0 corriendo .. PID=19611 PID = 19611
bash: error de sintaxis cerca de token no esperado `(&#039;


and pardon by my English. I am Mexican.

this is the only place that has useful information.
thanks</description>
		<content:encoded><![CDATA[<p>I use ubuntu. there is a problem with the line that works abrir cherokee-admin. and either I am doing if it well.</p>
<p>look</p>
<p>root@Kame-House:~# Cherokee-admin Cherokee Web Server 0.8.0 (Agosto 6 2008): Escuchar en el puerto 9090, TLS discapacitados, minusválidos IPv6, usando epoll, 1024 FDS sistema de límite máximo. 507 connections, single thread, 1016 fds Server 0.8.0 running.. 507 conexiones, de un solo hilo, FDS 1016 Server 0.8.0 corriendo .. PID=19611 PID = 19611<br />
bash: error de sintaxis cerca de token no esperado `(&#8216;</p>
<p>and pardon by my English. I am Mexican.</p>
<p>this is the only place that has useful information.<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
