I have job to transfer wordpress multi user to new host. The wpmu system currently host 400+ with subdomain type.
The old host and new host use same operating system FreeBSD dedicated server but with different version.
The procedure for move wpmu to new host not different than moving ordinary wordpress blog.
Preparing and packing1. Dumping mysql database
# mysqldump -udtonet2 -pdotnet22008 dotnet2 > dotnet.sql2. Packing all files to one tarball
# tar cvzf wordpress-mu.tar.gz wordpress-mu3. Transfer the file to new host
# scp wordpress-mu.tar.gz erau@172.88.1.8:/home/erauPassword:
wordpress-mu.tar.gz 100% 402MB 13.9MB/s 00:03
#
4. Change...
Monday, January 24, 2011
Kloxo 500 – Internal Server Error

Kloxo control panel aka lxadmin in the past help me a lot in managing vps operational. I don’t have to touch configuration file for adding new domain, setting virtual host, grant database username and privileges etc. The other best part of this cpanel alternative are :
It’s free ( I can asking for help or install it by myself)
Low resources (specially memory where most low end vps plan has limited)
Problem came when I must add new domain for my friend blog. I see this message after I enter username and password :
500 – Internal Server ErrorI think it just small problem with service and library conflict.
Restart Kloxo 1 st attempt...
Add new slave for kloxo control panel

My friend came and bring more problem too. He want to use vps hosting as alternative for his shared account that getting soft suspend for using many cpu resources. His work as internet marketing make uptime and downtime is very crusial.
He want to experiment with kloxo but willing to see more and since he want to give me access to new vps server (via donate) I agree to set new CentOS vps server for him.
Here’s step by step guide install kloxo slave server :
Get new VPS serverSo many vps provider outside and I choose one from vps.net
New account set up quickly and I have root access for CentOS 32 bit.
Update YumI love to use package...
Kloxo and 500 – Internal Server Error
Kloxo control panel aka lxadmin in the past help me a lot in managing vps operational. I don’t have to touch configuration file for adding new domain, setting virtual host, grant database username and privileges etc. The other best part of this cpanel alternative are :
It’s free ( I can asking for help or install it by myself)
Low resources (specially memory where most low end vps plan has limited)
Problem came when I must add new domain for my friend blog. I see this message after I enter username and password :
500 – Internal Server ErrorI think it just small problem with service and library conflict.
Restart Kloxo 1 st attempt :
# service kloxo restartStopping kloxo: Waiting for the process to die…..
Stopped kloxo
Starting kloxo: 11
mysqld (pid 30515) is running…
Started...
Monday, January 17, 2011
BIND
What's new in Bind?I was in for quite a surprise when I built a new Fedora Core 3 server. Security was much higher making things a bit more inconvenient and definitely confusing. Specifically the files paths changed from /var/named to /var/named/chroot/var/named. It looks like this is a security measure that protects the really important system file locations by emulating them to the user of the Bind service. As soon as you know about the location of the new path, everything makes sense again. Just refer to the file paths below:
Location and Purpose of Bind DNS Files /etc/named.conf - Configuration file for the DNS server. In order for a domain to be handled by the DNS server, it must be listed in this file.
/var/named/chroot/var/named/domain.db...
Tweaking Kloxo/LxAdmin by replacing bind with tinydns

In my last 2 articles, I explained how you can tweak Kloxo/lxadmin by replacing apache with lighttpd, and disable innodb and bdb, and decrease RAM usage in your server.
How to install Lighttpd in Kloxo (LXadmin)
Tweaking mysql in Kloxo/LxAdmin
By acting on above to suggestions, you can decrease your ram usage from 300MB to 164MB, however in today’s article, I’m going to explain you the way to reduce 100MB more RAM.
[root@mailserver1 ~]# free -m
total used free shared buffers cached
Mem: 2048 164 1989 0 0 0
-/+ buffers/cache: 58 1989
Swap: ...
Kloxo VPS Setup Guide: Part 5 – Other Useful Features

Kloxo has many other features that are very useful. Some of the more common and frequently used features are explained below and include assigning a site a dedicated IP address, setting up and SSL certificate, using the "Files" tab and a brief discussion of clients and resellers you can create on your VPS. NOTE: Your VPS has one IP address assigned to it by default. This is the IP address referenced in your welcome e-mail. If your VPS plan includes more than one IP address you can request additional IP addresses through our ticket system: http://support.a2hosting.com Please provide the reason for needing the additional IP address in your ticket....
Part 4 – The Domains Tab

To control and view options for each domain – options like e-mail accounts, parked domains, traffic history, statistics, mailing lists, PHP configuration – you will use the "Domains" tab at the top of the page.
By clicking on the "Domains" tab you will be taken to a list of all domains you have created on the server. You may have to look below the Add Domain form to see the list of domains. You can hide the Add Domain form by clicking "Click Here...(Show/Hide)". A set of quick access icons for each domain are shown to the left of each domain name; you can hold the mouse over each icon to see its purpose when logged into Kloxo.
To view all...
Part 2 – Setting up a Website

You have probably noticed that Kloxo has a lot of icons to click on. We will not cover every option available but feel free to click around once you have the basics under your belt. We will start by setting up your domain to resolve to your VPS and touch on the necessary options to fully configure a domain. NOTE: Before you start setting up your domain in Kloxo we highly recommend you configure your DNS to point to your VPS. If you need to keep your domain pointed elsewhere until your data is moved keep in mind that certain features like e-mail and webmail will not work properly until your DNS is updated. To setup your DNS (zone files) please...
Part 2 – DNS with Kloxo

With Kloxo you can chose to run your own nameservers, which enable you to have custom DNS records like "ns1 and ns2.mydomain.com" or you can use the DNS servers we provide for VPS customers. The main benefits to using Kloxo's built in DNS options is you can manage all DNS settings through Kloxo and create custom nameservers. This allows easy management of all domains you create in Kloxo. The downsides are setup can be a bit confusing and troubleshooting is more difficult if you run into DNS issues.
If you do not use Kloxo's DNS option you will need to create zone files through HyperVM once you add a domain through Kloxo. The...
Kloxo VPS Getting Started Guide part1

Part 1 – Getting Started with KloxoLogging InThere are several ways to access Kloxo:
By clicking the “Kloxo” tab through HyperVM (no login required)
http://192.168.0.1:7778 or https://192.168.0.1:7777 – You can access the control panel through any IP address allocated to the server. This is useful when your domain transfer has not yet propagated. (replace 192.168.0.1 with your VPS’s IP address)
http://yourdomain:7778 – You can access the control panel through any hosted domain by putting :7778 at the end of the domain. (non-SSL)
https://yourdomain:7777 – You can access the control panel securely using SSL through any hosted...
Sunday, January 16, 2011
Thursday, January 13, 2011
How to install Kloxo(Lxadmin)
Kloxo (LXadmin) is the best Control Panel that runs on even low memory VPS’s that has only 128MB memory and there is built in 2 web servers , Apache and Lighttpd.
Following are the step to install kloxo into your VPS
Connect to your server via SSH and run this commands
* cd /home
* mkdir kloxo
* cd kloxo
* wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
* sh ./kloxo-install-master.sh
Allow some time for the lxadmin installation to complete.
When the installation is done, open your browser and go to http://a.b.c.d:7778. (where a.b.c.d is IP address of your VPS)
The default username & password to your first login is admin / adm...
Kloxo VPS Setup Guide: Part 5 – Other Useful Features

Part 5 – Other Useful Features Kloxo has many other features that are very useful. Some of the more common and frequently used features are explained below and include assigning a site a dedicated IP address, setting up and SSL certificate, using the "Files" tab and a brief discussion of clients and resellers you can create on your VPS. NOTE: Your VPS has one IP address assigned to it by default. This is the IP address referenced in your welcome e-mail. If your VPS plan includes more than one IP address you can request additional IP addresses through our ticket system: http://support.a2hosting.com Please provide the reason for needing the...
How To Install Kloxo (Part 1)

How to Install Kloxo/Lxadmin on CentOS 5.xVirtual Private Server Or Dedicated Server1. InstallationKloxo/LxadminMost of people buys Virtual Private servers because their shared hosting is not enough or their site is getting more visitors that shared hosting cant afford. But some of them doesn’t know the basics of installing admin panel (like Cpanel) on their VPS and managing their VPS from scratch. So I own few VPS’s for my hosting needs and I was a geek too when I entered this area of interest but now I fed up with google a lot And this is a guide about how to install Kloxo (formerly known as LXAdmin) on CentOS. Note that the...
Kloxo Installation Guide
We have OpenvZ template with kloxo available using one click installer inside VPS Manager but incase you want to install it on your own follow the guide below, you need to have CentOS template installed before you can install kloxo, SSH to your server and login as root then run the following commands:
wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
sh ./kloxo-install-master.sh
Kloxo will install:Web server:apache
pure-ftp
awstats
Mail server:qmail-toaster
courier (imap pop)
webmail
httpd (for webmail)
Nameserver:bind
bind-chroot
Database Server:
mysql-server
When your kloxo install is successfully you can login in to panel at yourip:7778 or https://yourip://7777 The default user name is- Admin and the password is – Admin...
How to setup VPS or dedicated server with a kloxo admin panel

Most of people buys Virtual Private servers because their shared hosting is not enough or their site is getting more visitors that shared hosting cant afford. But some of them doesn’t know the basics of installing admin panel (like Cpanel) on their VPS and managing their VPS from scratch. So I own few VPS’s for my hosting needs and I was a geek too when I entered this area of interest but now I fed up with google a lot And this is a guide about how to install Kloxo (formerly known as LXAdmin) on CentOS. Note that the same process can be done for dedicated servers installed CentOS on it.
Things you need-
A VPS or dedicated server that...