|
Home > Archive > Apache Server configuration support > December 2005 > web server on dsl-speedstream 6520
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
web server on dsl-speedstream 6520
|
|
| Harry G. Osoff 2005-12-17, 5:58 pm |
| Hi
I am having a heck of time here.
have installed apache on win 98.
127.0.0.1 gets me the apache page
localhost gets me the apache page
my dyndns gets me to the modem admin page.
Does anyone know how to get past the admin screen and to my home directory?
Thanks
Harry
| |
| Cliff Smith 2005-12-19, 2:50 am |
| Harry G. Osoff wrote:
> Hi
>
> I am having a heck of time here.
>
> have installed apache on win 98.
>
> 127.0.0.1 gets me the apache page
> localhost gets me the apache page
>
> my dyndns gets me to the modem admin page.
>
> Does anyone know how to get past the admin screen and to my home directory?
>
> Thanks
>
> Harry
Hi Harry,
Your modem should be capable of port forwarding. Forward port 80 to the
IP of your server (it may be that you will need to set a static IP
address on the server).
Cheers,
Cliff.
| |
| Evan Platt 2005-12-20, 2:52 am |
| On Sat, 17 Dec 2005 20:48:42 GMT, "Harry G. Osoff"
<momscoffee@frontiernet.net> wrote:
>Hi
>
>I am having a heck of time here.
>
>have installed apache on win 98.
>
>127.0.0.1 gets me the apache page
>localhost gets me the apache page
>
>my dyndns gets me to the modem admin page.
>
>Does anyone know how to get past the admin screen and to my home directory?
You mean in your LAN network right? What about outside the network?
Few ideas: change the modem admin's port to be something other than
80.
Or, you need a hosts entry (I can't recall where hosts is on win98).
Add a entry:
192.168.1.X www.yourdomain.com
where X is the IP on the nat of that machine.
Problem is when you go to www.yourdomain.com (or domain.dyndns.com)
from inside the network, it points to your IP of the modem on the WAN
side, so you are taken to the modem's admin page.
--
To reply, remove TheObvious from my e-mail address.
|
|
|
|
|