<?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: Installing Zend Server CE on Ubuntu</title>
	<atom:link href="http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/</link>
	<description>A personal blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:56:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ray</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-76698</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 14 Dec 2011 04:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-76698</guid>
		<description>I&#039;m a beginner in Ubuntu, so your guide really help me a lot. Thanks man.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a beginner in Ubuntu, so your guide really help me a lot. Thanks man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-66510</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Thu, 13 Oct 2011 15:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-66510</guid>
		<description>Disregard my previous question...

Output document to standard output.</description>
		<content:encoded><![CDATA[<p>Disregard my previous question&#8230;</p>
<p>Output document to standard output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-66509</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Thu, 13 Oct 2011 15:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-66509</guid>
		<description>What in the world is the -O- argument in 

johan@zsce:~$ wget http://repos.zend.com/deb/zend.key -O- &#124; sudo apt-key add -

???</description>
		<content:encoded><![CDATA[<p>What in the world is the -O- argument in </p>
<p>johan@zsce:~$ wget <a href="http://repos.zend.com/deb/zend.key" rel="nofollow">http://repos.zend.com/deb/zend.key</a> -O- | sudo apt-key add -</p>
<p>???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-61241</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Thu, 22 Sep 2011 05:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-61241</guid>
		<description>when i get tired to find how to install zend in ubuntu i found this blog  and  i get very successfull using this blog.Thanks to all.Superb.</description>
		<content:encoded><![CDATA[<p>when i get tired to find how to install zend in ubuntu i found this blog  and  i get very successfull using this blog.Thanks to all.Superb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-43737</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Fri, 24 Jun 2011 18:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-43737</guid>
		<description>The article is actual a review of the first version of the Zend Server CE. I have not used it since. In 2 years time so things might have changed.</description>
		<content:encoded><![CDATA[<p>The article is actual a review of the first version of the Zend Server CE. I have not used it since. In 2 years time so things might have changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donovan</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-43630</link>
		<dc:creator>Donovan</dc:creator>
		<pubDate>Fri, 24 Jun 2011 05:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-43630</guid>
		<description>To accomplish what the author intended, you would this line instead:
$HTTP[&quot;remoteip&quot;] !~ &quot;127.0.0.1&#124;192.168.1.&quot; {
This would allow access to any IP starting with &quot;192.168.1.&quot;.</description>
		<content:encoded><![CDATA[<p>To accomplish what the author intended, you would this line instead:<br />
$HTTP["remoteip"] !~ &#8220;127.0.0.1|192.168.1.&#8221; {<br />
This would allow access to any IP starting with &#8220;192.168.1.&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donovan</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-43629</link>
		<dc:creator>Donovan</dc:creator>
		<pubDate>Fri, 24 Jun 2011 05:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-43629</guid>
		<description>I tried the change to allow access to PHPMyAdmin, as described in this article, but it appears to be flawed, as actually allows*ANY* IP access to PHPMyAdmin, regardless of what is entered into the url.access-deny comparison. The first part of the command should be edited instead, as mentioned by another commenter above.</description>
		<content:encoded><![CDATA[<p>I tried the change to allow access to PHPMyAdmin, as described in this article, but it appears to be flawed, as actually allows*ANY* IP access to PHPMyAdmin, regardless of what is entered into the url.access-deny comparison. The first part of the command should be edited instead, as mentioned by another commenter above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuko</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-33175</link>
		<dc:creator>kuko</dc:creator>
		<pubDate>Mon, 11 Apr 2011 09:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-33175</guid>
		<description>here the zend-way... 
http://files.zend.com/help/Zend-Server/zend-server.htm#deb_installation.htm</description>
		<content:encoded><![CDATA[<p>here the zend-way&#8230;<br />
<a href="http://files.zend.com/help/Zend-Server/zend-server.htm#deb_installation.htm" rel="nofollow">http://files.zend.com/help/Zend-Server/zend-server.htm#deb_installation.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SalmanAbbas007</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-29880</link>
		<dc:creator>SalmanAbbas007</dc:creator>
		<pubDate>Fri, 04 Feb 2011 18:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-29880</guid>
		<description>Great Post :)
Thanks a lot for writing this up, Johan :)</description>
		<content:encoded><![CDATA[<p>Great Post <img src='http://blog.johan-mares.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks a lot for writing this up, Johan <img src='http://blog.johan-mares.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-13312</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Sun, 17 Jan 2010 01:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-13312</guid>
		<description>another way to deal with the 

“SQLSTATE[HY000] [2002] Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2) ”

issue

is to do a

sudo ln -s /usr/local/zend/mysql/tmp/mysql.sock /tmp/mysql.sock

however, i would like to point out...

that i just this week, got my Zend Server CE working with my Eclipse on my 27 inch Imac...

and i NEED to be able to trace debug!

it&#039;s just the way i operate

so.....

i don&#039;t know

all i know is that Zend made it *so* easy for me to setup...

so i won&#039;t be wasting anytime HIGHLY recommending Zend to my future clients!

I&#039;ve never seen a work environment (Zend, Php 5.3, Mac Leopard OS X 10.6, MySQL, Apache) work so well, so quickly, so intuitively....

i&#039;ve been doing C++ and Java for almost two decades...

and from where I am sitting

PHP is the way to go!

- Perry</description>
		<content:encoded><![CDATA[<p>another way to deal with the </p>
<p>“SQLSTATE[HY000] [2002] Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2) ”</p>
<p>issue</p>
<p>is to do a</p>
<p>sudo ln -s /usr/local/zend/mysql/tmp/mysql.sock /tmp/mysql.sock</p>
<p>however, i would like to point out&#8230;</p>
<p>that i just this week, got my Zend Server CE working with my Eclipse on my 27 inch Imac&#8230;</p>
<p>and i NEED to be able to trace debug!</p>
<p>it&#8217;s just the way i operate</p>
<p>so&#8230;..</p>
<p>i don&#8217;t know</p>
<p>all i know is that Zend made it *so* easy for me to setup&#8230;</p>
<p>so i won&#8217;t be wasting anytime HIGHLY recommending Zend to my future clients!</p>
<p>I&#8217;ve never seen a work environment (Zend, Php 5.3, Mac Leopard OS X 10.6, MySQL, Apache) work so well, so quickly, so intuitively&#8230;.</p>
<p>i&#8217;ve been doing C++ and Java for almost two decades&#8230;</p>
<p>and from where I am sitting</p>
<p>PHP is the way to go!</p>
<p>- Perry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/26 queries in 0.025 seconds using disk: basic
Object Caching 419/446 objects using disk: basic

Served from: blog.johan-mares.be @ 2012-02-06 07:27:07 -->
