<?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>killdash9.org &#187; Apache</title> <atom:link href="http://www.killdash9.org/tag/apache/feed/" rel="self" type="application/rss+xml" /><link>http://www.killdash9.org</link> <description>babblings</description> <lastBuildDate>Mon, 25 Jul 2011 14:37:29 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Developing with VMWare</title><link>http://www.killdash9.org/2008/10/31/developing-with-vmware/</link> <comments>http://www.killdash9.org/2008/10/31/developing-with-vmware/#comments</comments> <pubDate>Fri, 31 Oct 2008 15:30:49 +0000</pubDate> <dc:creator>Ren West</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[photo site]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[php vmware ubuntu]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[VMWare]]></category> <guid
isPermaLink="false">http://www.killdash9.org/?p=168</guid> <description><![CDATA[I got the itch recently to do some PHP developing for some photo site needs I have. Opted to try my hand with AJAX and jQuery libs while I was at it. I also wanted to use an IDE of some form, and found PHPDesigner to be a nice one. My problem is that I [...]]]></description> <content:encoded><![CDATA[<p>I got the itch recently to do some PHP developing for some photo site needs I have.  Opted to try my hand with AJAX and jQuery libs while I was at it.  I also wanted to use an IDE of some form, and found <a
href="http://www.mpsoftware.dk/phpdesigner.php">PHPDesigner</a> to be a nice one.  My problem is that I live in Windows these days, even though I have a hosted server running Linux.  VIM is fine for quick bug fixes and changes, but this was ground-up work and not my specialty.  I could have used WAMP or even cygwin, but each seems like so much work.  Having played around in VMWare recently, I decided to just install Ubuntu and see if I could use that.  Still had the problem of it being &#8220;remote&#8221; however.  In comes the features of VMWare with it&#8217;s shared folders.  The HGFS modules compiled fine in Ubuntu.  I created my project files and shared them with Ubuntu.  Then configured Apache inside the VM to use that share as the docroot.  This way, any changes I made to the project, were already in place on the server, which is very similar to that of my hosted server.</p><p>I just feel so much more comfortable using Linux for hosted needs and using Windows as desktop needs.  Silly that way I guess.</p> ]]></content:encoded> <wfw:commentRss>http://www.killdash9.org/2008/10/31/developing-with-vmware/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PHP and MySQL caching.</title><link>http://www.killdash9.org/2008/10/14/php-and-mysql-caching/</link> <comments>http://www.killdash9.org/2008/10/14/php-and-mysql-caching/#comments</comments> <pubDate>Tue, 14 Oct 2008 15:31:02 +0000</pubDate> <dc:creator>Ren West</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[caching]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <guid
isPermaLink="false">http://www.killdash9.org/?p=161</guid> <description><![CDATA[Hoping to squeeze a few more cycles out of my VPS, I recently implementing PHP and MySQL caching. So far, I haven&#8217;t noticed much in the way of performance increases, but the Apache Bench test results show there is some improvement. For PHP I used xcache and followed the guide I found here. For MySQL [...]]]></description> <content:encoded><![CDATA[<p>Hoping to squeeze a few more cycles out of my VPS, I recently implementing PHP and MySQL caching.  So far, I haven&#8217;t noticed much in the way of performance increases, but the Apache Bench test results show there is some improvement.</p><p>For PHP I used <a
href="http://xcache.lighttpd.net/">xcache</a> and followed the guide I found <a
href="http://www.tummblr.com/linux/speed-up-php-with-xcache-on-gentoo-linux/">here</a>.</p><p>For MySQL I followed <a
href="http://www.howtogeek.com/howto/programming/speed-up-your-web-site-with-mysql-query-caching/">this</a> guide.  I only need to set the value of <em>query_cache_size</em> to enable it.  Running <strong>mysql> SHOW STATUS LIKE &#8216;Qc%&#8217;;</strong> shows that it&#8217;s being used.</p> ]]></content:encoded> <wfw:commentRss>http://www.killdash9.org/2008/10/14/php-and-mysql-caching/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
