Step by step install wpmu in VDS / VPS : add domain

One of my client request for example of wpmu installed in a VDS / VPS server. Since I like FreeBSD I looking for cheap VDS / VPS that run FreeBSD as the operating system.

After googling for cheap vds that run freebsd I decide to use minivds. The plan is reasonable for my purpose, I can treat the server like dedicated server :-)

Requirements :

Here the steps :

Account information, important information from minivds email is this part :

Services ——————————

SSH:
ngeblog.cn / 82.146.51.161
User: root
Password: abcdefghijk

Popular SSH clients:
SecureCRT : http://www.vandyke.com/products/securecrt/
ShellGuard : http://www.shellguard.com/
PuTTY : http://www.chiark.greenend.org.uk/~sgtatham/putty/ (FREE)

1. Access ispmanager from this address :

https://82.146.51.161/manager/ispmgr

Enter username and password above and hit Enter.

install wpmu in vds Step by step install wpmu in VDS / VPS : add domain

2. Add new user from Accounts Menu.

Click Users

install wpmu in vds1 Step by step install wpmu in VDS / VPS : add domain

Add new user

install wpmu in vds22 Step by step install wpmu in VDS / VPS : add domain

Click OK.

3. Add domain

Form Domains menu click WWW domains

install wpmu in vds2 Step by step install wpmu in VDS / VPS : add domain

click + picture to add new domain

install wpmu in vds3 Step by step install wpmu in VDS / VPS : add domain

Fill information around domain.

install wpmu in vds4 Step by step install wpmu in VDS / VPS : add domain

Click Ok to submit the information.

Till this step what we do are :

1. Adding user into vds system

2. Adding domain into vds system with php support

as result of these steps in httpd.conf inside of vds system is this part :

<VirtualHost 82.146.51.161:80>
ServerName ngeblog.cn
DocumentRoot /home/blog/data/www/ngeblog.cn
Group blog
User blog
CustomLog /home/httpd-logs/ngeblog.cn.access.log combined
ErrorLog /home/httpd-logs/ngeblog.cn.error.log
ServerAlias www.ngeblog.cn
ServerAdmin webmaster@ngeblog.cn
php_admin_value open_basedir “/home/blog/data:.”
php_admin_value sendmail_path “/usr/sbin/sendmail -t -i -f webmaster@ngeblog.cn”
php_admin_value upload_tmp_dir “/home/blog/data/tmp”
php_admin_value session.save_path “/home/blog/data/tmp”
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
AddType application/x-httpd-php-source .phps
</VirtualHost>

At next post I’ll continue to explain more about domain in vds system.

I have to go to office now :-)

Related Reading:

Using DrupalUsing Drupal

With the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >

Drupal For DummiesDrupal For Dummies

Learn to set up, manage, and administer a Drupal Web site

Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >

Pro Drupal Development, Second EditionPro Drupal Development, Second Edition

Widely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >

Front End Drupal: Designing, Theming, ScriptingFront End Drupal: Designing, Theming, Scripting

“For Drupal to succeed, we need books like this.”

–Dries Buytaert, Drupal founder and project... Read More >

Cracking Drupal: A Drop in the BucketCracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >

Thanks for reading, if you think this post help you please consider to buy me a beer

Search Terms :

  • how to install wpmu on vps
  • wpmu vps
  • add domain to vps
  • adding domain to VPS
  • add new domain ssh vps
  • install wpmu on vps
  • cheap vps wpmu
  • open_basedir error wpmu
  • open_basedir kloxo
  • setup new domain on vps
  • setup ServerAlias kloxo
  • WWW intovdS com
  • Kloxo wpmu install
  • Kloxo wpmu
  • kloxo php advanced config sendmail from
  • kloxo open_basedir
  • Kloxo install Group-Office
  • Kloxo domain configure
  • kloxo add domain form
  • setup vds
    • Share/Bookmark
    Step By Step

    If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

    Comments

    One Response to “Step by step install wpmu in VDS / VPS : add domain”