X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=mnI9GZ+pDbreYXxj lhRJ1ZBOmunDbql4MDwjR61QVfY3gEoyA0nzMKZq8Z21pUZb8p3y/J5vyjIuvw3v UVDmbu9ixLiaWhvO3NLCMcerbwai1v1kGvThxf52wjfUgR4vTpbaXGXG7IfnXA2P QNw0CliBz+paAY8f05Fx2OnuSO0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=TtlN1Vslr1S0VP5S1GN6F4 HrJgQ=; b=SmpjrPr1dTO5j+UE7GCAAnxlCAzbu6T3K56JQeNJVzpu+8BTbgPJKB O/KxUwdbH2DcRE3mF7CO7aKxq1ODO7iVmW1InlOQa3zxve+RUy5WttHfSYR+iXB3 /9pmdh0WXODoxR96pMJNR0bhiFqFEunyU/pDqAEUyCj7er5XkpVNY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,MIME_BASE64_BLANKS,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtpback.ht-systems.ru Date: Tue, 19 Aug 2014 18:30:20 +0400 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <4010247524.20140819183020@yandex.ru> To: "Gery ." , cygwin AT cygwin DOT com Subject: Re: Question about apache2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id s7JEa1kp025994 Greetings, Gery .! > I just started using apache2 in Cygwin, basically following this: > 'http://www.beaconhill.com/solutions/kb/cygwin/apache-cygwin-setup.html', > and things seem to work properly, I just typed 'http://localhost' in my > Opera browser and I got 'It works' as expected, this should be telling me > that apache2 is working well. > However, when I started apache with 'apachectl2 start' I got 'httpd2: Could > not reliably determine the server's fully qualified domain name, using > fe80::f418:15ef:b5b9:a1df for ServerName', This message is harmless, but can be avoided adding appropriate ServerName directive in the httpd.conf or other appropriate place outside of the scope of VirtualHost's. > and after 'netstat -a' I got (last two rows) this: netstat -aonb please... >   UDP    [fe80::c7:280d:3f57:ff97%7]:546  *:* >   UDP    [fe80::f418:15ef:b5b9:a1df%3]:1900  *:* These are not Apache ports. It doesn't use UDP. > I think the last row is related to the message Only because this is IPv6 address of your system. Not a coincidence, nor a relevant information. > above pointing to fe80::f418:15ef:b5b9:a1df. Would that be a problem? if > so, how could I solve that? No. -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 19.08.2014, <18:23> Sorry for my terrible english...