Archive for the ‘Dedicated Hosting’ Category

Dedicated Hosting

Monday, May 5th, 2008

Windows Server Hosting Applications

Following are some of the components of Windows Dedicated Hosting and can be installed or pre-configured :

Internet Information Services (IIS) 7.0

IIS is one of the most reliable web server that manage web platforms on Windows VPS Hosting or Windows Dedicated Server Hosting packages for Web applications and services.

IIS Windows Process Activation Service (WAS)

It manages application configurations and creation of HTTP process and protocols on Servers.

IIS Application Pool

It is basically URLs that route to processes. they easily administer websites and applications in respect with the processes. A application or the website is not in effect with other applications. It increases reliability and web management. This is required on Virtual as well as Dedicated Servers.

IIS Worker Process

It is a process ( w3wp.exe which basically runs web applications and manages requests that are sent to web servers for applications.

IIS Protocol Adapter

It receives messages on network and then communicates with the WAS for incoming messages.

IIS FTP Service

It enables FTP Service. Without this service, it is not possible to enable FTP Service.

IIS Web Management Service (WMSvc)

It enables remote management of web server, websites and its applications.

IIS Application Host Helper Service (AppHostSvc)

It shows history of the configurations and sub-directories.

IISADMIN Service

It hosts IIS 6.0 configurations. It is required for administrative scripts, SMTP and FTP

IIS Hosted Web Core

It is for Web applications without WAS or IIS configuration.

IIS World Wide Web Publishing Service (W3SVC)

It is refers to as WWW service that basically manages HTTP protocol

IIS Web Site

It is collection of web pages and applications that are basically hosted on IIS web servers.

Active Server Pages (ASP)

It enables Web servers to view dynamic web pages and interactive applications.

Following are few of the Windows2003 Dedicated Server Options and Features

Wednesday, April 23rd, 2008

Following are few of the Windows2003 Server Edition Features :

Windows2003 Server Web Edition :

> Includes IIS 6.0 / ASP.NET and Microsoft .NET Framework
> Supports two-way symmetric multi-processing
> Support upto 2GB RAM
> Economical Solution

Windows2003 Server Standard Edition :

> Advanced Networking - Internet Authentication Service, Internet Connection Sharing
> Four-way symmetric Multi-processing
> Support upto 4GB RAM

Windows2003 Enterprise Edition :

> Utilized for Server Clusters
> Quorum - Independant Storage Solutions
> Volume Shadow Copy Service and Restoration
> Eight-way Symmetric Multi-processing
> Support for 1000GB or 1TB RAM ( Hot-Add )
> Internet Protocol Security
> Internet Authentication Service
> Windows System Resource Manager
> Auto-deployment
> Virtual Solutions

Bodhost Supports all three Windows2003 Server Options on our Dedicated Server Hosting packages.

cPanel Dedicated Servers : Apache Configuration

Tuesday, April 22nd, 2008

Following are few of the basics of the Apache Configuration in cPanel Dedicated Servers which should be made a note of :

a) Apache Configuration file cannot be considered as Data Storage. Many changes are made to the configuration file such as scripts. Please make sure if the configuration file is corrupted, state of the domain will be lost.

b) Apache Configuration file cannot considered as configuration interface. The best way is to not to edit the configuration file.

c) Creation of Configuration that works. Creation of disfunctional configuration is definitely possible. Adaptibility to these configuration and changes should be noted due to various possibilties.

Dedicated Server Hosting : Intel and AMD’s

Tuesday, April 22nd, 2008

Dedicated Server Multi-Core Processors are known very well these days. This includes clock speed. Bodhost offer Intel as Well as AMD’s. When it comes to RAM, we use FB-DIMM memory which provide higher capacity than DDR technology. It also includes enhanced CRC to maintain data and commands at highest possible Integrity.

Following are Some of the basic factors of Intel and AMD :

Intel Supports :

> DDR FB-DIMM
> Bit Lane Failover Connection
> Increased Memory Data Transfer
> DDR Enhanced
> 4 MB L2 Cache ( Each Core utilizes available amount of Cache )
> two directional System Bus
> 1066 / 1333 MHz FSB Speed

AMD Supports :

> DDR RAM
> 2 MB L2 Cache ( Cache Split in 2 Cores )
> Shared Data and Address Link

However, it is dependant upon the dedicated server you opt for.

Advantages of Linux/Windows Hosting

Tuesday, April 22nd, 2008

What are the advantages of Linux server hosting?

1) Linux OS is an open source software product and therefore it does not require the high licensing fees that other OS do; so you can freely download and use it freely.

2) A Linux website can easily be converted to a Windows website without much complications. Also, the website can easily be changed as the requirement of the user grows.

3) Linux web hosting is very economical as Linux is a free operating system. Usually, only the cost of distribution is borne by the host or owner.

4) When the scripting language like PHP, MySQL, or Perl etc. are required for your website then Linux server hosting is the most reliable and cost effective solution for you. Unless heavy load of scripting language, this will not be traceable.

5) There are many kinds of databases that run on Linux hosting, but the most likely among webhosting providers are MSQL, MySQL and PostgreSQL. These databases are relational by nature, and permit vastly optimized communication with your website for rapid reclamation of data.

6) By lots of circles Linux hosting is supposed to be much securing than Windows hosting, and for that reason only Linux server hosting is also the more popular choice for web designers and programmers.

What are the advantages of windows server hosting?

1) .NET technologies like ASP dot net VB dot net are available on this OS or platform. If you have a website built with Microsoft .NET technologies then you will have to choose a Windows server hosting plan.

2) If you need an enterprise class database there are some different features that run on a Linux platform but if you need Microsoft’s MSSQL database, a Windows hosting plan will be your best choice for this.

3) Access Databases are only obtainable with a Windows server hosting plan. Access can only run on a Microsoft Windows platform and thus it is unavailable on a Linux hosting. If your website needs particularly this feature then you will have to accept windows server hosting.

4) If you are using some of the Microsoft’s Sharepoint services a Windows Hosting plan is only reliable choice for you.

5) Windows plans typically much costly because of the license costs compulsory by Microsoft.

Normally, Linux server hosting plans are at least 20% economical than windows server hosting plans. If you need not to have any unique features for your website, like cart, searchable database etc, Linux server hosting is a finest alternative for your needs.

When you are required for specific Microsoft technologies, Windows hosting plans generally will be your favorable think. But for all small business owner needs Linux hosting plans will generally perform quite well for its cost effective features.

How to install APF ?

Tuesday, April 22nd, 2008

How to install APF (Advanced Policy Firewall)

APF is the site Description of the software: It is the is a policy which is based on iptables firewall system designed for ease of use and configuration. APF provides a set of features to fulfil the veteran Linux user and the novice alike. Packaged in tar.gz format and RPM formats, make APF ideal for deployment in many server environments based on Linux.

Follow these steps to install APF:-

1) First login to your server via SSH as root.

2) Make /usr/src the current working directory. Type: cd /usr/src

3) You can get the most curent verison of APF. Type: wget http://rfxnetworks.com/downloads/apf-current.tar.gz

4) Now expand the APF tar.gz file by typing: tar -xvzf apf-current.tar.gz

5) Remove the tar.gz file by typing: rm -f apf-current.tar.gz

6) Locate the APF directory by typing: ls -la Look for a directory named apf-#.#/ where #.# represents the version of APF being installed (APF version 0.8.7 would be in a directory apf-0.8.7/ and version 0.9 would be in a directory named apf-0.9).

7) Make the APF directory the current working directory. Use the directory name you located in step 5.

Note:The numbers will change as new versions are released. Type: cd apf-0.9

8) Run the APF installation by typing: sh ./install.sh

9) Make /etc/apf the current working directory by typing: cd /etc/apf

10) Now edit the conf.apf file as desired by typing: pico -w conf.apf

For this firewall to work properly you need to edit/add/delete ports. These ports will allow services such as mail, ftp, and ssh to come in and out of the server. If you have changed any ports, please modify them below and add/remove as needed.

# Common ingress (inbound) TCP ports IG_TCP_CPORTS=”20,21,22,25,53,80,110,143,443,465, 993,995,2082,2083,2086,2087,2095,2096,3306, 10000,35000_35999″ Please note that ports 2082 to port 2095 is mostly used by cpanel, and port 19638 is only use in ensim.

# Common ingress (inbound) UDP ports IG_UDP_CPORTS=”20,21,53,1040″

10) After you have finished with editing the ports save the file and test APF. CTRL-X, Y to save enter to confirm

11) Start APF. Type: ./apf –start or Type: service apf start

12) If APF is functioning properly and you are not locked out edit the conf.apf again Type: pico -w conf.apf

13) Set the DEVM parameter to 0 DEVM=”0″

14) Once done Exit and save the file. CTRL-X, Y to save enter to confirm

15) Restart APF by typing: service apf restart

Now for enabling connections for server monitoring. Some service providers that offer monitoring need access to your server, and access without setting off alarms, firewalls etc. is a good thing. Just note which IP(s) you put in here.

1) To allow connections from xx.xx.xx.xx/24 Type: pico -w /etc/apf/allow_hosts.rules

2) At the very end of the file add this line xx.xx.xx.xx/24 Of course replace the xx.xx.xx.xx with the IP address provided o you.

Steps to repair a corrupt MySQL table?

Wednesday, March 26th, 2008

The following similar database error may be fixed by running a repair on the specified database table: “Can’t open file: ‘phpbb_topics.MYI’ (errno: 144).”

Follow these steps given below to repair a table in your database:-

1) Log into your Control Panel

2) Click Site Tools

3) Click Database Manager

4) For the databse in question, click Admin

5) Click phpMyAdmin

6) Click on the database name

7) Click the SQL tab

8) In the box, enter the following query (where table_name is the name of the table being referenced in the error message): repair table table_name

9) Click Go.

Database backup with mysqldump or mysqlhotcopy

Wednesday, March 26th, 2008

You can backup your database by using mysqldump program or the mysqlhotcopy script. mysqldump is more general because it can back up all kinds of tables. mysqlhotcopy works only with some storage engines.

Create a full backup of your database:

shell> mysqldump –tab=/path/to/some/dir –opt db_name

Or:

shell> mysqlhotcopy db_name /path/to/some/dir

You can also create a binary backup simply by just copying all table files (*.frm, *.MYD, and *.MYI files), as long as the server isn’t updating anything. The mysqlhotcopy script uses this method.
Note:These methods do not work if your database contains InnoDB tables. InnoDB does not necessarily store table contents in database directories, and mysqlhotcopy works only for MyISAM and ISAM tables.

Define Bandwidth

Friday, March 21st, 2008

Every hosting package provides Some GB of bandwidth per month. To put into perspective - the average web page includes roughly 200KB of data on first page load. Once cached, as the viewer visits other pages in your website, that number drops to around 20KB of new data per page - depending on the website - and then 0KB when viewing the same page twice in the same session. There are 1024KB per MB. To reach 1MB of bandwidth, you would have to view roughly 41 pages of your website. Doing the math, by multiplying 41 by size, you will have to have a total of xyz page views per month to exceed your bandwidth - not counting the zero-usage page views. Exceeding this limit is not common, but we have hosting upgrades available if it happens.

What is the difference between Dedicated IP and Shared IP

Monday, March 10th, 2008

Ans:Dedicated IP address is also called as static IP,it means that a website has its own IP address. Whether you type in your URL or the numeric form of its IP address, both will bring you to the same domain.

Shared IP address means that multiple websites share the same IP address. Web servers can determine by the domain entered in a user’s browser which website is being requested. Typing in the IP address will bring you to some kind of generic page instead of the specific site you want.