Problem With Solutions

Something Different In Linux

Home » 2010 » February

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

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  [ Read More ]

Warning: POST Content-Length of

Posted by Rishikesh Vispute Categories: Error and solution, Joomla

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 “post_max_size”  in php.ini file post_max_size =8M Replaced with post_max_size = 12 M Done

.htaccess Generation Issues in wordpress

Posted by Rishikesh Vispute Categories: htaccess, Wordpress

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  [ Read More ]

Redirect domain to .cgi file

Posted by Rishikesh Vispute Categories: Error and solution, htaccess

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]  [ Read More ]

How to install xpdf,libXp and antiword on Linux

Posted by Rishikesh Vispute Categories: Installation

How to install xpdf , libXp and antiword on Linux (Centos or Redhat 32 Bit ) server cd /usr/local/src/ Dowload following RPM’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  [ Read More ]

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  [ Read More ]

CodeIgniter redirection problem

Posted by Rishikesh Vispute Categories: Error and solution, htaccess

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  “uri_protocol” in the “system/application/config/config.php” file is as follows. $config['uri_protocol']    = “REQUEST_URI”;

How to Zip and Unzip files in UNIX

Posted by Rishikesh Vispute Categories: Basic Linux, Linux Commands

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.

How to install JavaFX on Linux server

Posted by Rishikesh Vispute Categories: Installation, Tomcat

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  [ Read More ]

Optimized by SEO Ultimate