Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Really basic Apache stuff |
|
Author |
|
mrw02536
Joined: 06 Mar 2006 Posts: 1
|
Posted: Mon 06 Mar '06 22:41 Post subject: Really basic Apache stuff |
|
|
Obviously I'm new to Apache. Here is my question.
I'm developing some web pages on my laptop.
I want to share them with some friends on remote computers before I host them.
I've installed the Apache server and it is up and running.
I'm able to access my web page in my browsers in either of two ways:
"localhost"
or a domain name I associated with my ip from DynDNS.com.
I am using port 80 which is not blocked by my isp (Comcast broadband).
I use Zone Alarm as my firewall software.
There are no firewalls interfering with port 80.
There is no router.
Can I use Apache to allow remote users to see the web pages being developed and, if so, what additons to the config file must I make? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 06 Mar '06 23:18 Post subject: |
|
|
Just 2 things
ServerName localhost:80
Listen 80 |
|
Back to top |
|
|
|
|
|
|