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: Really basic Apache stuff
Author
mrw02536



Joined: 06 Mar 2006
Posts: 1

PostPosted: Mon 06 Mar '06 22:41    Post subject: Really basic Apache stuff Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 06 Mar '06 23:18    Post subject: Reply with quote

Just 2 things

ServerName localhost:80
Listen 80
Back to top


Reply to topic   Topic: Really basic Apache stuff View previous topic :: View next topic
Post new topic   Forum Index -> Apache