If you want to copy all of the files and folders from one host to another by using the ftp account. Then use the following command to download the files/folders on remote server by using wget. Use this command on destination server. wget -r ftp://username:password@ip.of.old.host Some on the hosting provider disabled the main ftp account [ Read More ]
how to update the awstat in plesk
Categories: Email Marketing Series, How to, PleskHow to update the awstat on plesk manually/automatically ? Ans: You can easily update the awstat for the particular domain by using following command. /usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=domain.com Note: Replace the domain.com equal to original domain name. If you want to update the awstat for all the domains which is hosted on the serve then use [ Read More ]
javax.naming.NameNotFoundException
Categories: Error and solution, TomcatError: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context Solution : When I have access site in browser then catalina.out logs show the above error and the database is not connected , I have tried all of the possibilities but this issue is sorted with following solution. I have moved the mysql-connector-java-*.jar file from [ Read More ]
Request Entity Too Large
Categories: Error and solutionError : Request Entity Too Large The requested resource /send.php does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. 01 3006 Solution : This error due the variables_order used on the server. The default variables_order used on the cpanel server is “EGPCS”. If [ Read More ]
How to set the Cronjob for first Sunday of the every month. Ans: You can not set such type of cron by using the cPanel. I have used following script to set this cron. This script detect the first Sunday of every month and then execute the defined script. Add the following Cron to execute [ Read More ]
Install php soap on the linux plesk server
Categories: Installation, PleskHow to install php soap on the linux plesk server(centos 5 -i386) ? Ans : You can easily installed php soap by using the rpm rpm -ivh http://www6.atomicorp.com/channels/atomic/centos/5/i386/RPMS/php-soap-5.2.13-1.el5.art.i386.rpm Then check it by using the command php -m | grep soap soap Done








