Home Web Server: Single Page Guide: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 1: Line 1:
<span id="top"></span>
=[http://ehiqikag.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
<div style="padding:0;margin:0; border-bottom:3px inset #000000">
&lt;span id=&quot;top&quot;&gt;&lt;/span&gt;
&lt;div style=&quot;padding:0;margin:0; border-bottom:3px inset #000000&quot;&gt;
{|  
{|  
| [[Image:uc_small_logo.gif | MPG UniCenter]] ||
| [[Image:uc_small_logo.gif | MPG UniCenter]] ||
Line 14: Line 15:
[[Home Web Server: Known Problems | Problems]]
[[Home Web Server: Known Problems | Problems]]
|}
|}
</div>
&lt;/div&gt;
{| cellpadding="2"
{| cellpadding=&quot;2&quot;
|
|
__TOC__
__TOC__
||
||
'''Quick Home Web Server'''<br>'''Home Web Server Uniform Server 3.5-Apollo.'''
'''Quick Home Web Server'''&lt;br&gt;'''Home Web Server Uniform Server 3.5-Apollo.'''
|}
|}
This page provides a quick tutorial showing how easy it is to put a home web server on-line using Uniform Server 3.5-Apollo.
This page provides a quick tutorial showing how easy it is to put a home web server on-line using Uniform Server 3.5-Apollo.


== Install Uniform Server 3.5-Apollo ==
== Install Uniform Server 3.5-Apollo ==
{|cellpadding="4"
{|cellpadding=&quot;4&quot;
|-
|-
|valign="top"|1&nbsp;||Create a new folder named '''uniserver''' (you can choose whatever name you like)
|valign=&quot;top&quot;|1&amp;nbsp;||Create a new folder named '''uniserver''' (you can choose whatever name you like)
|-
|-
|valign="top"|2||Download [http://sourceforge.net/project/showfiles.php?group_id=53691&package_id=48193 Uniform Server] (the file you are looking is '''UniServer3_5.exe''') save it to the folder you created in step 1
|valign=&quot;top&quot;|2||Download [http://sourceforge.net/project/showfiles.php?group_id=53691&amp;package_id=48193 Uniform Server] (the file you are looking is '''UniServer3_5.exe''') save it to the folder you created in step 1
|-
|-
|valign="top"|3||Extract files by '''Double-clicking''' on the file '''UniServer3_5.exe''', accept the defaults.
|valign=&quot;top&quot;|3||Extract files by '''Double-clicking''' on the file '''UniServer3_5.exe''', accept the defaults.
|-
|-
|valign="top"|4||Once unpacked you will see a new folder named '''Uniform Server''' open this folder.
|valign=&quot;top&quot;|4||Once unpacked you will see a new folder named '''Uniform Server''' open this folder.
|-
|-
|valign="top"|5||Start the servers by double-clicking on '''Server_Start.bat''', when challenged by your firewall allow connection on all ports.
|valign=&quot;top&quot;|5||Start the servers by double-clicking on '''Server_Start.bat''', when challenged by your firewall allow connection on all ports.
|-
|-
|valign="top"|6||Your browser will start (if not already running) and a web page will open displaying your web server control panel (apanel).<br>     '''''Note'':''' You can run apanel at anytime by typing the following into your browser '''<nowiki>http://localhost/apanel/</nowiki>'''
|valign=&quot;top&quot;|6||Your browser will start (if not already running) and a web page will open displaying your web server control panel (apanel).&lt;br&gt;     '''''Note'':''' You can run apanel at anytime by typing the following into your browser '''&lt;nowiki&gt;http://localhost/apanel/&lt;/nowiki&gt;'''
|-
|-
|valign="top"|7|| With apanel displayed scroll down to the '''Configurations''' section of the left menu.
|valign=&quot;top&quot;|7|| With apanel displayed scroll down to the '''Configurations''' section of the left menu.
*Click '''MySQL Server Configuration''' at the bottom of this section.
*Click '''MySQL Server Configuration''' at the bottom of this section.
*The default password ('''''root''''') needs changing, type in a new MySQL Password and click change. ('''[[Home Web Server: Security#Set MySQL Password |details]]''')
*The default password ('''''root''''') needs changing, type in a new MySQL Password and click change. ('''[[Home Web Server: Security#Set MySQL Password |details]]''')
|-
|-
|valign="top"|8|| Stop the servers by double-clicking on '''Stop.bat''' in folder Uniform Server.
|valign=&quot;top&quot;|8|| Stop the servers by double-clicking on '''Stop.bat''' in folder Uniform Server.
|}
|}


Line 54: Line 55:
To put the servers on-line edit .htaccess as follows:
To put the servers on-line edit .htaccess as follows:
xxxxxxxxxxxxx
xxxxxxxxxxxxx
{|cellpadding="4"
{|cellpadding=&quot;4&quot;
|-
|-
|valign="top"|&nbsp;9&nbsp;||Open folder '''www'''
|valign=&quot;top&quot;|&amp;nbsp;9&amp;nbsp;||Open folder '''www'''
|-
|-
|valign="top"|10||Open the file '''.htaccess''' in a text editor and change the fourth, fifth and sixth lines to this:
|valign=&quot;top&quot;|10||Open the file '''.htaccess''' in a text editor and change the fourth, fifth and sixth lines to this:
:'''<nowiki>#</nowiki>Order Deny,Allow'''<br>
:'''&lt;nowiki&gt;#&lt;/nowiki&gt;Order Deny,Allow'''&lt;br&gt;
:'''<nowiki>#</nowiki>Deny from all'''<br>
:'''&lt;nowiki&gt;#&lt;/nowiki&gt;Deny from all'''&lt;br&gt;
:'''<nowiki>#</nowiki>Allow from 127.0.0.1'''
:'''&lt;nowiki&gt;#&lt;/nowiki&gt;Allow from 127.0.0.1'''
|-
|-
|valign="top"|11||'''Save''' the file.
|valign=&quot;top&quot;|11||'''Save''' the file.
|-
|-
|valign="top"|12||Start the servers, Double-click '''Server_Start.bat'''
|valign=&quot;top&quot;|12||Start the servers, Double-click '''Server_Start.bat'''
|}
|}


Line 71: Line 72:


=== Test local access ===
=== Test local access ===
Type '''<nowiki>http://localhost/</nowiki>''' into your browser, Uniform Server image logo displayed (centre of the web page) confirms pages are being served.
Type '''&lt;nowiki&gt;http://localhost/&lt;/nowiki&gt;''' into your browser, Uniform Server image logo displayed (centre of the web page) confirms pages are being served.


=== Test on-line access ===
=== Test on-line access ===
If you have a fixed IP address us that in the following test otherwise you need to determine your IP address.
If you have a fixed IP address us that in the following test otherwise you need to determine your IP address.


To do this quickest way is to use the following link [http://www.whatismyip.com/ http://www.whatismyip.com/] type this IP address into your browser for example''' <nowiki>http://12.345.67.899/</nowiki>'''
To do this quickest way is to use the following link [http://www.whatismyip.com/ http://www.whatismyip.com/] type this IP address into your browser for example''' &lt;nowiki&gt;http://12.345.67.899/&lt;/nowiki&gt;'''


Uniform Server image logo displayed (centre of the web page) confirms pages are being served to the Internet.
Uniform Server image logo displayed (centre of the web page) confirms pages are being served to the Internet.
Line 104: Line 105:
Create an account at '''[http://www.dyndns.org/ DynDNS]''' log in and set up your account as follows:
Create an account at '''[http://www.dyndns.org/ DynDNS]''' log in and set up your account as follows:


{|cellpadding="4"
{|cellpadding=&quot;4&quot;
|-
|-
|valign="top"|1&nbsp;||'''Login''' to DynDNS using your '''name''' and '''password'''.
|valign=&quot;top&quot;|1&amp;nbsp;||'''Login''' to DynDNS using your '''name''' and '''password'''.
|-
|-
|valign="top"|2||Click on '''My services''' (either use left menu or top right link)
|valign=&quot;top&quot;|2||Click on '''My services''' (either use left menu or top right link)
|-
|-
|valign="top"|3||Click on '''Add New Hostname''' (link to the right of Hostnames)
|valign=&quot;top&quot;|3||Click on '''Add New Hostname''' (link to the right of Hostnames)
|-
|-
|valign="top"|4||Enter '''Hostname''': that you wish to use (example: '''fred''')to the right select the second part from the drop down menu (example: '''gotdns.com''')
|valign=&quot;top&quot;|4||Enter '''Hostname''': that you wish to use (example: '''fred''')to the right select the second part from the drop down menu (example: '''gotdns.com''')
|-
|-
|valign="top"|5||Check the '''Wildcard''': box
|valign=&quot;top&quot;|5||Check the '''Wildcard''': box
|-
|-
|valign="top"|6||'''Service Type:''' select the radio button '''Host with IP address'''
|valign=&quot;top&quot;|6||'''Service Type:''' select the radio button '''Host with IP address'''
|-
|-
|valign="top"|7||'''IP Address:''' If the IP address field is not automatically filled in click '''Use auto detected IP address''' link
|valign=&quot;top&quot;|7||'''IP Address:''' If the IP address field is not automatically filled in click '''Use auto detected IP address''' link
|-
|-
|valign="top"|8||Click '''Create Host''' (You may have to repeat this process if that domain is already in use)
|valign=&quot;top&quot;|8||Click '''Create Host''' (You may have to repeat this process if that domain is already in use)
|-
|-
|valign="top"|9||'''''Note'':''' When you now click My services you will see your host listed (example fred.gotdns.com) and your IP address.<br>
|valign=&quot;top&quot;|9||'''''Note'':''' When you now click My services you will see your host listed (example fred.gotdns.com) and your IP address.&lt;br&gt;
If you need to manually change your IP address click on your host link it takes you to the config page.
If you need to manually change your IP address click on your host link it takes you to the config page.
|}
|}
Line 159: Line 160:
I prefer a portable solution and have written a detailed installing guide the steps are as follows:
I prefer a portable solution and have written a detailed installing guide the steps are as follows:


{|cellpadding="2"
{|cellpadding=&quot;2&quot;
|-
|-
|valign="top"|&nbsp;1&nbsp;||Go to [http://kanasolution.com/download.php?i=36 Kanasolution.com]
|valign=&quot;top&quot;|&amp;nbsp;1&amp;nbsp;||Go to [http://kanasolution.com/download.php?i=36 Kanasolution.com]
|-
|-
|valign="top"|&nbsp;2||Scroll down the page to '''Without Setup''' and click the download image to download the file '''DynDNS-3.1.0.15.zip'''
|valign=&quot;top&quot;|&amp;nbsp;2||Scroll down the page to '''Without Setup''' and click the download image to download the file '''DynDNS-3.1.0.15.zip'''
|-
|-
|valign="top"|&nbsp;3||Save this file to folder '''Uniform Server'''. (contains the start and stop batch files)
|valign=&quot;top&quot;|&amp;nbsp;3||Save this file to folder '''Uniform Server'''. (contains the start and stop batch files)
|-
|-
|valign="top"|&nbsp;4||Extract the files, right click on the file '''DynDNS-3.1.0.15.zip''' and select extract all, click '''Next''' and '''Next''' again.
|valign=&quot;top&quot;|&amp;nbsp;4||Extract the files, right click on the file '''DynDNS-3.1.0.15.zip''' and select extract all, click '''Next''' and '''Next''' again.
|-
|-
|valign="top"|&nbsp;5||This creates a new folder named DynDNS-3.1.0.15 rename it to '''dyndns_updater'''
|valign=&quot;top&quot;|&amp;nbsp;5||This creates a new folder named DynDNS-3.1.0.15 rename it to '''dyndns_updater'''
|-
|-
|valign="top"|&nbsp;6||If you wish to save disk space delete the file '''DynDNS-3.1.0.15.zip'''
|valign=&quot;top&quot;|&amp;nbsp;6||If you wish to save disk space delete the file '''DynDNS-3.1.0.15.zip'''
|-
|-
|valign="top"|&nbsp;7||Connect to the Internet
|valign=&quot;top&quot;|&amp;nbsp;7||Connect to the Internet
|-
|-
|valign="top"|&nbsp;8||Open folder '''dyndns_updater''' and double click on '''DynDNS.exe'''
|valign=&quot;top&quot;|&amp;nbsp;8||Open folder '''dyndns_updater''' and double click on '''DynDNS.exe'''
|-
|-
|valign="top"|&nbsp;9||Welcome page is displayed click '''Next'''
|valign=&quot;top&quot;|&amp;nbsp;9||Welcome page is displayed click '''Next'''
|-
|-
|valign="top"|10||Choose your connection type: '''Select Local Area Network''' click '''Next'''
|valign=&quot;top&quot;|10||Choose your connection type: '''Select Local Area Network''' click '''Next'''
|-
|-
|valign="top"|11||Public IP address: Click '''Detect My IP''', and check that it detects and displays your IP address. Click '''Next'''
|valign=&quot;top&quot;|11||Public IP address: Click '''Detect My IP''', and check that it detects and displays your IP address. Click '''Next'''
|-
|-
|valign="top"|12||Hostname Group: Enter '''ALL''' (choose anything you like). Click '''Next'''
|valign=&quot;top&quot;|12||Hostname Group: Enter '''ALL''' (choose anything you like). Click '''Next'''
|-
|-
|valign="top"|13||Enter your DynDNS account information '''Username''' and account '''Password'''. Repeat the password in the Confirm box. Click '''Next'''
|valign=&quot;top&quot;|13||Enter your DynDNS account information '''Username''' and account '''Password'''. Repeat the password in the Confirm box. Click '''Next'''
|-
|-
|valign="top"|14||Make sure the '''YES''' radio button is selected. This downloads all the hosts that exist in your account. Click '''Next'''
|valign=&quot;top&quot;|14||Make sure the '''YES''' radio button is selected. This downloads all the hosts that exist in your account. Click '''Next'''
|-
|-
|valign="top"|15||Hostname Information: '''Check''' the box for each host that you want DynDNS updater to update. Click '''Next'''
|valign=&quot;top&quot;|15||Hostname Information: '''Check''' the box for each host that you want DynDNS updater to update. Click '''Next'''
|-
|-
|valign="top"|16|| '''Check''' the box enable automatic update. Click '''Next'''
|valign=&quot;top&quot;|16|| '''Check''' the box enable automatic update. Click '''Next'''
|-
|-
|valign="top"|17||Leave both radio buttons '''un-selected'''. Click '''Next'''
|valign=&quot;top&quot;|17||Leave both radio buttons '''un-selected'''. Click '''Next'''
|-
|-
|valign="top"|18||Click '''Finished'''.
|valign=&quot;top&quot;|18||Click '''Finished'''.
|}
|}


322

edits