<?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>Kurinchi Blogger Scribbles ... &#187; wamp server</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/wamp-server/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Apache: client denied by server configuration error</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/04/apache-client-denied-by-server-configuration-error.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/04/apache-client-denied-by-server-configuration-error.html#comments</comments>
		<pubDate>Thu, 01 Apr 2010 06:42:40 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[apache configuration]]></category>
		<category><![CDATA[client denied]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[vhosts.conf]]></category>
		<category><![CDATA[Virtual Host]]></category>
		<category><![CDATA[wamp configuration]]></category>
		<category><![CDATA[wamp server]]></category>
		<category><![CDATA[windows apache configuration]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=804</guid>
		<description><![CDATA[Apache Error log shows the message &#8220;Client denied by server configuration&#8221; and the user sees &#8220;Forbidden Access&#8221; when they try to visit a web page. Solution: Search for the apache configuration file (httpd.conf or vhosts.conf if you have configured a virtual host). Check for the directory permission set for the document root of the web [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Apache Error log </strong>shows the message &#8220;<em>Client denied by server configuration</em>&#8221; and the user sees &#8220;<em>Forbidden Access</em>&#8221; when they try to visit a web page.</p>
<p><strong>Solution:</strong></p>
<p>Search for the apache configuration file (httpd.conf or vhosts.conf if you have configured a virtual host). Check for the directory permission set for the document root of the web site in question and do the following changes.<span id="more-804"></span></p>
<p><em>&lt;Directory /path/to/web/root &gt;<br />
	Options IndexesFollowSymLinks<br />
	AllowOverride None<br />
	Order deny,allow<br />
	Deny from all<br />
&lt;/Directory&gt;</em></p>
<p>Change this to</p>
<p><em>&lt;Directory /path/to/web/root &gt;<br />
	Options IndexesFollowSymLinks<br />
	AllowOverride None<br />
	Order allow, deny<br />
	Allow from all<br />
&lt;/Directory&gt;</em></p>
<p>Restart apache web server to ensure that the effect of the settings take place.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/04/apache-client-denied-by-server-configuration-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp Deprecated: PHP 5.3 Wamp</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/09/cakephp-deprecated-php-5-3-wamp.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/09/cakephp-deprecated-php-5-3-wamp.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 03:02:28 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[deprecated]]></category>
		<category><![CDATA[php 5.3]]></category>
		<category><![CDATA[wamp server]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=658</guid>
		<description><![CDATA[Error message cakephp Deprecated: Assigning the return value of new by reference is deprecated You will see the above error message when you try to configure cakePHP framework using a Wamp Server installation and set the debug parameter as in Configure::write(&#8216;debug&#8217;, 2); Cause: CakePHP is not PHP 5.3 ready unlike the latest version of Zend [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Error message</strong><br />
<em>cakephp Deprecated: Assigning the return value of new by reference is deprecated</em><br />
You will see the above error message when you try to configure cakePHP framework using a Wamp Server installation and set the debug parameter as in </p>
<p><strong>Configure::write(&#8216;debug&#8217;, 2);</strong></p>
<p><strong>Cause</strong>: CakePHP is not PHP 5.3 ready unlike the latest version of Zend framework.</p>
<p><strong>Remedy</strong>: Try downloading older version of PHP &#8211; e.g. PHP 5.2.9</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/09/cakephp-deprecated-php-5-3-wamp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

