<?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>Juozas devBlog &#187; localhost</title>
	<atom:link href="http://dev.juokaz.com/tag/localhost/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.juokaz.com</link>
	<description>Random ideas, scripts and facts</description>
	<lastBuildDate>Mon, 22 Mar 2010 10:48:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zend Server &#8211; complete PHP environment in minutes</title>
		<link>http://dev.juokaz.com/php/zend-server-complete-php-environment-in-minutes</link>
		<comments>http://dev.juokaz.com/php/zend-server-complete-php-environment-in-minutes#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:06:59 +0000</pubDate>
		<dc:creator>Juozas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[tests]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[zend server]]></category>

		<guid isPermaLink="false">http://dev.juokaz.com/?p=189</guid>
		<description><![CDATA[I believe that everyone who develops in PHP knows Zend (I know them from certification which I&#8217;ve done some time ago), especially now, when Zend Framework is more and more popular. Zend also makes (and probably specializes) software for web servers &#8211; Zend Guard, Zend Optimizer, etc. Recently Zend introduced new product &#8211; Zend Server. [...]]]></description>
			<content:encoded><![CDATA[<p>I believe that everyone who develops in <a href="http://www.php.net">PHP</a> knows <a href="http://www.zend.com">Zend</a> (I know them from certification which I&#8217;ve done some time ago), especially now, when <a href="http://framework.zend.com/">Zend Framework</a> is more and more popular. Zend also makes (and probably specializes) software for web servers &#8211; Zend Guard, Zend Optimizer, etc. Recently Zend introduced new product &#8211; <a href="http://www.zend.com/en/products/server/">Zend Server</a>. They introduce it by:</p>
<blockquote><p>Zend Server is a complete, enterprise-ready Web Application Server for running and managing PHP applications that require a high level of reliability, performance and security.</p></blockquote>
<p>I haven&#8217;t tried it &#8211; probably it will be commercial solution (Zend Studio == <a href="http://www.zend.com/en/products/platform/">Zend Platform</a>?) and I&#8217;m not looking for one right one. So I jumped over to <a href="http://www.zend.com/en/community/zend-server-ce">Zend Server CE</a> (Community Edition) which is:</p>
<blockquote><p>The free community edition of Zend Server enables you to set up a complete PHP environment in minutes, and run non-critical PHP applications in development, testing and production</p></blockquote>
<p>Main <a href="http://www.zend.com/en/products/server/editions">differences</a> lie deep inside PHP configuration &#8211; not-community version is much more tweaked for performance and production servers, where community edition is for development environments.</p>
<p>To start with, installing Zend Server is a joke and can be done in no-time. Download one file from <a href="http://www.zend.com/en/products/server/downloads-all">here</a>, extract it and run in terminal. Thats it! After installation web server was accessible on localhost:10088 and web-based configuration on localhost:10082/ZendServer. Everything worked smoothly and without any errors.</p>
<p><a href="http://dev.juokaz.com/wp-content/uploads/2009/02/screenshot-juokazthinkpad-desktop-zendserver-400beta1ms16rc8-linux-glibc23-i386.png"><img class="alignnone size-full wp-image-190" title="Zend Server installation" src="http://dev.juokaz.com/wp-content/uploads/2009/02/screenshot-juokazthinkpad-desktop-zendserver-400beta1ms16rc8-linux-glibc23-i386.png" alt="Zend Server installation" width="500" height="376" /></a></p>
<p>Web interface gives access to server logs, PHP parameters (allows  you to change them, restart server), extensions, debugger, Zend products configuration (Optimizer, Java Bridge, etc.) and some more. If they just add Apache VirtualHosts configuration it would be perfect for me, because I&#8217;m still doing it by hand.</p>
<p>Performance is subjective and can&#8217;t be judged fast, so I&#8217;m not going to compare this package to standalone servers. Probably it will run faster or at least as fast as default configuration Apache+PHP. I do believe that Zend made some configuration improvements, but you only need them if you can&#8217;t (or are to lazy) do them yourself.</p>
<p>I have been using standard <a href="http://httpd.apache.org/">Apache</a>, PHP, MySQL servers for ages, and haven&#8217;t really ever tried anything like this. It&#8217;s really user friendly, gives a lot of power through simple interface, and what&#8217;s most important is very easy to setup. Probably Xampp (or just running <em>sudo apt-get install apache2 php5</em>) can be installable as fast as Zend Server, but in my belief, Zend Server is much more production-like environment. Depends what you need.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.juokaz.com/php/zend-server-complete-php-environment-in-minutes/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
