This should be handled on a case by case basis, but if you are using the default MySQL table type of MyISAM (which is the default storage engine unless changed or specified differently) here are a few options: The myisamchk utility can be run from a command line to checks, repairs, or optimizes tables. It… Continue reading Repairing MySQL tables that will not open.
Author: dino
How to change the default port for Plesk
It is not recommended to change the default Plesk port because it can break Plesk integration with other programs (like Plesk Expand or DrWeb). Linux To change the port Plesk listens on you will need to edit /usr/local/psa/admin/conf/httpsd.conf file and change the following directives to list the port you want Plesk to listen on: Listen… Continue reading How to change the default port for Plesk
Restarting Mail Enable through Plesk (Windows)
In order to restart the Mail server [Mail Enable], please use these steps. 1) Login To Remote Desktop >> “Plesk Services Monitor” [ Right side in the task bar] >> Check the box “Mail Server” >> Click on Restart. OR 2) Login To Remote Desktop >> Start >> Run >> type ” services.msc ” From here, you have… Continue reading Restarting Mail Enable through Plesk (Windows)
Cannot install binary packages using pkg_addCannot install binary packages using pkg_add
Failure to install binary packages in older FreeBSD versions using “pkg_add -r”. Solution: Add these lines to /etc/csh.cshrc (/etc/profile if you are using bash or sh): [FreeBSD 4.x] setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/ setenv PACKAGELIST [FreeBSD 5.x] setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/ setenv PACKAGELIST
DirectAdmin : Apache won’t start after update on FreeBSD
An issue with php/apache is causing apache not to start in FreeBSD. It segfaults and core dumps, logged in the /var/log/httpd/error_log. Try removing –with-openssl from your configure.php file and recompile php. cd /usr/local/directadmin/customapache vi configure.php #remove –with-openssl from the file, save, exit. ./build clean ./build php n Possibly a mod_perl issue. Edit the /etc/httpd/conf/httpd.conf change:… Continue reading DirectAdmin : Apache won’t start after update on FreeBSD
How To Find What Version of PEAR Is Installed in your Linux Apache Server
if you want to know what version of PEAR you have, or simply just want to know if you have PEAR installed, simply run the following command in your linux box shell prompt: pear list Once you execute the command above, you should see something like this: Installed packages =================== Package Version State Archive_Tar 1.1… Continue reading How To Find What Version of PEAR Is Installed in your Linux Apache Server
Enable Root Password in Leopard
You got a Mac running on Leopard (probably out of the box). You created your account, add in some personal info, and an admin password. Later in life (8 hours gap), you would open your terminal and simply type “su -” for purposes of scripting etc. just root stuff. This reminds you, “Did i ever… Continue reading Enable Root Password in Leopard
How to track which site is using the apache processes.
For apache 1.3, edit your /etc/httpd/conf/httpd.conf and add ExtendedStatus On <Location /httpd-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 </Location> just after the code that says “ServerSignature On”. Save, exit, then restart apache. You can access the stats page by going to http://1.2.3.4/httpd-status where 1.2.3.4 is your server’s IP.… Continue reading How to track which site is using the apache processes.
cPanel : Rvsitebuilder installation
cPanel : Rvsitebuilder installation 1. If the server has RVSkin installed, update RVSkin to v6.75 up. (Skip this step if you don’t have it). perl /root/rvadmin/auto_rvskin.pl 2. After getting the license confirmation, SSH to the cPanel server as root, download the installer using the command below: cd /usr/local/cpanel/whostmgr/docroot/cgi/ rm -f rvsitebuilderinstaller.tar wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar tar -xvf… Continue reading cPanel : Rvsitebuilder installation
Need to change IP address in FreeBSD
Issue: A change of IP address is needed in FreeBSD. Solution: If you do not have the root password boot into Single User mode [option 4]. Procced to step 1. If you have the root password procced to step 2. 1. mount -o (if you get a read-only error, you will have to run fschk… Continue reading Need to change IP address in FreeBSD