The Error In Processing 451 Temporary Local Problem is easy to fix just add the domain in the /etc/localdomains file. It just means the domain is missing there. You will need root access or to have your hosting company do this for you.
Category: Linux Images
How to import and export a large mysql file
If you need to import or export a large mysql file, you can forget about phpmyadmin. I was stuck with a 2 gig file and needed a solution. The easiest and only way I could find was to upload the file through root with winSCP and run these command. To export: mysqldump –opt -Q -u… Continue reading How to import and export a large mysql file
All cpanel server should have the /var tmp folder symlinked to /tmp
Here is how, first remove the /var/tmp folder rm -rf /var/tmp Then add the symlink: ln -s /tmp /var/tmp
Rasing hard limits in apache maxclients through cpanel
It’s trickier to raise the hard apache user limit now with apache 2.2. In 1.3 you just changed a number in the httpd.conf file. Now you need to do it in cpanel or it will be over written with each cpanel update. Open WHM and click Apache Configuration Include Editor Pre Main Include Choose your… Continue reading Rasing hard limits in apache maxclients through cpanel
Linux rules pic
This is a play off a image submitted to dig, the Linux addition part was photochopped in by a digg user.