<?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>Linux and cPanel Hosting Blog &#187; Linux techies</title>
	<atom:link href="http://www.webteches.com/category/linux-techies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteches.com</link>
	<description>technical solutions for Linux Servers and cpanel servers</description>
	<lastBuildDate>Fri, 09 Jul 2010 15:33:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>redirects from www and to www</title>
		<link>http://www.webteches.com/redirects-from-www-and-to-www/</link>
		<comments>http://www.webteches.com/redirects-from-www-and-to-www/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:57:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=143</guid>
		<description><![CDATA[How to setup redirects for domain.com to www.domain.com and vice versa ? Create a .htaccess file under the root directory and add the code below Redirect www.domain.com to domain.com Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domain\.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L] Redirect domain.com to www.domain.com Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.com$ [NC] RewriteRule ^(.*)$ [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/redirects-from-www-and-to-www/feed/</wfw:commentRss>
		<slash:comments>8178</slash:comments>
		</item>
		<item>
		<title>upgrade mysql on cPanel server</title>
		<link>http://www.webteches.com/upgrade-mysql-on-cpanel-server/</link>
		<comments>http://www.webteches.com/upgrade-mysql-on-cpanel-server/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:37:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=130</guid>
		<description><![CDATA[How to upgrade mysql on cPanel servers ? Login to WHM with root user and access the option Server Configuration &#62;&#62; Tweak Settings. Look for MySQL and check the radio button for 5.0 from 4.1 OR login to the server via SSH and open the file /var/cpanel/cpanel.config and find for mysql-version. Change it to 5.0 from 4.1. [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/upgrade-mysql-on-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Parse error: syntax error, unexpected T_STRING</title>
		<link>http://www.webteches.com/php-parse-error-syntax-error-unexpected-t_string/</link>
		<comments>http://www.webteches.com/php-parse-error-syntax-error-unexpected-t_string/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:41:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=124</guid>
		<description><![CDATA[If you receive such error in the error logs or in the browser please follow the steps below. For non suexec/suphp servers Create a .htaccess file under the diretcory and add the code below php_flag short_open_tag X For suexec/suphp servers Copy the server&#8217;s php.ini file under the diretcory and find for short_open_tag. Open the php.ini [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/php-parse-error-syntax-error-unexpected-t_string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: Cannot modify header information &#8211; headers already sent by output started at</title>
		<link>http://www.webteches.com/warning-cannot-modify-header-information-headers-already-sent-by-output-started-at/</link>
		<comments>http://www.webteches.com/warning-cannot-modify-header-information-headers-already-sent-by-output-started-at/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 02:24:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://webteches.com/?p=108</guid>
		<description><![CDATA[If you receive such error in the error logs OR in the browser make sure output_buffering is set to On in the php.ini file on the server. If you are on a su-exec/su-php enabled server, copy the original php.ini from the server under the account and make the changes. What is output_buffering ? Output buffering [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/warning-cannot-modify-header-information-headers-already-sent-by-output-started-at/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disable .htaccess for domain account</title>
		<link>http://www.webteches.com/disable-htaccess-for-domain-account/</link>
		<comments>http://www.webteches.com/disable-htaccess-for-domain-account/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 00:12:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://webteches.com/?p=92</guid>
		<description><![CDATA[How to disable .htacess access for a particular account/domain ? You can disable .htaccess for a particular domain by editing the /etc/httpd/conf/httpd.conf file &#38; following the below mentioned steps: Open the /etc/httpd/conf/httpd.conf file. Search for the &#8220;AllowOverride None&#8221; string. &#60;Directory &#8220;/&#8221;&#62; AllowOverride None &#60;/Directory&#62; Append it by: &#60;Directory &#8220;/home/username/public_html&#8221;&#62; AllowOverride None &#60;/Directory&#62; Such that it [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/disable-htaccess-for-domain-account/feed/</wfw:commentRss>
		<slash:comments>481</slash:comments>
		</item>
		<item>
		<title>How to parse .html .htm .jsp files through php</title>
		<link>http://www.webteches.com/how-to-parse-html-htm-jsp-files-throught-php/</link>
		<comments>http://www.webteches.com/how-to-parse-html-htm-jsp-files-throught-php/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 02:22:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://webteches.com/?p=76</guid>
		<description><![CDATA[If you are facing any issues while parsing .html, .htm, .jsp, .js and other extension files through php, add the below code in the .htaccess file under the diretcory AddHandler application/x-httpd-php5 .js .html .htm .jsp &#62;&#62; Server with php5 AddHandler application/x-httpd-php4 .js .html .htm .jsp &#62;&#62; Server with php4 If you want to limit the [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/how-to-parse-html-htm-jsp-files-throught-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Files</title>
		<link>http://www.webteches.com/core-files/</link>
		<comments>http://www.webteches.com/core-files/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 21:52:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://webteches.com/?p=57</guid>
		<description><![CDATA[You may come across core files which gets generated within your accounts . The possible reason for the core files getting generated is when a php process is killed, apache creates core files under your account. On phpSuexec servers this may cause due to incorrect php.ini file placed in your account and if it is [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/core-files/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>Display a message when logging in through SSH</title>
		<link>http://www.webteches.com/display-a-message-when-logging-in-through-ssh/</link>
		<comments>http://www.webteches.com/display-a-message-when-logging-in-through-ssh/#comments</comments>
		<pubDate>Sat, 30 May 2009 02:40:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://webteches.com/?p=45</guid>
		<description><![CDATA[If you have ever wanted to display a message to your users when the log in through ssh, you just need to edit a couple of files.  The first one is: vi /etc/motd This file has the text that will be displayed when an authorized user logs in through SSH.  The next change we need [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/display-a-message-when-logging-in-through-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check file and directory permissions under present working directory</title>
		<link>http://www.webteches.com/check-file-and-diretcory-permissions-under-present-working-diretcory/</link>
		<comments>http://www.webteches.com/check-file-and-diretcory-permissions-under-present-working-diretcory/#comments</comments>
		<pubDate>Tue, 26 May 2009 01:29:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://webteches.com/?p=22</guid>
		<description><![CDATA[Below commands can be used to check file and diretcory permissions under the present working diretcory (pwd) Check files with permission 755 root@master [~]# find $x -type f -perm 755 Check files with permission 777 root@master [~]# find $x -type f -perm 777 Check diretcory with permissions 777 root@master [~]# find $x -type d -perm [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/check-file-and-diretcory-permissions-under-present-working-diretcory/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>SoftException in Application.cpp:303 UID of script is small than min_uid</title>
		<link>http://www.webteches.com/softexception-in-applicationcpp303-uid-of-script-is-small-than-min_uid/</link>
		<comments>http://www.webteches.com/softexception-in-applicationcpp303-uid-of-script-is-small-than-min_uid/#comments</comments>
		<pubDate>Mon, 25 May 2009 23:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux techies]]></category>

		<guid isPermaLink="false">http://webteches.com/?p=10</guid>
		<description><![CDATA[If you see the below error in your logs then that means that the script is owned by a user (generally root) instead of the actual user. SoftException in Application.cpp:303: UID of script &#8220;/location/path/.php&#8221; is smaller than min_uid You can receive similar error when you have a wrong group name, in this case instead of [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/softexception-in-applicationcpp303-uid-of-script-is-small-than-min_uid/feed/</wfw:commentRss>
		<slash:comments>2752</slash:comments>
		</item>
	</channel>
</rss>
