logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Pls help - Quick startup for new users of Apache
Author
kunato



Joined: 02 Oct 2006
Posts: 1

PostPosted: Mon 02 Oct '06 2:22    Post subject: Pls help - Quick startup for new users of Apache Reply with quote

I have a very basic question (extremely basic).
I understand that I can use Apache as a web server. That is, I can install Apache on my laptop, develop some html pages and that OTHER people can get access to those webpages that I create (providing I have my laptop on, my Apache server started up, I have index.html in appropriate folder (I tested Http://localhost/index.html and it works) and connection to the internet through my internet provider ).

Please let me know what do OTHER users need to type into their URL browser window in order to view my web pages (let's say index.html)


I know this is very basic, but I have to start somehow.

Please do not post inpolite or abbrasive comments. If this is too basic for you then move on to other posts. If you know the answer, let me know. If you need clarification, ask. Thnks.


This is what I have:
1. Internet provider (Rogers cable internet (in Canada), alike Verizon Hi speed internet in the US)

under httpd.txt file following are configuration settings:

1. ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2" (this is where I put my test web pages)
2. Listen: 80
3. ServerAdmin: myname@myname.com (I LITERALLY put my name in "myname" field)
4. ServerName: www.myname.com:80 (I LITERALLY put my name in "myname" field)

Admin note:
Please change your subject to something meaningful and specific
Back to top
sb.net



Joined: 22 Sep 2006
Posts: 120
Location: USA

PostPosted: Mon 02 Oct '06 4:11    Post subject: Reply with quote

Put your IP address (or Domain name).
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7364
Location: Germany, Next to Hamburg

PostPosted: Mon 02 Oct '06 10:54    Post subject: Re: Pls help - Quick startup for new users of Apache Reply with quote

kunato wrote:

Please let me know what do OTHER users need to type into their URL browser window in order to view my web pages (let's say index.html)

others have to type your current IP in the Browser. Here you can see you current IP. If you don't have a static IP, you can use a service like dyndns.org or no-ip.com
Back to top


Reply to topic   Topic: Pls help - Quick startup for new users of Apache View previous topic :: View next topic
Post new topic   Forum Index -> Apache