<?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>BestDesigns.Co.in</title>
	<atom:link href="http://bestdesigns.co.in/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://bestdesigns.co.in/blog</link>
	<description></description>
	<lastBuildDate>Sun, 21 Mar 2010 06:46:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install mplayer on linux server</title>
		<link>http://bestdesigns.co.in/blog/install-mplayer-linux-server</link>
		<comments>http://bestdesigns.co.in/blog/install-mplayer-linux-server#comments</comments>
		<pubDate>Sun, 21 Mar 2010 06:11:55 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[install mplayer on linux server]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=818</guid>
		<description><![CDATA[You can get MPlayer via Subversion.  Issue the following command to get the latest sources:
root@server[] cd /usr/local/src
 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk  mplayer
root@server[] svn update
root@server[] cd mplayer
root@server[]./configure
root@server[] make
root@server[] make install
Done
You can check the path of mplayer by using the command
root@server [ ] which mplayer
/usr/local/bin/mplayer
Done
]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/install-mplayer-linux-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cgi_bin shows the internal server error</title>
		<link>http://bestdesigns.co.in/blog/cgi_bin-shows-internal-server-error</link>
		<comments>http://bestdesigns.co.in/blog/cgi_bin-shows-internal-server-error#comments</comments>
		<pubDate>Sun, 21 Mar 2010 05:45:01 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[cgi_bin shows the internal server error]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=815</guid>
		<description><![CDATA[Error:   500 internal server error is shown when access URL
http://domain.com/cgi-bin/index.php
Solution : Add the following Handler in httpd.conf file or .htaccess file.
AddHandler application/x-httpd-php .php

Done 
]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/cgi_bin-shows-internal-server-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove extensions from url</title>
		<link>http://bestdesigns.co.in/blog/remove-extensions-url</link>
		<comments>http://bestdesigns.co.in/blog/remove-extensions-url#comments</comments>
		<pubDate>Sat, 20 Mar 2010 09:55:12 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Remove extensions]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=812</guid>
		<description><![CDATA[How to remove the  .php  extension from the URL  ?
Ans : Add the following code in .htaccess file
======================
Options +FollowSymLinks Options +Indexes RewriteEngine on RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^([^\.]+)$ $1.php [NC,L]
======================
How to remove the  .html  extension from the URL  ?
Ans : Add the following code in .htaccess file
======================
Options +FollowSymLinks Options +Indexes RewriteEngine on RewriteCond [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/remove-extensions-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqldump: Got error</title>
		<link>http://bestdesigns.co.in/blog/mysqldump-error</link>
		<comments>http://bestdesigns.co.in/blog/mysqldump-error#comments</comments>
		<pubDate>Fri, 19 Mar 2010 06:14:10 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump: Got error]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=805</guid>
		<description><![CDATA[Error : When you try to run the mysqldump command to make a backup of database then encounter the following error-exception:
mysqldump databasename  &#62; databasename.sql
mysqldump: Got error: 1016: Can&#8217;t open file: &#8216;./databasename/wp_142_term_taxonomy.frm&#8217; (errno: 24) when using LOCK TABLES
Solution: Open the file /etc/my.cnf and  add the following line and restart the mysql service on the server
root@server [~]#vi [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/mysqldump-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable mssql support on Linux server</title>
		<link>http://bestdesigns.co.in/blog/enable-mssql-support-linux-server</link>
		<comments>http://bestdesigns.co.in/blog/enable-mssql-support-linux-server#comments</comments>
		<pubDate>Wed, 17 Mar 2010 10:59:31 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[enable mssql on linux]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=792</guid>
		<description><![CDATA[How to enable mssql support on Linux server ?
Ans : You need to first compile freetds and then compile PHP with freetds support.
What is FreeTDS?

FreeTDS is a free implementation of the TDS (Tabular Data   Stream) protocol that is used by Sybase and Microsoft for their   database products. It implements TDS 4.2, [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/enable-mssql-support-linux-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incompatible archive: PCLZIP_ERR_BAD_FORMAT</title>
		<link>http://bestdesigns.co.in/blog/incompatible-archive-pclzip_err_bad_format</link>
		<comments>http://bestdesigns.co.in/blog/incompatible-archive-pclzip_err_bad_format#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:46:24 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Incompatible archive]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=786</guid>
		<description><![CDATA[Error : Are you getting this wordpress error whilst trying to automatically update wordpress or a plugin
  Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Solution : 
The error due the disk space is full of your account.  You need to upgrade your hosting plan or deleted some unwanted [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/incompatible-archive-pclzip_err_bad_format/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curl webservice CURLE_SSL_CACERT (60) Peer certificate</title>
		<link>http://bestdesigns.co.in/blog/curl-webservice-curle_ssl_cacert-60-peer-certificate</link>
		<comments>http://bestdesigns.co.in/blog/curl-webservice-curle_ssl_cacert-60-peer-certificate#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:43:46 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=771</guid>
		<description><![CDATA[Error : Curl webservice CURLE_SSL_CACERT (60)  Peer certificate cannot be authenticated with known CA certificates.
Solution:  Add the following line in your file on which you have access the domain.
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

Done
]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/curl-webservice-curle_ssl_cacert-60-peer-certificate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove IP from Brute Force Protection</title>
		<link>http://bestdesigns.co.in/blog/remove-ip-brute-force-protection</link>
		<comments>http://bestdesigns.co.in/blog/remove-ip-brute-force-protection#comments</comments>
		<pubDate>Mon, 22 Feb 2010 14:23:59 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Remove IP from Brute Force Protection]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=762</guid>
		<description><![CDATA[How to remove blocked  ip address from the Brute Force Protection by using SSH  ?
When WHM locks out an user account, especially “root”, the best way is to wait for 10 minutes to see if the account will be unlocked. If the locks persists, webmaster and administrator who still can remote login via SSH to [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/remove-ip-brute-force-protection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: POST Content-Length of</title>
		<link>http://bestdesigns.co.in/blog/warning-post-content-length</link>
		<comments>http://bestdesigns.co.in/blog/warning-post-content-length#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:00:08 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Warning: POST Content-Length of]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=759</guid>
		<description><![CDATA[Error  : Warning: POST Content-Length of 9897293 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
Solution: 
If you are facing same error in joomla then you need to increase the &#8220;post_max_size&#8221;  in php.ini file
post_max_size =8M
Replaced with
post_max_size = 12 M
Done
]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/warning-post-content-length/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess Generation Issues in wordpress</title>
		<link>http://bestdesigns.co.in/blog/htaccess-generation-issues-wordpress</link>
		<comments>http://bestdesigns.co.in/blog/htaccess-generation-issues-wordpress#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:24:54 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=756</guid>
		<description><![CDATA[Fixing .htaccess Generation Issues in wordpress
If your installation of WordPress does not generate a .htaccess file or if it does not write the new rules onto your existing .htaccess file then there are a couple reasons that could be causing this. Work step by step and continue to the next step only if the previous [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/htaccess-generation-issues-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect domain to .cgi file</title>
		<link>http://bestdesigns.co.in/blog/redirect-domain-cgi-file</link>
		<comments>http://bestdesigns.co.in/blog/redirect-domain-cgi-file#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:17:50 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Redirect domain to .cgi file]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=752</guid>
		<description><![CDATA[If you want to redirect your domain
http://domain.co.uk 
to
http://domain.co.uk/cgi-bin/test/subdirectory/test.cgi file 
then add the following rewrite rule in .htaccess file
====================
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.domain\.co\.uk$ [NC] RewriteRule ^/?$ "http\:\/\/www\.domain\.co\.uk\/cgi-bin\/test\/subdirectory\/test\.cgi$1" [R=301,L]
====================
Or 
====================
http://domain.com 
to
 http://domain.com/cgi-bin/subdirectory/test.cgi
then add the following rewrite rule in .htaccess file
====================
RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com$ [OR] RewriteCond %{HTTP_HOST} ^domain.com$ RewriteRule ^/?$ "http\:\/\/domain\.com\/cgi-bin\/subdirectory\/test\.cgi" [R=301,L]
====================
Done
]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/redirect-domain-cgi-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install xpdf,libXp and antiword on Linux</title>
		<link>http://bestdesigns.co.in/blog/install-xpdflibxp-antiword-linux</link>
		<comments>http://bestdesigns.co.in/blog/install-xpdflibxp-antiword-linux#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:09:20 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[install xpdf]]></category>
		<category><![CDATA[libXp and antiword on Linux]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=743</guid>
		<description><![CDATA[How to install xpdf , libXp and antiword on Linux (Centos or Redhat 32 Bit ) server
cd /usr/local/src/
Dowload following RPM&#8217;s files under the /usr/local/src/ directrory.
wget http://mit.edu/zacheiss/dev/rhlinux/redhat-7.1-updates/SRPMS/xpdf-0.92-4.71.0.src.rpm
wget ftp://ftp.univie.ac.at/systems/linux/fedora/core/6/i386/os/Fedora/RPMS/libXp-1.0.0-8.i386.rpm
wget http://dag.wieers.com/rpm/packages/antiword/antiword-0.37-3.el5.rf.i386.rpm 
 or 
 http://dag.wieers.com/rpm/packages/antiword/?N=A
Then 
rpm -ivh xpdf-0.92-4.71.0.src.rpm
rpm -ivh libXp-1.0.0-8.i386.rpm
rpm -ivh antiword-0.37-3.el5.rf.i386.rpm
Then you can check it
root@server [/usr/local/src]# which xpdf /usr/local/bin/xpdf root@server [/usr/local/src]# which antiword /usr/bin/antiword
Done
 
]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/install-xpdflibxp-antiword-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: shell_exec() has been disabled for security reasons in</title>
		<link>http://bestdesigns.co.in/blog/warning-shell_exec-disabled-security-reasons</link>
		<comments>http://bestdesigns.co.in/blog/warning-shell_exec-disabled-security-reasons#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:14:34 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Warning: shell_exec() has been disabled for security reasons in]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=739</guid>
		<description><![CDATA[Warning: shell_exec() has been disabled for security reasons in
 You would receive the above warning message while accessing Fantastico through cPanel.
 Please check if the below options are selected in WHM (you need to access WHM as root)
 Login to your WHM control panel as root scroll down to the PHP section and make sure [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/warning-shell_exec-disabled-security-reasons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter redirection problem</title>
		<link>http://bestdesigns.co.in/blog/codeigniter-redirection-problem</link>
		<comments>http://bestdesigns.co.in/blog/codeigniter-redirection-problem#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:25:50 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[CodeIgniter redirection problem]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=730</guid>
		<description><![CDATA[If CodeIgniter is installed on the linux server and the .htaccess file is correct but your domain is not working properly then you need to set the  &#8220;uri_protocol" in the "system/application/config/config.php&#8221; file is as follows.
$config['uri_protocol']    = "REQUEST_URI";


]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/codeigniter-redirection-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Zip and Unzip files in UNIX</title>
		<link>http://bestdesigns.co.in/blog/zip-unzip-files-unix</link>
		<comments>http://bestdesigns.co.in/blog/zip-unzip-files-unix#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:33:44 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Unzip files]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=727</guid>
		<description><![CDATA[Here is how to Zip and Unzip files in UNIX

unzip myFile.zip - This command will uncompress compressed files with the .zip extension.
tar xvf myFile.tar - This command will uncompress compressed files with the .tar extension.
gunzip myFile.gz           - This command will uncompress compressed files with the .gz extension.

]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/zip-unzip-files-unix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install JavaFX on Linux server</title>
		<link>http://bestdesigns.co.in/blog/install-javafx-linux-server</link>
		<comments>http://bestdesigns.co.in/blog/install-javafx-linux-server#comments</comments>
		<pubDate>Mon, 08 Feb 2010 10:23:11 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[installation JavaFX SDK]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=723</guid>
		<description><![CDATA[Installing the JavaFX SDK on Ubuntu Linux or OpenSolaris





Access the URL http://java.sun.com/javafx/downloads/  and Download  JavaFX 1.2.3 SDK for Linux platformon your local machine 


And Upload by using ftp or file manager under the  /usr/local directory


cd  /usr/local


chmod a+x javafx_sdk-1_2-linux-i586.sh


sh javafx_sdk-1_2-linux-i586.sh


Then it ask the yes or no then enter the "yes" means accept the license terms.
  [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/install-javafx-linux-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“WordPress database error MySQL server has gone away for query…..”</title>
		<link>http://bestdesigns.co.in/blog/%e2%80%9cwordpress-database-error-mysql-server-query%e2%80%a6-%e2%80%9d</link>
		<comments>http://bestdesigns.co.in/blog/%e2%80%9cwordpress-database-error-mysql-server-query%e2%80%a6-%e2%80%9d#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:51:23 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[MySQL server has gone]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=718</guid>
		<description><![CDATA[Error :
“WordPress database error MySQL server has gone away for query…..”
Solution :
You need to add the following line in line number 334 in wp-includes/wp-db.php file
$this-&#62;query("set session wait_timeout=600");
Done
]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/%e2%80%9cwordpress-database-error-mysql-server-query%e2%80%a6-%e2%80%9d/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/bin/pwd: failed to stat `.&#8217;: Permission denied</title>
		<link>http://bestdesigns.co.in/blog/binpwd-failed-stat-permission-denied</link>
		<comments>http://bestdesigns.co.in/blog/binpwd-failed-stat-permission-denied#comments</comments>
		<pubDate>Thu, 21 Jan 2010 02:35:27 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Error and solution]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=715</guid>
		<description><![CDATA[Error :
After run /scripts/fixcommomproblems
Que this message
Code:
Processing mailman
/bin/pwd: failed to stat `.&#8217;: Permission denied
Processing zarautzi
/bin/pwd: failed to stat `.&#8217;: Permission denied
Processing alphaele
/bin/pwd: failed to stat `.&#8217;: Permission denied
Processing transjus
/bin/pwd: failed to stat `.&#8217;: Permission denied
Solution: 
Hello,It seems to suid is not set for /bin/pwd binary please run following command to fix it.
chmod u+s /bin/pwd
Done
]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/binpwd-failed-stat-permission-denied/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Mail::SPF on cpanel server</title>
		<link>http://bestdesigns.co.in/blog/install-mailspf-cpanel-server</link>
		<comments>http://bestdesigns.co.in/blog/install-mailspf-cpanel-server#comments</comments>
		<pubDate>Fri, 15 Jan 2010 21:56:47 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[install Mail::SPF]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=703</guid>
		<description><![CDATA[How  to install Mail::SPF on cpanel server ?
Please use the following one line command to perform the install:
 
perl -MCPAN -e "get('Mail::SPF')" &#38;&#38; cd /home/.cpan/sources/authors/id/J/JM/JMEHNLE/mail-spf &#38;&#38; tar -xzvf Mail-SPF-v2.007.tar.gz &#38;&#38; cd Mail-SPF-v2.007 &#38;&#38; perl Build.PL &#38;&#38; ./Build &#38;&#38; ./Build test &#38;&#38; ./Build install &#38;&#38; /scripts/checkperlmodules --full
 
Done
===========================================
As an alternative, to help clarify the steps used [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/install-mailspf-cpanel-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal Server Error</title>
		<link>http://bestdesigns.co.in/blog/inter</link>
		<comments>http://bestdesigns.co.in/blog/inter#comments</comments>
		<pubDate>Fri, 15 Jan 2010 02:01:23 +0000</pubDate>
		<dc:creator>Risikesh</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cpanel]]></category>

		<guid isPermaLink="false">http://bestdesigns.co.in/blog/?p=696</guid>
		<description><![CDATA[SuPHP Permission Issue


suPHP enhances overall server security. When migrating from a server that is not running suphp to a server running these, permission and ownership issues occur . When you access your domain you usually see

Tail the Apache error logs to see what the error is
# tail -f /usr/local/apache/logs/error_logs
You can see the error
[Thu Jul 12 [...]]]></description>
		<wfw:commentRss>http://bestdesigns.co.in/blog/inter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
