<?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: Howto install Cherokee web server with MySQL, PHP support on Jaunty</title>
	<atom:link href="http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: BernieZ</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-96833</link>
		<dc:creator>BernieZ</dc:creator>
		<pubDate>Mon, 28 Mar 2011 23:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-96833</guid>
		<description>Hi I am having same trouble as Bernie. Virtual server does not seem to work on second hard drive. Any solutions on this would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi I am having same trouble as Bernie. Virtual server does not seem to work on second hard drive. Any solutions on this would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernie</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-58112</link>
		<dc:creator>bernie</dc:creator>
		<pubDate>Fri, 19 Nov 2010 09:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-58112</guid>
		<description>I followed instructions all working great. virtual servers work good if on c-drive. if i put on another hd they dont work. i changed path to /media/name/websitename still does not work. i mounted 2nd hd on boot and made virtual server to folder as well but nothing. virtual server only seems to work (find site) if on c-drive same as cherokee. any ideas please.</description>
		<content:encoded><![CDATA[<p>I followed instructions all working great. virtual servers work good if on c-drive. if i put on another hd they dont work. i changed path to /media/name/websitename still does not work. i mounted 2nd hd on boot and made virtual server to folder as well but nothing. virtual server only seems to work (find site) if on c-drive same as cherokee. any ideas please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pubudu</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-13245</link>
		<dc:creator>Pubudu</dc:creator>
		<pubDate>Mon, 21 Sep 2009 15:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-13245</guid>
		<description>I followed these instructions but, i can&#039;t run php files in my serve, html is working fine but when i point to a directory which have index as a php (index.php) it just shows the file lis.... (Index of /wp/) what should i do to resolve this?</description>
		<content:encoded><![CDATA[<p>I followed these instructions but, i can&#8217;t run php files in my serve, html is working fine but when i point to a directory which have index as a php (index.php) it just shows the file lis&#8230;. (Index of /wp/) what should i do to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sliksoft</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-12438</link>
		<dc:creator>sliksoft</dc:creator>
		<pubDate>Fri, 28 Aug 2009 16:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-12438</guid>
		<description>Hi it&#039;s working now phpmyadmin thanks !!!</description>
		<content:encoded><![CDATA[<p>Hi it&#8217;s working now phpmyadmin thanks !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-12393</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 27 Aug 2009 05:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-12393</guid>
		<description>Try this

The only thing you need to do is make phpMyAdmin accessible by Cherokee and all the script files must have permissions suitable for the user running Cherokee.

Note:- I am assuming you have already installed mysql server

Ubuntu installation

sudo apt-get install php5-cgi php5-mysql phpmyadmin

sudo ln -s /usr/share/phpmyadmin/ /var/www/phpmyadmin

Since Cherokee doesn’t appear in the list of web servers provided by the package installation script, select any of them to proceed with phpMyAdmin’s configuration.

The commands above asume you are running Cherokee as root and that your web server’s document root is /var/www.

If you were to run it as www-data, simply change the script’s owner

sudo chown -R www-data:www-data /usr/share/phpmyadmin

Now point your web browser to http://localhost/phpmyadmin, and use the MySQL user information to access the databases.</description>
		<content:encoded><![CDATA[<p>Try this</p>
<p>The only thing you need to do is make phpMyAdmin accessible by Cherokee and all the script files must have permissions suitable for the user running Cherokee.</p>
<p>Note:- I am assuming you have already installed mysql server</p>
<p>Ubuntu installation</p>
<p>sudo apt-get install php5-cgi php5-mysql phpmyadmin</p>
<p>sudo ln -s /usr/share/phpmyadmin/ /var/www/phpmyadmin</p>
<p>Since Cherokee doesn’t appear in the list of web servers provided by the package installation script, select any of them to proceed with phpMyAdmin’s configuration.</p>
<p>The commands above asume you are running Cherokee as root and that your web server’s document root is /var/www.</p>
<p>If you were to run it as www-data, simply change the script’s owner</p>
<p>sudo chown -R www-data:www-data /usr/share/phpmyadmin</p>
<p>Now point your web browser to <a href="http://localhost/phpmyadmin" rel="nofollow">http://localhost/phpmyadmin</a>, and use the MySQL user information to access the databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sliksoft</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-12386</link>
		<dc:creator>sliksoft</dc:creator>
		<pubDate>Wed, 26 Aug 2009 23:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-12386</guid>
		<description>Well, this looks pretty cool but how to install phpmyadmin on  cherokee whit ubuntu 9.04 any idea ??</description>
		<content:encoded><![CDATA[<p>Well, this looks pretty cool but how to install phpmyadmin on  cherokee whit ubuntu 9.04 any idea ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-11686</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 02 Aug 2009 07:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-11686</guid>
		<description>Most likely Cherokee is unable to start because you are not root. And you want to bind the webserver to a privileged port (80).</description>
		<content:encoded><![CDATA[<p>Most likely Cherokee is unable to start because you are not root. And you want to bind the webserver to a privileged port (80).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-11680</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Sun, 02 Aug 2009 02:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-11680</guid>
		<description>Hi, 
The info is pretty cool but, I am new to ubuntu and for that mater new to web development, I found some issues. I installed ubuntu 9 and installed cherokee from this tutorial. But admin page shows server status as &#039;not running&#039;. when i pressed the launch button it shows an error as 

Could not launch the server

Something happened while launching the server. The error reported by the server follows:

server.c:630: Can&#039;t bind() socket (port=80, UID=0, GID=0)

even though i changed the port setting in General settings as 9090. Please advise.

thanks in advance,
kgv</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The info is pretty cool but, I am new to ubuntu and for that mater new to web development, I found some issues. I installed ubuntu 9 and installed cherokee from this tutorial. But admin page shows server status as &#8216;not running&#8217;. when i pressed the launch button it shows an error as </p>
<p>Could not launch the server</p>
<p>Something happened while launching the server. The error reported by the server follows:</p>
<p>server.c:630: Can&#8217;t bind() socket (port=80, UID=0, GID=0)</p>
<p>even though i changed the port setting in General settings as 9090. Please advise.</p>
<p>thanks in advance,<br />
kgv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob dagit</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-11529</link>
		<dc:creator>bob dagit</dc:creator>
		<pubDate>Tue, 28 Jul 2009 04:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-11529</guid>
		<description>where did the name come from, OH, i get it, a sure OK web server!</description>
		<content:encoded><![CDATA[<p>where did the name come from, OH, i get it, a sure OK web server!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-11161</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 15 Jul 2009 15:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-11161</guid>
		<description>Try Awstats

Apache using the following directive

    ScriptAlias /awstats/ &quot;/etc/awstats/wwwroot/cgi-bin/&quot;



To implement this in Cherokee use the following

    Directory /awstats {
    Handler cgi
    DocumentRoot /etc/awstats/wwwroot/cgi-bin/
    }

and then add the .pl extension support

    Extension pl {
    Handler cgi
    }

Hope this helps</description>
		<content:encoded><![CDATA[<p>Try Awstats</p>
<p>Apache using the following directive</p>
<p>    ScriptAlias /awstats/ &#8220;/etc/awstats/wwwroot/cgi-bin/&#8221;</p>
<p>To implement this in Cherokee use the following</p>
<p>    Directory /awstats {<br />
    Handler cgi<br />
    DocumentRoot /etc/awstats/wwwroot/cgi-bin/<br />
    }</p>
<p>and then add the .pl extension support</p>
<p>    Extension pl {<br />
    Handler cgi<br />
    }</p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hessmo</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-11159</link>
		<dc:creator>hessmo</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-11159</guid>
		<description>thanks to kevin, I was having tons of trouble with php.

Any idea on a good stats tracking package that works well with cherokee?

I know my bandwidth usage thanks to bmon, but I have no idea about page loads/video views (new article idea?!?)</description>
		<content:encoded><![CDATA[<p>thanks to kevin, I was having tons of trouble with php.</p>
<p>Any idea on a good stats tracking package that works well with cherokee?</p>
<p>I know my bandwidth usage thanks to bmon, but I have no idea about page loads/video views (new article idea?!?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-10995</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-10995</guid>
		<description>To make PHP work for a certain virtual server, go to it, and under behavior, click on wizard, and under the misc category, you&#039;d find &quot;configure PHP wizard&quot;, and then you&#039;re good to go. 

Took me a while to find it, so I thought it would be worth a post :)</description>
		<content:encoded><![CDATA[<p>To make PHP work for a certain virtual server, go to it, and under behavior, click on wizard, and under the misc category, you&#8217;d find &#8220;configure PHP wizard&#8221;, and then you&#8217;re good to go. </p>
<p>Took me a while to find it, so I thought it would be worth a post <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duron</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-10847</link>
		<dc:creator>Duron</dc:creator>
		<pubDate>Wed, 08 Jul 2009 03:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-10847</guid>
		<description>Well, this looks pretty cool. Thanx for this CHAMP article!</description>
		<content:encoded><![CDATA[<p>Well, this looks pretty cool. Thanx for this CHAMP article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jjs</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-10688</link>
		<dc:creator>jjs</dc:creator>
		<pubDate>Fri, 03 Jul 2009 20:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-10688</guid>
		<description>Disregard my last post - a cherokee update just became available, and when I installed it, it fixed the problem and cherokee is running now.</description>
		<content:encoded><![CDATA[<p>Disregard my last post - a cherokee update just became available, and when I installed it, it fixed the problem and cherokee is running now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jjs</title>
		<link>http://www.ubuntugeek.com/howto-install-cherokee-web-server-with-mysql-php-support-on-jaunty.html/comment-page-1#comment-10687</link>
		<dc:creator>jjs</dc:creator>
		<pubDate>Fri, 03 Jul 2009 20:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1597#comment-10687</guid>
		<description>No joy on intrepid - 

jjs@matisyahu:~$ sudo cherokee-admin

Login:
  User:              admin
  One-time Password: in0MydCHxb8jR2lQ

Web Interface:
  URL:               http://127.0.0.1:9090/

[03/06/2009 13:19:33.233] (error) plugin_loader.c:194 - dlopen(/usr/lib/cherokee/libplugin_server_info.so): /usr/lib/libcherokee-client.so.0: undefined symbol: cherokee_buffer_drop_endding
[03/06/2009 13:19:33.233] (error) plugin_loader.c:363 - Can&#039;t open &quot;server_info&quot; module
main_admin.c:240 - Could not initialize the server

The main cherokee instance won&#039;t start either. Oh well, back to apache.</description>
		<content:encoded><![CDATA[<p>No joy on intrepid - </p>
<p>jjs@matisyahu:~$ sudo cherokee-admin</p>
<p>Login:<br />
  User:              admin<br />
  One-time Password: in0MydCHxb8jR2lQ</p>
<p>Web Interface:<br />
  URL:               <a href="http://127.0.0.1:9090/" rel="nofollow">http://127.0.0.1:9090/</a></p>
<p>[03/06/2009 13:19:33.233] (error) plugin_loader.c:194 - dlopen(/usr/lib/cherokee/libplugin_server_info.so): /usr/lib/libcherokee-client.so.0: undefined symbol: cherokee_buffer_drop_endding<br />
[03/06/2009 13:19:33.233] (error) plugin_loader.c:363 - Can&#8217;t open &#8220;server_info&#8221; module<br />
main_admin.c:240 - Could not initialize the server</p>
<p>The main cherokee instance won&#8217;t start either. Oh well, back to apache.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

