<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>K Nageshrao&#039;s Blog</title>
	<atom:link href="http://komarashettynageshrao.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://komarashettynageshrao.wordpress.com</link>
	<description>......knowledge sharing</description>
	<lastBuildDate>Thu, 27 Oct 2011 08:29:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='komarashettynageshrao.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>K Nageshrao&#039;s Blog</title>
		<link>http://komarashettynageshrao.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://komarashettynageshrao.wordpress.com/osd.xml" title="K Nageshrao&#039;s Blog" />
	<atom:link rel='hub' href='http://komarashettynageshrao.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Pretty URLS in Yii</title>
		<link>http://komarashettynageshrao.wordpress.com/2010/02/04/pretty-urls-in-yii/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2010/02/04/pretty-urls-in-yii/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:09:17 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[Yii]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=132</guid>
		<description><![CDATA[Pretty URLS are easy to read and helpful in SEO. To take the benefits of pretty urls in Yii, please follow the below guidelines: 1) Open &#8220;main.php&#8221; configuration file of Yii. It is located under your_application/protected/config/ folder 2) Paste the below lines in  &#8220;components&#8221; array &#8216;urlManager&#8217;=&#62;array(&#8216;urlFormat&#8217;=&#62;&#8217;path&#8217;, &#8216;showScriptName&#8217;=&#62;false,), 3) Create &#8220;.htaccess&#8221; file in your application where [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=132&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pretty URLS are easy to read and helpful in SEO.</p>
<p>To take the benefits of pretty urls in Yii, please follow the below guidelines:</p>
<p>1) Open &#8220;main.php&#8221; configuration file of Yii.</p>
<p>It is located under your_application/protected/config/ folder</p>
<p>2) Paste the below lines in  &#8220;components&#8221; array</p>
<p>&#8216;urlManager&#8217;=&gt;array(&#8216;urlFormat&#8217;=&gt;&#8217;path&#8217;, &#8216;showScriptName&#8217;=&gt;false,),</p>
<p>3) Create &#8220;.htaccess&#8221; file in your application where &#8220;index.php&#8221; file is located</p>
<p>Add following lines to &#8220;.htaccess&#8221; file :</p>
<p>Options +FollowSymLinks<br />
IndexIgnore */*<br />
RewriteEngine on<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . index.php</p>
<p>4) If your application is not showing pretty urls, then check whether your Apache configuration file i.e httpd.conf has the following module :</p>
<p>LoadModule rewrite_module modules/mod_rewrite.so</p>
<p>Remove &#8220;;&#8221; semicolon preceding the above line.</p>
<p>Save and restart the Apache server</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=132&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2010/02/04/pretty-urls-in-yii/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Yii in wamp on Windows XP</title>
		<link>http://komarashettynageshrao.wordpress.com/2010/02/03/installing-yii-in-wamp-on-windows-xp/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2010/02/03/installing-yii-in-wamp-on-windows-xp/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 19:06:58 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[Yii]]></category>
		<category><![CDATA[install Yii]]></category>
		<category><![CDATA[mvc Yii]]></category>
		<category><![CDATA[Yii php framework]]></category>
		<category><![CDATA[Yii wamp windows xp]]></category>
		<category><![CDATA[Yii windows xp]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=125</guid>
		<description><![CDATA[I was successful in installing Yii  in wamp on Windows XP . The versions are as follows: Operating System : Windows XP Professional Version 2002 , Service Pack 2 Apache : 2.2.8 PHP : 5.2.6 MYSQL : 5.0.51b Yii : 1.1.0 (January 10 2010) Follow the following steps for installation: 1) Click on &#8220;Start&#8221; 2) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=125&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was successful in installing Yii  in wamp on Windows XP .</p>
<p>The versions are as follows:</p>
<p>Operating System : Windows XP Professional Version 2002 , Service Pack 2</p>
<p>Apache : 2.2.8</p>
<p>PHP : 5.2.6</p>
<p>MYSQL : 5.0.51b</p>
<p>Yii : 1.1.0 (January 10 2010)</p>
<p>Follow the following steps for installation:</p>
<p>1) Click on &#8220;Start&#8221;</p>
<p>2) goto &#8220;My Computer&#8221;</p>
<p>3) Right Click and select Properties</p>
<p>4) You will see &#8220;System Properties&#8221; window</p>
<p>5)  Select &#8220;Advanced&#8221;tab</p>
<p>6) In &#8220;Advanced&#8221; tab, click on &#8220;Environment Variables&#8221;</p>
<p>7) Select &#8220;Path&#8221; in &#8220;System Variables&#8221; section</p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Click on &#8220;Edit&#8221; on selevtion &#8220;Path&#8221; in &#8220;System Variables&#8221; section</p>
<p>9) &#8220;Edit System Varibale&#8221; window will appear with &#8220;Variable name&#8221; and &#8220;Variable value&#8221; fields</p>
<p>10)  Enter &#8220;C:\wamp\bin\php\php5.2.6&#8243; at the end without double quotes.</p>
<p>11)  Click on OK, OK and OK.</p>
<p>13) Click on Start &gt; Run &gt; cmd</p>
<p>14) It will take you to the command prompt</p>
<p>15) C:\&gt;cd wamp\www</p>
<p>16) C:\wamp\www&gt;mkdir myYii  (myYii is the name of the application you want)</p>
<p>17) C:\wamp\www&gt;cd yii\framework</p>
<p>18) C:\wamp\www\yii\framework&gt; yiic webapp c:\wamp\www\myYii<br />
Create a Web application under &#8216;C:\wamp\www\myYii&#8217;? [Yes|No] y<br />
mkdir C:/wamp/www/myYii/assets<br />
mkdir C:/wamp/www/myYii/css<br />
generate css/bg.gif<br />
generate css/form.css<br />
generate css/ie.css<br />
generate css/main.css<br />
generate css/print.css<br />
generate css/screen.css<br />
mkdir C:/wamp/www/myYii/images<br />
generate index-test.php<br />
generate index.php<br />
mkdir C:/wamp/www/myYii/protected<br />
generate protected/.htaccess<br />
mkdir C:/wamp/www/myYii/protected/commands<br />
mkdir C:/wamp/www/myYii/protected/commands/shell<br />
mkdir C:/wamp/www/myYii/protected/components<br />
generate protected/components/Controller.php<br />
generate protected/components/UserIdentity.php<br />
mkdir C:/wamp/www/myYii/protected/config<br />
generate protected/config/console.php<br />
generate protected/config/main.php<br />
generate protected/config/test.php<br />
mkdir C:/wamp/www/myYii/protected/controllers<br />
generate protected/controllers/SiteController.php<br />
mkdir C:/wamp/www/myYii/protected/data<br />
generate protected/data/schema.mysql.sql<br />
generate protected/data/schema.sqlite.sql<br />
generate protected/data/testdrive.db<br />
mkdir C:/wamp/www/myYii/protected/extensions<br />
mkdir C:/wamp/www/myYii/protected/messages<br />
mkdir C:/wamp/www/myYii/protected/models<br />
generate protected/models/ContactForm.php<br />
generate protected/models/LoginForm.php<br />
mkdir C:/wamp/www/myYii/protected/runtime<br />
mkdir C:/wamp/www/myYii/protected/tests<br />
generate protected/tests/bootstrap.php<br />
mkdir C:/wamp/www/myYii/protected/tests/fixtures<br />
mkdir C:/wamp/www/myYii/protected/tests/functional<br />
generate protected/tests/functional/SiteTest.php<br />
generate protected/tests/phpunit.xml<br />
mkdir C:/wamp/www/myYii/protected/tests/report<br />
mkdir C:/wamp/www/myYii/protected/tests/unit<br />
generate protected/tests/WebTestCase.php<br />
mkdir C:/wamp/www/myYii/protected/views<br />
mkdir C:/wamp/www/myYii/protected/views/layouts<br />
generate protected/views/layouts/main.php<br />
mkdir C:/wamp/www/myYii/protected/views/site<br />
generate protected/views/site/contact.php<br />
generate protected/views/site/error.php<br />
generate protected/views/site/index.php<br />
generate protected/views/site/login.php<br />
mkdir C:/wamp/www/myYii/protected/views/site/pages<br />
generate protected/views/site/pages/about.php<br />
generate protected/yiic<br />
generate protected/yiic.bat<br />
generate protected/yiic.php<br />
mkdir C:/wamp/www/myYii/themes<br />
mkdir C:/wamp/www/myYii/themes/classic<br />
mkdir C:/wamp/www/myYii/themes/classic/views<br />
generate themes/classic/views/.htaccess<br />
mkdir C:/wamp/www/myYii/themes/classic/views/layouts<br />
mkdir C:/wamp/www/myYii/themes/classic/views/site<br />
mkdir C:/wamp/www/myYii/themes/classic/views/system</p>
<p>Your application has been created successfully under C:\wamp\www\myYii.</p>
<p>Thats all. You are ready to use your application by accessing the URL : http://localhost/myYii/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=125&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2010/02/03/installing-yii-in-wamp-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>Yii PHP MVC framework</title>
		<link>http://komarashettynageshrao.wordpress.com/2010/02/01/yii-php-mvc-framework/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2010/02/01/yii-php-mvc-framework/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:16:08 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[PHP Frameworks]]></category>
		<category><![CDATA[Yii]]></category>
		<category><![CDATA[features Yii]]></category>
		<category><![CDATA[mvc Yii]]></category>
		<category><![CDATA[Yii php framework]]></category>
		<category><![CDATA[Yii wamp windows xp]]></category>
		<category><![CDATA[Yii windows xp]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=120</guid>
		<description><![CDATA[Yii(Yes it is) is a php mvc framework  in competition with the existing frameworks such as CakePHP, Zend Symfony etc. Soon it will gain popularity as it has many features such as : MVC design pattern DAO and Active Record jQuery-based JavaScript support I18N and L10N Page, fragment and data caching Error handling and logging [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=120&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yii(Yes it is) is a php mvc framework  in competition with the existing frameworks such as CakePHP, Zend Symfony etc.</p>
<p>Soon it will gain popularity as it has many features such as :</p>
<ul>
<li>MVC design pattern</li>
<li>DAO and Active Record</li>
<li>jQuery-based JavaScript support</li>
<li>I18N and L10N</li>
<li>Page, fragment and data caching</li>
<li>Error handling and logging</li>
<li>Theming</li>
<li>Web services</li>
<li>Console applications</li>
<li>Authentication and authorization</li>
<li>Web 2.0 widgets</li>
<li>Form input and validation</li>
</ul>
<p>Following are the Performance comparison :</p>
<ul>
<li><strong>Yii</strong>: 673 requests/second</li>
<li><strong>CodeIgniter</strong>: 206 requests/second</li>
<li><strong>Zend</strong>: 83 requests/second</li>
<li><strong>CakePHP</strong>: 79 requests/second</li>
<li><strong>Prado</strong>: 75 requests/second</li>
<li><strong>Symfony</strong>: 50 requests/second</li>
</ul>
<p>People who are interested in using the frameworks should definitely try this <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To know more about this framework, follow the given link:</p>
<p><a href="http://www.yiiframework.com/">http://www.yiiframework.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=120&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2010/02/01/yii-php-mvc-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>solved IPN link issue in virtuemart on GoDaddy shared linux hosting</title>
		<link>http://komarashettynageshrao.wordpress.com/2009/12/14/solved-ipn-link-issue-in-virtuemart-on-godaddy-shared-linux-hosting/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2009/12/14/solved-ipn-link-issue-in-virtuemart-on-godaddy-shared-linux-hosting/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 10:50:25 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[VirtueMart 1.1.3]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[IPN]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=112</guid>
		<description><![CDATA[Whenever seller accepts a payment, IPN link was not updating the status of the order in virtuemart. The project is hosted on Godaddy&#8217;s shared linux hosting. Shared linux hosting gives us php.ini file. In that &#8220;set allow_url_fopen = on &#8220;. By default it is off.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=112&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Whenever seller accepts a payment, IPN link was not updating the status of the order in virtuemart.</p>
<p>The project is hosted on Godaddy&#8217;s shared linux hosting.</p>
<p>Shared linux hosting gives us php.ini file.</p>
<p>In that &#8220;set allow_url_fopen = on &#8220;.</p>
<p>By default it is off.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=112&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2009/12/14/solved-ipn-link-issue-in-virtuemart-on-godaddy-shared-linux-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>solved cron job setting on GoDaddy shared linux hosting</title>
		<link>http://komarashettynageshrao.wordpress.com/2009/12/14/solved-cron-job-setting-on-godaddy-shared-linux-hosting/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2009/12/14/solved-cron-job-setting-on-godaddy-shared-linux-hosting/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:44:32 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cron job]]></category>
		<category><![CDATA[godaddy]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=110</guid>
		<description><![CDATA[I was struggling with setting the cron job for php script on GoDaddy hosting server. The example which GoDaddy gives to set the path of the cron job script is as follows: /web/cgi-bin/php5 &#8220;$HOME/html/cron/yourscript.php&#8221; But unfortunately, the above example does not work. To make it work, remove &#8220;5&#8243; from php5 and remove the double quotes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=110&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was struggling with setting the cron job for php script on GoDaddy hosting server.</p>
<p>The example which GoDaddy gives to set the path of the cron job script is as follows:</p>
<p>/web/cgi-bin/php5 &#8220;$HOME/html/cron/yourscript.php&#8221;</p>
<p>But unfortunately, the above example does not work.</p>
<p>To make it work, remove &#8220;5&#8243; from php5 and remove the double quotes as follows:</p>
<p>/web/cgi-bin/php $HOME/html/cron/yourscript.php</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=110&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2009/12/14/solved-cron-job-setting-on-godaddy-shared-linux-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>Co-Founder of WordPress</title>
		<link>http://komarashettynageshrao.wordpress.com/2009/12/09/co-founder-of-wordpress/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2009/12/09/co-founder-of-wordpress/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 11:49:16 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[co-founder]]></category>
		<category><![CDATA[Matt Mullenweg]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=105</guid>
		<description><![CDATA[Thanks to Matt Mullenweg, Co-Founder WordPress, for providing wordpress blogging patform.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=105&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thanks to <strong>Matt Mullenweg</strong>, Co-Founder WordPress, for providing wordpress blogging patform.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=105&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2009/12/09/co-founder-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>How to display wordpress posts in Facebook</title>
		<link>http://komarashettynageshrao.wordpress.com/2009/12/07/how-to-display-wordpress-posts-in-facebook/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2009/12/07/how-to-display-wordpress-posts-in-facebook/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:59:07 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facebook page]]></category>
		<category><![CDATA[facebook wall]]></category>
		<category><![CDATA[facebook wordpress posts]]></category>
		<category><![CDATA[wordpress facebook]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=82</guid>
		<description><![CDATA[I came across 2 ways for displaying wordpress posts in the wall section of facebook. A) 1) Displaying posts in wall of Profile section: go to Settings &#62; Application Settings Click on Notes Click on Import Blog link in Notes settings on Right side Enter a website or RSS/Atom feed address in Web URL field [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=82&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I came across 2 ways for displaying wordpress posts in the wall section of facebook.</p>
<p>A) 1) Displaying posts in wall of Profile section:</p>
<p>go to <strong>Settings</strong> &gt; <strong>Application Settings</strong></p>
<p>Click on <strong>Notes</strong></p>
<p>Click on <strong>Import Blog</strong> link in Notes settings on Right side</p>
<p>Enter a website or RSS/Atom feed address in <strong>Web URL</strong> field</p>
<p>Click on <strong>Start Importing</strong></p>
<p>Click on <strong>Confirm Import</strong></p>
<p>The posts from the wordpress will be displayed on wall section in face book.</p>
<p>2) Displaying posts  in wall of a particular page</p>
<p>Click on <strong>Edit Page</strong></p>
<p>Click on <strong>Edit</strong> link in <strong>Notes</strong></p>
<p>Click on <strong>Import Blog</strong> link in Notes settings on Right side</p>
<p>Enter a website or RSS/Atom feed address in  <strong>Web URL</strong> field</p>
<p>Click on <strong>Start Importing</strong></p>
<p>Click on <strong>Confirm Import</strong></p>
<p>B) Add an application named <strong>Social RSS</strong></p>
<p>Using this application, you can pull the wordpress posts to the wall and boxes section.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=82&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2009/12/07/how-to-display-wordpress-posts-in-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>Path of the important configuration files in Linux</title>
		<link>http://komarashettynageshrao.wordpress.com/2009/12/02/path-of-the-important-configuration-files-in-linux/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2009/12/02/path-of-the-important-configuration-files-in-linux/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 11:11:58 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[LINUX]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=80</guid>
		<description><![CDATA[Apache: /etc/httpd/conf/httpd.conf &#8211; apache configuration file /var/log/httpd/error_log &#8211; apache error log file /etc/hosts &#8211; host configuration file of apache PHP /etc/php.ini &#8211; php configuration file MYSQL /etc/my.cnf &#8211; mysql database server configuration file Nginx /etc/nginx/nginx.conf /var/log/nginx/error.log<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=80&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Apache:</p>
<p>/etc/httpd/conf/httpd.conf &#8211; apache configuration file</p>
<p>/var/log/httpd/error_log &#8211; apache error log file</p>
<p>/etc/hosts &#8211; host configuration file of apache</p>
<p>PHP</p>
<p>/etc/php.ini &#8211; php configuration file</p>
<p>MYSQL</p>
<p>/etc/my.cnf &#8211; mysql database server configuration file</p>
<p>Nginx</p>
<p>/etc/nginx/nginx.conf</p>
<p>/var/log/nginx/error.log</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=80&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2009/12/02/path-of-the-important-configuration-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>How to start MYSQL database server in Linux</title>
		<link>http://komarashettynageshrao.wordpress.com/2009/12/02/how-to-start-mysql-database-server-in-linux/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2009/12/02/how-to-start-mysql-database-server-in-linux/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 09:48:31 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[LINUX]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=77</guid>
		<description><![CDATA[/etc/init.d/mysqld start &#8211; starts the mysql database server /etc/init.d/mysqld stop &#8211; stops the mysql database server /etc/init.d/mysqld restart &#8211; restarts  the mysql database server<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=77&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>/etc/init.d/mysqld start &#8211; starts the mysql database server</p>
<p>/etc/init.d/mysqld stop &#8211; stops the mysql database server</p>
<p>/etc/init.d/mysqld restart &#8211; restarts  the mysql database server</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=77&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2009/12/02/how-to-start-mysql-database-server-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
		<item>
		<title>How to start Apache server in Linux</title>
		<link>http://komarashettynageshrao.wordpress.com/2009/12/02/how-to-start-apache-server-in-linux/</link>
		<comments>http://komarashettynageshrao.wordpress.com/2009/12/02/how-to-start-apache-server-in-linux/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 09:45:13 +0000</pubDate>
		<dc:creator>Komarashetty Venkat Nageshrao</dc:creator>
				<category><![CDATA[LINUX]]></category>

		<guid isPermaLink="false">http://komarashettynageshrao.wordpress.com/?p=75</guid>
		<description><![CDATA[Linux commands : Apache: /etc/init.d/httpd start &#8211; starts the apache server /etc/init.d/httpd stop &#8211; stops the apache server /etc/init.d/httpd restart &#8211; restarts  the apache server<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=75&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Linux commands :</p>
<p>Apache:</p>
<p>/etc/init.d/httpd start &#8211; starts the apache server</p>
<p>/etc/init.d/httpd stop &#8211; stops the apache server</p>
<p>/etc/init.d/httpd restart &#8211; restarts  the apache server</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/komarashettynageshrao.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/komarashettynageshrao.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/komarashettynageshrao.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/komarashettynageshrao.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/komarashettynageshrao.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/komarashettynageshrao.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/komarashettynageshrao.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/komarashettynageshrao.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/komarashettynageshrao.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/komarashettynageshrao.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/komarashettynageshrao.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/komarashettynageshrao.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/komarashettynageshrao.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/komarashettynageshrao.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=komarashettynageshrao.wordpress.com&amp;blog=8499838&amp;post=75&amp;subd=komarashettynageshrao&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://komarashettynageshrao.wordpress.com/2009/12/02/how-to-start-apache-server-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27b65d22459b95edd8285e6d4bae43b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">komarashettynageshrao</media:title>
		</media:content>
	</item>
	</channel>
</rss>
