Re: Help me configure Apache

2009-10-25 Thread festin
Hi.

You must configure port mapping (forwarding) on your router.
Do you hardware router or *NIX-box?
> Good day!
> I have a home network consisting of two computers. Computers through a
> router connected to the Internet providers. There is a static IP address
> (93.81.252.152).
> Now I installed FreeBSD on one of the computers.
> Then I installed Apache 1.3. By command telnet localhost 80 I saw on the
> computer screen index.html, which I created myself and placed in
> DocumentRoot.
> Unfortunately, the Internet browser does not display this page
> http://93.81.252.152
> Show you how I configure Apache?
> Sincerely, Anton.
> ___



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Help me configure Apache

2009-10-25 Thread adrienfirst

Антон Андреевский a écrit :

   Good day!
I have a home network consisting of two computers. Computers through a 
router connected to the Internet providers. There is a static IP 
address (93.81.252.152).

Now I installed FreeBSD on one of the computers.
Then I installed Apache 1.3. By command telnet localhost 80 I saw on 
the computer screen index.html, which I created myself and placed in 
DocumentRoot.
Unfortunately, the Internet browser does not display this page 
http://93.81.252.152

Show you how I configure Apache?
Sincerely, Anton.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"freebsd-questions-unsubscr...@freebsd.org"
It seems the problem is not your apache configuration, but your routeur 
configuration.


What's the ip address of your freebsd ?

- if it's 93.81.252.152, the problem is your apache config.
- if it's a private ip address ( 192.168.x.x, 172.16.x.x, 172.31.x.x, 
10.x.x.x ), you need to forward the http port on your router to the 
freebsd ip address.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Help me configure Apache

2009-10-25 Thread Polytropon
On Sun, 25 Oct 2009 14:53:17 +0300, Антон Андреевский  
wrote:
> I have a home network consisting of two computers. Computers through a 
> router connected to the Internet providers. There is a static IP address 
> (93.81.252.152).
> Now I installed FreeBSD on one of the computers.
> Then I installed Apache 1.3. By command telnet localhost 80 I saw on the 
> computer screen index.html, which I created myself and placed in 
> DocumentRoot.
> Unfortunately, the Internet browser does not display this page 
> http://93.81.252.152
> Show you how I configure Apache?

Seems that Apache is configured correctly. As far as I see,
you need to configure the router (connected to your ISP)
to direct HTTP requests on port 80 to the one of your two
computers that runs the Apache webserver; at the moment,
the static IP points to the modem / router / whatever
which does not know how to handle HTTP requests from
the Internet.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Help me configure Apache

2009-10-25 Thread Антон Андреевский

   Good day!
I have a home network consisting of two computers. Computers through a 
router connected to the Internet providers. There is a static IP address 
(93.81.252.152).

Now I installed FreeBSD on one of the computers.
Then I installed Apache 1.3. By command telnet localhost 80 I saw on the 
computer screen index.html, which I created myself and placed in 
DocumentRoot.
Unfortunately, the Internet browser does not display this page 
http://93.81.252.152

Show you how I configure Apache?
Sincerely, Anton.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"