<?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; Apache</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/apache/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: [warn] NameVirtualHost *:80 has no VirtualHosts</title>
		<link>http://kurinchilamp.kurinchilion.com/2011/06/apache-warn-namevirtualhost-80-has-no-virtualhosts.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2011/06/apache-warn-namevirtualhost-80-has-no-virtualhosts.html#comments</comments>
		<pubDate>Sat, 25 Jun 2011 18:14:25 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[warning message]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=903</guid>
		<description><![CDATA[$ /etc/init.d/apache2 restart After configuring Apache server settings on the name server, you may encounter a message &#8220;[warn] NameVirtualHost 192.168.1.3:80 has no VirtualHosts&#8221; The issue may be due to more than one entry of NameVirtualHost lines in the configuration settings. You can find this out by $ grep NameVirtual * -R site1:NameVirtualHost *:80 site2:NameVirtualHost *:80 [...]]]></description>
			<content:encoded><![CDATA[<p>$ /etc/init.d/apache2 restart</p>
<p>After configuring Apache server settings on the name server, you may encounter a message &#8220;<strong>[warn] NameVirtualHost 192.168.1.3:80 has no VirtualHosts</strong>&#8221;</p>
<p>The issue may be due to more than one entry of NameVirtualHost lines in the configuration settings. You can find this out by </p>
<p><strong>$ grep NameVirtual * -R</strong><br />
site1:NameVirtualHost *:80<br />
site2:NameVirtualHost *:80</p>
<p><strong>Linux Solution:</strong> Remove one of the occurance of the NameVirtualHost and the warning message that you receive will vanish.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2011/06/apache-warn-namevirtualhost-80-has-no-virtualhosts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: ‘Fatal error: Allowed memory size of 8388608 bytes exhausted’</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/08/php-%e2%80%98fatal-error-allowed-memory-size-of-8388608-bytes-exhausted%e2%80%99.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/08/php-%e2%80%98fatal-error-allowed-memory-size-of-8388608-bytes-exhausted%e2%80%99.html#comments</comments>
		<pubDate>Tue, 03 Aug 2010 03:24:46 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[allowed memory exhaust]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[memory limit]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=869</guid>
		<description><![CDATA[Reason why you see this message is due to PHP memory leakage. PHP is trying to load a large image or file into memory and is not finding enough space for it to load. If you think, that you will need the necessary feature to upload large files then there are two ways by which [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Reason </strong>why you see this message is due to PHP memory leakage. PHP is trying to load a large image or file into memory and is not finding enough space for it to load.</p>
<p>If you think, that you will need the necessary feature to upload large files then there are two ways by which you can enable this feature.</p>
<p><em>i) Edit the physical file and have the line</em><br />
<strong>ini_set(&#8220;memory_limit&#8221;,&#8221;20M&#8221;);</strong></p>
<p><em>ii) Edit php.ini </em>and add the following line. You need to restart the apache/IIS server once php.ini file is modified.<br />
<strong>memory_limit=32M</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/08/php-%e2%80%98fatal-error-allowed-memory-size-of-8388608-bytes-exhausted%e2%80%99.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Where to find Apache Error log?</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/02/ubuntu-where-to-find-apache-error-log.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/02/ubuntu-where-to-find-apache-error-log.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 07:55:14 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error log]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=754</guid>
		<description><![CDATA[Location where the Apache error log entries can be found in Ubuntu user@server:~# less /var/log/apache2/error.log]]></description>
			<content:encoded><![CDATA[<p>Location where the Apache error log entries can be found in Ubuntu</p>
<p><strong>user@server:~# less /var/log/apache2/error.log</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/02/ubuntu-where-to-find-apache-error-log.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>
		<item>
		<title>Apache Error Log</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/08/apache-error-log.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/08/apache-error-log.html#comments</comments>
		<pubDate>Sun, 30 Aug 2009 13:02:53 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[error log]]></category>
		<category><![CDATA[File Directive]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=660</guid>
		<description><![CDATA[Apache Error Log Expected &#8220;&#60;/File&#62; but saw &#60;/Files&#62;&#8221; Check the error log file (in ubuntu it is in /var/log/apache2/error.log) for the above stated error message. Check the .htaccess file or the apache configuration files where you have restricted file permission using File Directive.]]></description>
			<content:encoded><![CDATA[<p><strong>Apache Error Log Expected &#8220;&lt;/File&gt; but saw &lt;/Files&gt;&#8221;</strong></p>
<p>Check the error log file (in ubuntu it is in /var/log/apache2/error.log) for the above stated error message. Check the .htaccess file or the apache configuration files where you have restricted file permission using File Directive.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/08/apache-error-log.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu, Apache: Virtual Hosting</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/08/ubuntu-apache-virtual-hosting.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/08/ubuntu-apache-virtual-hosting.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 10:49:42 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Tips, Tricks, Guides]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual hosting]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=567</guid>
		<description><![CDATA[Virtual Hosting in Ubuntu Hardy Heron: Case Example Consider the case of two domain names mysite1 and site2 to be served on IP Address 192.168.1.100 (port 80) Before proceeding let us look at how resolv.conf and hosts file are set up &#8230; $ cat /etc/resolv.conf search kurinchilion.com nameserver 192.168.1.100 $ cat /etc/hosts 127.0.0.1 localhost 192.168.1.100 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Virtual Hosting in Ubuntu Hardy Heron: Case Example</strong></p>
<p><font color="blue">Consider the case of two domain names <strong>mysite1 </strong>and <strong>site2 </strong>to be served on IP Address <strong>192.168.1.100 (port 80)</strong></font></p>
<p>Before proceeding let us look at how resolv.conf and hosts file are set up &#8230;</p>
<p><strong>$ cat /etc/resolv.conf</strong><br />
search kurinchilion.com<br />
nameserver 192.168.1.100</p>
<p><strong>$ cat /etc/hosts</strong><br />
127.0.0.1       localhost<br />
192.168.1.100    myserver.kurinchilion.com    myserver</p>
<p># The following lines are desirable for IPv6 capable hosts<br />
::1     ip6-localhost ip6-loopback<br />
fe00::0 ip6-localnet<br />
ff00::0 ip6-mcastprefix<br />
ff02::1 ip6-allnodes<br />
ff02::2 ip6-allrouters<br />
ff02::3 ip6-allhosts</p>
<p><span id="more-567"></span><br />
We can organize the name server information, directory to serve under each circumstance, folder permission in different ways</p>
<p>i) organize all name server information under /etc/apache2/conf.d/vhosts.conf</p>
<p>NameVirtualHost 192.168.1.100<br />
&lt;VirtualHost 192.168.1.100:80&gt;<br />
  ServerName mysite1<br />
  DocumentRoot /var/www/mysite1<br />
  &lt;Directory /var/www/mysite1&gt;<br />
        Options -Indexes FollowSymLinks<br />
        AllowOverride All<br />
&lt; </Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>&lt;VirtualHost 192.168.1.100:80&gt;<br />
  ServerName mysite2<br />
  DocumentRoot /home/mysite2<br />
&lt;/VirtualHost&gt;</p>
<p>After creating the above file, issue the following commands</p>
<p><strong>$ sudo /etc/init.d/apache2 restart</strong></p>
<p><strong>$ sudo /etc/init.d/apache2 force-reload</strong></p>
<p>ii) have a modular approach to site organization and list separate files based on domain name under /etc/apache2/sites-enabled</p>
<p><strong>File: mysite1</strong><br />
&lt;VirtualHost 192.168.1.100:80&gt;<br />
  ServerName mysite1<br />
  DocumentRoot /var/www/mysite1<br />
  <Directory /var/www/mysite1><br />
        Options FollowSymLinks<br />
        AllowOverride All<br />
  </Directory><br />
&lt;/VirtualHost&gt;</p>
<p><strong>File: mysite2</strong><br />
&lt;VirtualHost 192.168.1.100:80&gt;<br />
  ServerName mysite2<br />
  DocumentRoot /home/mysite2<br />
&lt;/VirtualHost&gt;</p>
<p>After creating the above files, issue the following commands</p>
<p><strong>$ a2ensite mysite1</strong></p>
<p><strong>$ a2ensite mysite2</strong></p>
<p>(If you want to disable the site configuration, then issue a2dissite sitename)</p>
<p><strong>$ sudo ln -s /etc/apache2/sites-available/mysite1 /etc/apache2/sites-enabled/mysite1</p>
<p>$ sudo ln -s /etc/apache2/sites-available/mysite2 /etc/apache2/sites-enabled/mysite2</p>
<p>$ sudo /etc/init.d/apache2 restart</p>
<p>$ sudo /etc/init.d/apache2 force-reload</strong></p>
<p>iii) Organize the same information stated in step (i) but under /etc/apache2/sites-available/default (This already has a symbolic link to /etc/apache2/sites-enabled/000-default)</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/08/ubuntu-apache-virtual-hosting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache, Ubuntu, CentOS: Virtual Host Configuration</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/08/apache-ubuntu-centos-virtual-host-configuration.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/08/apache-ubuntu-centos-virtual-host-configuration.html#comments</comments>
		<pubDate>Mon, 03 Aug 2009 11:16:36 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Tips, Tricks, Guides]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Virtual Host Configuration]]></category>
		<category><![CDATA[virtual hosting]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=564</guid>
		<description><![CDATA[What is Virtual Hosting? Virtual Hosting is a technique by which web servers can serve more than one domain name on the same server. It can also be a variation of serving different sites on the same IP but on different ports. If Ubuntu, you may need to edit i) /etc/hosts ii) /etc/apache2/conf.d/vhosts.conf (or /etc/apache2/sites-available/default) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Virtual Hosting?</strong></p>
<p>Virtual Hosting is a technique by which web servers can serve more than one domain name on the same server. It can also be a variation of serving different sites on the same IP but on different ports.<br />
<span id="more-564"></span><br />
If <strong>Ubuntu</strong>, you may need to edit<br />
i) /etc/hosts</p>
<p>ii) /etc/apache2/conf.d/vhosts.conf (or /etc/apache2/sites-available/default) depending on how you have configured the virtual host environment</p>
<p>If <strong>CentOS</strong>, you may need to edit</p>
<p>i) /etc/hosts</p>
<p>ii) /etc/httpd/conf/httpd.conf</p>
<p>For listening to different ports Listen directive should be added to /etc/httpd/conf/httpd.conf file</p>
<p><strong>References:</strong></p>
<p><a href="http://httpd.apache.org/docs/2.0/vhosts/examples.html" target="_blank">http://httpd.apache.org/docs/2.0/vhosts/examples.html (Apache&#8217;s virtual host configuration documentation)</a></p>
<p><a href="http://en.wikipedia.org/wiki/Virtual_host" target="_blank">http://en.wikipedia.org/wiki/Virtual_host</a></p>
<p><a href="http://apptools.com/phptools/virtualhost.php" target="_blank">http://apptools.com/phptools/virtualhost.php (For configuring Apache server on Windows)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/08/apache-ubuntu-centos-virtual-host-configuration.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache: How to save configuration settings without disconnecting users from web server?</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/07/apache-how-to-save-configuration-settings-without-disconnecting-users-from-web-server.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/07/apache-how-to-save-configuration-settings-without-disconnecting-users-from-web-server.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 10:00:03 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Tips, Tricks, Guides]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[configuration setting changes]]></category>
		<category><![CDATA[save settings]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=507</guid>
		<description><![CDATA[There are times when you would like to do some changes in your web server configuration file which might necessitate the server to be restarted in order for the changes to take effect. Issuing a apache restart command will forcefully close all the connections made to the web server which will end any user related [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when you would like to do some changes in your web server configuration file which might necessitate the server to be restarted in order for the changes to take effect.</p>
<p>Issuing a apache restart command will forcefully close all the connections made to the web server which will end any user related activity on the server. </p>
<p>If you would want to avoid such scenarios then issue the following command</p>
<p><strong>$ sudo /etc/init.d/apache2 graceful</strong> (in ubuntu)</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/07/apache-how-to-save-configuration-settings-without-disconnecting-users-from-web-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess purpose considerations</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/06/htaccess-purpose-considerations.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/06/htaccess-purpose-considerations.html#comments</comments>
		<pubDate>Thu, 04 Jun 2009 03:04:17 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[allowoverride]]></category>
		<category><![CDATA[ErrorDocument]]></category>
		<category><![CDATA[search engine friendly]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=385</guid>
		<description><![CDATA[.htaccess &#8211; Purpose, Considerations .htaccess is a hidden file in the web server which comes in handy when the sites are hosted in shared environment. Considerations: Slight hit to performance takes place when .htaccess directive is set as Apache checks each directory for its existence before any file access in that directory Next consideration will [...]]]></description>
			<content:encoded><![CDATA[<p><strong>.htaccess &#8211; Purpose, Considerations </strong><br />
.htaccess is a hidden file in the web server which comes in handy when the sites are hosted in shared environment.</p>
<p><strong>Considerations:</strong></p>
<p>Slight <em>hit to performance </em>takes place when .htaccess directive is set as Apache checks each directory for its existence before any file access in that directory</p>
<p>Next consideration will be with regards how the site owners manage the setting changes and its <em>security </em>which can be misused.<br />
<span id="more-385"></span><br />
<strong>Some of the uses of .htaccess:</strong></p>
<p>i) Applications require .htaccess for it to beautify the URL<br />
ii) Folder or file permission settings can be set using .htaccess<br />
iii) Error documents can be handled through .htaccess<br />
iv) Can be used to allow/disallow bots</p>
<p>Apache advise the usage of httpd.conf file in Apache Server to set the necessary server directive settings and to avoid using .htaccess if it is not necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/06/htaccess-purpose-considerations.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP: To Check if Mod_rewrite is Disabled</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/06/cakephp-to-check-if-mod_rewrite-is-disabled.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/06/cakephp-to-check-if-mod_rewrite-is-disabled.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 02:31:32 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[mod_rewrite.so]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=390</guid>
		<description><![CDATA[How to check if mod_rewrite is disabled in Apache when CakePHP is installed? Initially when CakePHP is downloaded from sourceforge and is installed in your localhost, you can test if it is working or not by going to the respective directory in your local host http://localhost/cake. If CSS styling is missing in the display page, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to check if mod_rewrite is disabled in Apache when CakePHP is installed?</strong><br />
Initially when CakePHP is downloaded from sourceforge and is installed in your localhost, you can test if it is working or not by going to the respective directory in your local host <strong>http://localhost/cake</strong>.</p>
<p>If CSS styling is missing in the display page, then check apache server&#8217;s httpd.conf file to see if mod_rewrite module is enabled. Remove the comment symbol to enable <strong>mod_rewrite </strong>in your localhost and restart Apache server for the change to take effect<br />
<span id="more-390"></span><br />
<strong>LoadModule rewrite_module modules/mod_rewrite.so</strong></p>
<p>Now reload the page to check if the page loads as expected i.e. css styles applied to the page</p>
<p>If you see a good looking css styled page, then mod_rewrite is enabled in your system and you can go ahead in configuring your database settings and other routing parameters as needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/06/cakephp-to-check-if-mod_rewrite-is-disabled.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

