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:message-id:from:to:subject:date:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=XpW D5dGV00SRwtpelxfKFXQ01Kyl0pelheKI8EAKaUxfwlC4y1zMDgPsJeP0b5rtJSA zJnfNk7uK8z+3t2PhGH3UMutfq8qsjnqaSB0qWXXGQXvD7dwso9RrK9hK63/+J/S c5fzd235txrt2+V2Bq29YNoO+JHyCEp4g2A6NR54= 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:message-id:from:to:subject:date:content-type :content-transfer-encoding:mime-version; s=default; bh=VGG3Nn1nZ Pspeav/1zPo9gMyQI0=; b=yt4XJwyb85wzw8OB31YowPvdKuOJ228UlXkluq4Uw bOICBlHW7Z94hQdjUVxPksXf0XvuKbr0c8Oylz5siijszj5FmOgSZb8yFkpLOhrm rMaHf0vOCB7YpEBMARw16GPCJO5rTlsTMh0F2HYAhLFNH0QznimbgsGhjRfysXK4 IQ= 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=1.6 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: DUB004-OMC1S10.hotmail.com X-TMN: [oM8joTWmJKmTQ9Nlczzh+A4ufDRCcsrV] Message-ID: From: "Gery ." To: "cygwin AT cygwin DOT com" Subject: Question about apache2 Date: Tue, 19 Aug 2014 14:16:31 +0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s7JEHGOh024755 Hello, 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', and after 'netstat -a' I got (last two rows) this:   UDP    [fe80::c7:280d:3f57:ff97%7]:546  *:*   UDP    [fe80::f418:15ef:b5b9:a1df%3]:1900  *:* I think the last row is related to the message above pointing to fe80::f418:15ef:b5b9:a1df. Would that be a problem? if so, how could I solve that? Thanks in advance for any suggestions, Gery -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple