Showing posts with label configuration. Show all posts
Showing posts with label configuration. Show all posts

Monday, August 31, 2015

How to Sell Server Space


Set up your web server. You can either build one, purchase one, or rent space on an existing web server. Next you will need to insure the server is connected to a high speed internet connection with a dedicated ip address. Then purchase a domain name and configure name servers such as ns1.yourdomain.com and ns2.yourdomain.com. This will allow those buying web server space from you to point their domains to your web server. Ensure the necessary programs and software are installed, such as the Linux Operating System, Apache Server software, PHP programming environment, and MySQL databases.
Select your administration software. One of the most automatic and easy to use web server administration software is the combination of cPanel and Web Host Manger (WHM). This will allow you to quickly and easily setup new web sites on your server, perform administrative tasks, as well as give limited control and configuration to your customers.
Set up hosting packages. You should create different price points for different packages which include different features and level of storage space and bandwidth. This can be easily done with WHM. Make sure to assign the correct package when setting up a new site for a customer. Changes or upgrades can be easily made as well.
Create a web site to advertise, display the pricing and details of each package, and to take credit card orders is an effective and helpful way to bring in new customers. Create language about support, terms of conditions, ways to order, information about your company, and more.
Set up a PayPal account to accept credit card payments. One of the most cost effective and easiest ways to accept recurring monthly billing through credit cards is with PayPal subscriptions. Creating a PayPal account is free with a 3 to 5 percent fee charged to each order. PayPal is a commonly used method and allows for purchase with a PayPal account, credit card, or debit card. When configured correctly the order will automatically bill each month, year, or whatever period you set up. You can easily email an invoice with a payment link or embed the payment link into your web site.
Create or rent a daily backup solution so that your data and those of your clients are protected from any viruses, hacker attempts, or hardware or software failures. Explain your backup policy to your customers in your terms of agreement and determine any potential problems or limitations ahead of time.
Set up a fee structure for additional services. This includes advanced support, site or data restoration, custom coding, custom configuration, web design, and more. By offering these additional services you can increase your income and continue to meet the needs of your customers.
VPS Hosting

Tuesday, August 25, 2015

Setting Up a Web Server (7 Steps)


Install the Apache web server software. Follow the installation wizard to complete the automated process.
Test the web server software by typing \'http://localhost\" (without quotation marks) in your web browser. You should see the Apache web server test page. This means you've successfully installed web server capabilities on your computer.
Open the web server configuration file using the text editor. The configuration file is stored in C:\Program Files\Apache Group\Apache2\conf\httpd.conf.
Search for \'#DocumentRoot \'C:/Program Files/Apache Group/Apache2/htdocs\'\' in the configuration file. Under it, enter the following text: DocumentRoot \'LOCATION HERE\'. Replace the capital text with the folder that you would like to share on the server, such as C:/User/My Documents.
Search for \'#
\' in the configuration file. Under it, enter the following text:
Change the capital text to the shared folder you entered in Step 4.
Search for \'AllowOverride None\' and change to \'AllowOverride All.\' Close and save the file.
Test your web server by navigating to the server host. You should now be able to access the folder you set to share in the configuration file. Your web server is now set up on your computer.
VPS Hosting

Sunday, August 23, 2015

How to Enable SSL Protocol (5 Steps)


Click the Windows 'Start' button and select 'Control Panel.' Double-click 'Administrative Tasks' and then click the 'Internet Information Services (IIS)' icon. This opens the configuration window.
Right-click the website you want to edit on the left side of the window pane. Select 'Properties' to open the configuration window for the website.
Click the 'Website' tab. In the section labeled 'Web Site Identification,' verify that the port enabled is '443'; 443 is the default number for SSL-secured sites.
Click the 'Advanced' button. In the window that opens, look in the section labeled 'Multiple SSL Identities for this Web Site.' If port 443 is not displayed, click the 'Add' button and enter 443 in the text box labeled 'SSL Port.' Click the 'OK' button.
Click the 'Directory Security' tab. Select a directory on the website and click the 'Edit' button. Check the box labeled 'Require Secure Channel (SSL).' Click the 'OK' button. SSL is now enabled on the server.
VPS Hosting