Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> How Do I Setup A Web Server?, Web server
InitialDriveGTR
post Jan 22 2006, 07:46 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 27
Joined: 22-January 06
From: USA
Member No.: 10,828



I was wonder how i could set up a website from my house. I have a old Dell with a P2 that has been acting as file server for the last year. It runs windows XP Pro, and already has a copy Apache installed on it. I don't know if this would make a difference, but it's got about one Terabyte worth of space on it's four disks. Thanks in advance.
Go to the top of the page
 
+Quote Post
Houdini
post Jan 23 2006, 12:22 AM
Post #2


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



If you have plenty of money and some technical help or can learn quickly here are a couple of links, but it is expensive and time consuming and involves legal issues and business matters.

ISP info
and this one also Your Own ISP

Good luck!

Hey Now we have an edit button, this is great.

This post has been edited by Houdini: Feb 28 2006, 08:35 PM
Go to the top of the page
 
+Quote Post
InitialDriveGTR
post Jan 23 2006, 12:39 AM
Post #3


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 27
Joined: 22-January 06
From: USA
Member No.: 10,828



Well, of possible, I would like to run it out of my house, using my current T1 connection. My house network is all wireless, so I am not sure what i would have to do about that. Thanks for your time and help.
Go to the top of the page
 
+Quote Post
vujsa
post Jan 23 2006, 04:30 AM
Post #4


Absolute Newbie
Group Icon

Group: Admin
Posts: 888
Joined: 20-February 05
From: Indianapolis, Indiana, USA (Midwest)
Member No.: 2,714
myCENTs:35.43



Things that you'll need:

Apache installed and configured
Router to forward all HTTP request to the correct computer. (Port Forwarding)
- OR -
Seperate IP Address for the Web server

Not Required but helpful:

MySQL
PHP
perl



First, Install and configure Apache. I'd use the default configuration until you learn how to work with Apache. You'll need to set a few parameters in a few places to get things working correctly. Like where to find your web documents.

You'll need to route all incoming HTTP requests to the the server by either getting the server it's own IP address/modem/network or with a router that has port forwarding capabilities. Just forward all port 80 (HTTP) requests to the local IP address of the server.

That is all that you have to do but your website won't be very useful.


perl, mySQL, and PHP are all availible to download and install for free. They should come with help files to explain how to configure Apache to use them correctly.

There are a lot of other free applications you'll need in order to get your server fully configured for typical use. Email and FTP to name a few applications you may want to add.



You may want to consider using a Linux installation on your server since Windows has a lot of trouble producing a web server like the majority of us are used to using.
Most Linux distributions provide web server options out of the box and is also free. The down side is that you'll need to learn how to run a Linux system. There are a lot of places to find information about running a Linux server.

I run a simple web server on my home network to use for script testing and family photos which I set up to read directly from my local photo directory. It runs on Windows XP so I have a lot of trouble securing the server and running certain options.

Once I find myself with an extra system, I'll install Linux (probably Fedora Core) on it and set it up as a full web server. Of course, I'll need to learn how to administer Linux before then sad.gif


Anyway, I got all of my information for setting up a web server from a book:
PHP - Fast & Easy Web Development (2nd Edition)
By: Julie C. Meloni
ISBN: 1-931841-87-X

It included all of the information I needed to get a test server running. I use it to develope PHP scripts without having to wait for uploads after every change. Also saves me the bandwidth I would otherwise use by making so many uploads. Once a script is working correctly (as correctly as it can on my Windows setup), I upload it to the AstaHost server and make any required changes to get it working on the hosting server.

At the time I configured my local web server, I didn't have acces to mySQL, PHP, or perl so I couldn't learn how to create web applications. I learned all of the PHP I know as a result of setting up my own test server.

Not sure that I have given you the information you asked for but I hope it will open your eyes to the general setup and use of such a server.

vujsa
Go to the top of the page
 
+Quote Post
pyost
post Jan 23 2006, 04:54 PM
Post #5


Nenad Bozidarevic
Group Icon

Group: [MODERATOR]
Posts: 1,049
Joined: 7-November 05
From: Belgrade, Serbia
Member No.: 9,500
myCENTs:9.92



I'm not sure if I understood you well, enough, but here is something useful. If you want to put up a web site that would be available from everywhere in the world, and you want to do it for free, there are a few things you can do.

As vujsa already said, use Linux. It's much more secure and a big percent of web servers uses it.
The thing that I found interesting is this. I don't know if you have a static IP address, because i'm not into t1, but even if you don't you can setup a website that would be available every time when you are online.
Anyway, check this out. You can setup a free domain name (something.co.nr) and if your IP address changes, you can run a script everytime it does. A bit complicated to explain.

QUOTE
Do you know you can run your own webserver from your home computer?

Yes, it is possible to run your own webserver from your home computer and host your website there even if you have a Dynamic IP address.

And you can use your Basic Free Domain Name to reach it!

We automatically determine your IP address, and than everyone, who types your domain (www.something.co.nr) in his/her web browser, will be redirected to your home webserver!

Important: Of course, first you have to install the webserver on your computer.

Than, all you have to do is to call the URL below from your web browser every time you start your server (when your IP changes):


http://www.freedomain.co.nr/dyna.php?domai...&pass=something

or

http://www.freedomain.co.nr/dyna.php?domai...ir=sub_dir_name


where "&dir=sub_dir_name" is optional. If you want to point your free domain to a subdirectory of you main server directory then put the name of that subdirectory instead of "sub_dir_name".

e.g. if you want to point your domain to http://123.123.123.123/mysite/ then put mysite instead of sub_dir_name
Go to the top of the page
 
+Quote Post
InitialDriveGTR
post Jan 23 2006, 06:32 PM
Post #6


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 27
Joined: 22-January 06
From: USA
Member No.: 10,828



Firstly, and i forgeot to mention this, but i mostly use linux, and that the server is a multi-boot. Second, for the last year or so, i have been using or neighbor's internet, and she put a password on the settings page, and thus i can't access the ip forwarding. The only other internet in our house is dial-up, which i know for a fact i can't use.
Go to the top of the page
 
+Quote Post
Pina
post Jan 31 2006, 08:46 PM
Post #7


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 29
Joined: 19-January 06
Member No.: 10,786



The most easy away I know to Setu a Web Server is using Appserv. If you are a beginner AppServ is the bet you can use with time you will know other more complex applications like phpDev.
Go to the top of the page
 
+Quote Post
fa1512
post Feb 2 2006, 12:28 AM
Post #8


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 9
Joined: 1-February 06
Member No.: 11,017



isnt there an easy way to run a webpage from your house?
Go to the top of the page
 
+Quote Post
yordan
post Feb 2 2006, 10:11 PM
Post #9


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,240
Joined: 16-August 05
Member No.: 7,896
myCENTs:7.01



QUOTE
it's got about one Terabyte worth of space on it's four disks

Wow! One terabyte ! I'm pretty sure a lot of people here are interested sharing this disk space!
Go to the top of the page
 
+Quote Post
saggi
post Jul 11 2006, 06:44 PM
Post #10


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 25
Joined: 8-July 06
Member No.: 14,383



man u can take help from me mail me mine E-amil is saggi2@gmail.com i having a great expericne of seeting a web server with apace,perll,mysql,python,tomcat
i am not kiidng i have alot of experince u can just contact mei am sure u will find me sea of knowledge in this field
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Setting Up A Web Server Computer At Home(8)
  2. Accessing The Ftp Server(5)
  3. 2 Servers, 1 Domain(6)
  4. Fedora 3: Trying To Setup Ftp/http Server(2)
  5. Can't Run Any Local Server On This Pc(0)
  6. Free Flash Communication Server Host(1)
  7. Multiple Domains For Home Server(4)
  8. How Do Can I Setup Usernames And Passwords?(3)
  9. Want To Create A Community Website(4)
  10. Free Secondary Dns/backup Name Server List(0)
  11. Web Server Uplink Speed Is Very Slow(2)
  12. Server Side Includes - Alternative Method To This?(3)
  13. What Is Server Updation?(1)
  14. Apache Setup Problem(3)
  15. Free Mysql Server Sites(9)
  1. Where Is The Control Panel In A Windows Hosting Server?(3)
  2. Mysql With My Own Server(4)
  3. Gmail For Mail Server.(7)


 



- Lo-Fi Version Time is now: 4th December 2008 - 03:06 AM