Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
Thread Tools
Old 05-29-2005, 08:59 PM   #1 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 367
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
XP Server

I want to turn my Windows XP machine into a web server using Apache and Filezilla. (If you have better choices let me know.) I need to know how to not only get past my router and onto the internet but I also need to know what sort of settings I need to allow inside XP. So far all I've been able to do is open up the firewall ports for the programs, but it doesn't work.

Also I don't have a domain name yet. I'm fairly sure I can just use my IP as a URL. I'm just screwing around here and not worried about securtiy. But in the process of this thread I'd like to know how, once I've bought one, to set up the domain name. I don't have one cause I don't have the cash. I doubt there are free DNS services but if you know of one just tip me off.
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 09:03 AM   #2 (permalink)
Registered User
 
Ashler's Avatar
 
Join Date: May 2005
Location: Memphis, TN
Posts: 128
OS: XP Pro


go to dyndns.org Their service is free and works with Dynamic IP addresses. I have been using it for about 4 months now and hosting my own ftp and web sites with no problem.
Ashler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 09:21 AM   #3 (permalink)
elf
Assistant Manager, Microsoft Support
 
elf's Avatar
 
Join Date: Jul 2002
Location: Knoxville, TN or Austin, TX depending
Posts: 6,202
OS: WinXP Pro SP2 and Slackware 10.1

My System

Send a message via AIM to elf
Yep dyndns.org is a good service...I have one up using them to at http://elf.kicks-a**.org used ip because site filters out address name.

Make sure you forward port 80 to your computer from the router. Make sure the ports are open through any firewall you are using (zonealarm or otherwise). You will have to edit your httpd.conf file some to get it all set up correctly. Then make sure your apache service is started and see if you can load up the site. If it doesn't load try loading http://127.0.0.1 and see if the apache server is working correctly.
__________________


If TSF has helped you, Tell us about it! or Donate to help keep the site up!
I do not subscribe to threads, so if I stop replying, PM me with a link to your thread so I can find it again.

Last edited by elf : 05-31-2005 at 09:23 AM.
elf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 02:04 PM   #4 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 367
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
Well I have Apache up and running fine
http://localhost displays the default page


But I can't get through the router
I've forewarded all the ports but all I get from the URL is an error.

I've also added my new URL everywhere I'm supposed to on the router

Also my IP doesn't load up the site either

Last edited by Aeuzent : 05-31-2005 at 02:06 PM.
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 04:00 PM   #5 (permalink)
elf
Assistant Manager, Microsoft Support
 
elf's Avatar
 
Join Date: Jul 2002
Location: Knoxville, TN or Austin, TX depending
Posts: 6,202
OS: WinXP Pro SP2 and Slackware 10.1

My System

Send a message via AIM to elf
Do you have a url? have you tried using your ip? Also make sure you are forwarding port 80 through your router to your computer (e.g. to your local ip 192.168.xxx.xxx)
__________________


If TSF has helped you, Tell us about it! or Donate to help keep the site up!
I do not subscribe to threads, so if I stop replying, PM me with a link to your thread so I can find it again.
elf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 04:20 PM   #6 (permalink)
Registered User
 
Join Date: May 2005
Posts: 8
OS: XP / Redhat


Just to add

Just adding a note

that if you have setup your Dynamic DNS and your webserver works when you browse to http://localhost .

If you are trying to connect from INside you own network to your own external IP/DNS name this WILL NOT work.. Try it externaly all you need is port 80 TCP fowarded from router/firewall to the webserver..

Hope this helps

S
shanemort is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 05:05 PM   #7 (permalink)
elf
Assistant Manager, Microsoft Support
 
elf's Avatar
 
Join Date: Jul 2002
Location: Knoxville, TN or Austin, TX depending
Posts: 6,202
OS: WinXP Pro SP2 and Slackware 10.1

My System

Send a message via AIM to elf
Quote:
Originally Posted by shanemort
Just adding a note

that if you have setup your Dynamic DNS and your webserver works when you browse to http://localhost .

If you are trying to connect from INside you own network to your own external IP/DNS name this WILL NOT work.. Try it externaly all you need is port 80 TCP fowarded from router/firewall to the webserver..

Hope this helps

S
I wholely disagree...I can connect to my own computer through my external ip, and I can also connect to my other webserver on the external ip. If you can't connect to it from your computer chances are no one else can either. If you like you can post the domain here and we will tell you if it's up.
__________________


If TSF has helped you, Tell us about it! or Donate to help keep the site up!
I do not subscribe to threads, so if I stop replying, PM me with a link to your thread so I can find it again.
elf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 08:55 PM   #8 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 367
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
The domain I got is http://aeuzent.kicks-***.net

I do have the port forwarded to this machine's IP and I have the DynamicDNS set up, as far as I know
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 09:18 PM   #9 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 91
OS: XP


Some packages of Apache are distributed with Localhost (and 127.0.0.1 of course) being the only addresses captured by the apache service. You have to alter the .conf file (the name evades me at the moment and I no longer have Apache on here) for it to accept external connections like the router. Hopefully someone else here is familiar with the main configuration file and can confirm/counter/expand this suggestion.
jonharris is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-31-2005, 10:47 PM   #10 (permalink)
elf
Assistant Manager, Microsoft Support
 
elf's Avatar
 
Join Date: Jul 2002
Location: Knoxville, TN or Austin, TX depending
Posts: 6,202
OS: WinXP Pro SP2 and Slackware 10.1

My System

Send a message via AIM to elf
I don't think you even have the address set up correctly...I can't ping it. You've got it registered, make sure your have a client to update your dynamic ip. As it changes the dyndns.org servers need to get an updated ip. They have clients available that will automatically update it for you available HERE
__________________


If TSF has helped you, Tell us about it! or Donate to help keep the site up!
I do not subscribe to threads, so if I stop replying, PM me with a link to your thread so I can find it again.
elf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-01-2005, 12:30 AM   #11 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 367
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
I have downloaded and installed that program and after a quick check through the apache conf file I see no refrences to the localhost, nor it's ip counter part.
When I set up this version it gave me an option to add in the domain name.


I'm still confused as hell here, just tell me what to do.
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-01-2005, 01:19 AM   #12 (permalink)
Registered User
 
stevepayne's Avatar
 
Join Date: Nov 2004
Location: UK
Posts: 59
OS: Win 2000 / XP / 2003 / Vista


Apache httpd.conf

To get the apache http server running, you have to make 3 changes to the httpd.conf file - by default located under Program Files\Apache Group\Apache\conf\

Use notepad to open it, and make the following changes:

Under ###Section 2: 'Main' server configuration

1. write your url after:

Servername[space]

2. the local address of your website (.e.g. c:\website\) after

Documentroot[space]

3. in "quotes" and within the <> write your local adress again

<directory "">


you'll have to do a fair amount of scrolling but they are all there on their seperate lines... I believe this is all I modified to get apache running - however I've moved onto IIS now so forgive me if I missed something.
stevepayne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-01-2005, 11:51 AM   #13 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 367
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
Well Apache was running, however this was nice cause I got to define my root folder


But still no response at http://aeuzent.kicks-***.net
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-01-2005, 01:21 PM   #14 (permalink)
Registered User
 
Join Date: May 2005
Posts: 8
OS: XP / Redhat


Quote:
Originally Posted by elf
I wholely disagree...I can connect to my own computer through my external ip, and I can also connect to my other webserver on the external ip. If you can't connect to it from your computer chances are no one else can either. If you like you can post the domain here and we will tell you if it's up.
ELF When u are connecting to your own pc are you sitting at it ???
is your gateway to the real world that same IP your connecting too??
shanemort is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-01-2005, 01:51 PM   #15 (permalink)
elf
Assistant Manager, Microsoft Support
 
elf's Avatar
 
Join Date: Jul 2002
Location: Knoxville, TN or Austin, TX depending
Posts: 6,202
OS: WinXP Pro SP2 and Slackware 10.1

My System

Send a message via AIM to elf
My default gateway is 192.168.0.1, I am 192.168.0.131...I was connecting to 69.138.xxx.xxx(my external ip - or elf.kicks-a**.org which is my domain). The website is hosted off me (e.g. 192.168.0.131 or 127.0.0.1 or localhost)
__________________


If TSF has helped you, Tell us about it! or Donate to help keep the site up!
I do not subscribe to threads, so if I stop replying, PM me with a link to your thread so I can find it again.

Last edited by elf : 06-01-2005 at 01:54 PM.
elf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-01-2005, 02:33 PM   #16 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 367
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
Maybe we could break down step by step everything I need to do to connect Apache on my computer with the domain name http://aeuzent.kicks-***.net

Including all the steps with opening up ports


Then I could see what step I'm missing
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 04:50 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82