<?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>xampp &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/xampp/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>XAMPP and virtual hosts on Mac</title>
		<link>/2010/02/23/xampp-and-virtual-hosts-on-mac/</link>
		<comments>/2010/02/23/xampp-and-virtual-hosts-on-mac/#respond</comments>
		<pubDate>Tue, 23 Feb 2010 14:39:45 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[Httpd.conf]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">/?p=1135</guid>
		<description><![CDATA[Do virtual hosts work on your XAMPP? In my case they didn&#8217;t. What I mean when tell you this is that every simple technique I tried to setup a simple virtual hosts was completely non sense. They simply didn&#8217;t work out. Did you managed to setup everything? It appears so! Everything was OK. The /etc/hosts &#8230; <a href="/2010/02/23/xampp-and-virtual-hosts-on-mac/" class="more-link">Continue reading <span class="screen-reader-text">XAMPP and virtual hosts on Mac</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/07/25/starting-cronjob-on-mac/" rel="bookmark" title="starting cronjob on Mac">starting cronjob on Mac </a></li>
<li><a href="/2009/03/12/flex-3-mousewheel-under-mac/" rel="bookmark" title="Flex 3 mousewheel under Mac">Flex 3 mousewheel under Mac </a></li>
<li><a href="/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/" rel="bookmark" title="Connect MySQL from Zend Server CE trough unix socket!">Connect MySQL from Zend Server CE trough unix socket! </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Do virtual hosts work on your XAMPP?</h2>
<p>In my case they didn&#8217;t. What I mean when tell you this is that every simple technique I tried to setup a simple virtual hosts was completely non sense. They simply didn&#8217;t work out.</p>
<h2>Did you managed to setup everything?</h2>
<p>It appears so! Everything was OK. The /etc/hosts file, the httpd-vhosts.conf and the httpd.conf.</p>
<h2>Something really important was missing &#8230;</h2>
<p>Simply to uncomment the following line:</p>
<blockquote>
<pre>Include /Applications/xampp/etc/extra/httpd-vhosts.conf
</pre>
</blockquote>
<p>Now everything&#8217;s working like a charm! After fixing this I start to realize that this problem is not Mac specific, but however &#8230;</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/07/25/starting-cronjob-on-mac/" rel="bookmark" title="starting cronjob on Mac">starting cronjob on Mac </a></li>
<li><a href="/2009/03/12/flex-3-mousewheel-under-mac/" rel="bookmark" title="Flex 3 mousewheel under Mac">Flex 3 mousewheel under Mac </a></li>
<li><a href="/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/" rel="bookmark" title="Connect MySQL from Zend Server CE trough unix socket!">Connect MySQL from Zend Server CE trough unix socket! </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/02/23/xampp-and-virtual-hosts-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect MySQL from Zend Server CE trough unix socket!</title>
		<link>/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/</link>
		<comments>/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/#respond</comments>
		<pubDate>Wed, 09 Dec 2009 19:18:31 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mysql socket]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[zend server ce]]></category>

		<guid isPermaLink="false">/?p=828</guid>
		<description><![CDATA[First of all, let me introduce you to my case. I&#8217;m working on a Mac with both Xampp and Zend Server CE. Both have separate MySQL servers installed from their default installation on my machine. Both have their separate phpMyAdmins. The one thing I couldn&#8217;t find in the man page of Zend Server CE is &#8230; <a href="/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/" class="more-link">Continue reading <span class="screen-reader-text">Connect MySQL from Zend Server CE trough unix socket!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/07/20/zend-framework-connect-mysql/" rel="bookmark" title="Zend Framework: Connect MySQL">Zend Framework: Connect MySQL </a></li>
<li><a href="/2010/04/26/mysql-expressions-in-zend-framework/" rel="bookmark" title="MySQL Expressions in Zend Framework">MySQL Expressions in Zend Framework </a></li>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2012/06/07/php-and-mysql-natural-sort/" rel="bookmark" title="PHP and MySQL Natural Sort">PHP and MySQL Natural Sort </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>First of all, let me introduce you to my case. I&#8217;m working on a Mac with both Xampp and Zend Server CE. Both have separate MySQL servers installed from their default installation on my machine. Both have their separate phpMyAdmins.</p>
<p>The one thing I couldn&#8217;t find in the man page of Zend Server CE is how to I access this MySQL server installation from my PHP scripts.</p>
<p>The answer is quite simple &#8211; trough UNIX socket. The ZS CE default db socket is:</p>
<blockquote>
<pre>/usr/local/zend/mysql/tmp/mysql.sock</pre>
</blockquote>
<p>and yet again let me say that this is for Mac.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/07/20/zend-framework-connect-mysql/" rel="bookmark" title="Zend Framework: Connect MySQL">Zend Framework: Connect MySQL </a></li>
<li><a href="/2010/04/26/mysql-expressions-in-zend-framework/" rel="bookmark" title="MySQL Expressions in Zend Framework">MySQL Expressions in Zend Framework </a></li>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2012/06/07/php-and-mysql-natural-sort/" rel="bookmark" title="PHP and MySQL Natural Sort">PHP and MySQL Natural Sort </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
