From owner-freebsd-questions@FreeBSD.ORG Sun Oct 25 12:50:38 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92F09106566C for ; Sun, 25 Oct 2009 12:50:38 +0000 (UTC) (envelope-from adrien.fontaine@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 21D418FC0A for ; Sun, 25 Oct 2009 12:50:37 +0000 (UTC) Received: by ewy18 with SMTP id 18so9771779ewy.43 for ; Sun, 25 Oct 2009 05:50:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=UyKc4ZCSrryvjWEQSFeP5QxLcu9imT/13AToKKZ6GXU=; b=UlifKsvgB9BjSPAiJ5o2WTDgYpvyqI7D4MRMICk5DMQFPUXlIJlMPlO5R9IcSpRvRv Hmecz6Cg0mju9XHkG1lzYb9C93thgqM8h2MOJBmj75RboicKgPatafuqUq390FmGYNYF r+YZAAp/GCrfwo1qhWCQHiakBGukkZpM+DhIQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=kR29xEQYrKC0i676ubv4ibDoECt1lG9wpl1rvjBGfqGiHexYNKZ8Po1zJT/PRcpV8K 3C18b7U/XFzNzxXhw9oC4tYt5TjTXBzFK0G6snBKzfSARHoaeidedXqbxjy78pIqOUIW +OT5rWgX6tmPSeB7pnqchtYYZok5o2yQaTeys= Received: by 10.211.132.28 with SMTP id j28mr3015067ebn.56.1256473817489; Sun, 25 Oct 2009 05:30:17 -0700 (PDT) Received: from ?192.168.0.11? (lns-bzn-49f-81-56-167-53.adsl.proxad.net [81.56.167.53]) by mx.google.com with ESMTPS id 23sm9660111eya.44.2009.10.25.05.30.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 25 Oct 2009 05:30:16 -0700 (PDT) Message-ID: <4AE444D6.8020805@gmail.com> Date: Sun, 25 Oct 2009 13:30:14 +0100 From: adrienfirst User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: =?UTF-8?B?0JDQvdGC0L7QvSDQkNC90LTRgNC10LXQstGB0LrQuNC5?= References: <4AE43C2D.2010609@paganel.info> In-Reply-To: <4AE43C2D.2010609@paganel.info> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: questions@FreeBSD.org Subject: Re: Help me configure Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 12:50:38 -0000 Антон Андреевский 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-unsubscribe@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.