|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 Apache(Click here to view the original thread with full colors/images)Posted by: jonmon6691 I dont want to use a web host and i dont care about a domain names, as long as someone can type in my IP and get my website stored by ME not a domain. I know i want to use apache and i have played with it before and got a page on my loacl host but i want it to be on my 71.111.*.* not 127.0.0.1 how do i do this? Posted by: Greg You need to forward port 80 (and any others that you may be using) in your router settings Posted by: jonmon6691 can u be more specific forward port 80 to what, i dont know a whole lot about this stuff. Posted by: Greg Sorry, I forgot to ask if you are using a router in the first place. Are you? If you are, you will need to go into the settings and have it forward incoming connections to port 80 to your computer. Then if someone tries to connect to your external IP (71.111.*.*:80) your router will redirect their request to your computer which is hosting the page. Posted by: jonmon6691 so that would be something like forward : port 80 => 192.168.1.2:80 on the router? Posted by: jonmon6691 I tried to do that i have the apache server running and i can access it via 127.0.0.1 i set my router to forward the global port 80 and the base host port 80 with TCP to my computer using its local IP address. when i try to connect using the IP (71.111.X.X) the server is not found. i tried turning off all of the firewalls on my network for a breif moment and it still didnt work. what should i do? Posted by: Greg Can you try connecting to it from a different computer that is not hosting it? I know that I can't connect to my external IP from my computer and have it laod, either. Posted by: jonmon6691 Ya i tried that, i had my friend try. But one thing just occurred to me, do i need to run it on something other that windows home? I remember someone saying that it had some feature that disable that sort of incoming connection. Posted by: Greg Hmm, no idea, I run Linux Make sure no firewalls are blocking it (isn't there one built into Windows now, too?) I also found [url=http://www.ricocheting.com/server/apache.html]this page[/url] which says: [quote]At this point if you have Windows XP with SP2, you'll get a "Windows Security Alert" about blocking incoming connections for Apache. Choose "Unblock" on the window that comes up.[/quote] Hope this helps ~Greg Posted by: jonmon6691 ya against my better judgment, i completely opened my computer to the world to test it. vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |