delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/05/10/18:51:41

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <3AFB1C49.434B6FDD@wapme-systems.de>
Date: Fri, 11 May 2001 00:55:06 +0200
From: Stipe Tolj <tolj AT wapme-systems DOT de>
Organization: Wapme Systems AG
X-Mailer: Mozilla 4.7 [de]C-CCK-MCD QXW0322b (WinNT; I)
X-Accept-Language: de,en
MIME-Version: 1.0
To: Don Sharp <dwsharp AT iee DOT org>
CC: gnuwin32 <Cygwin AT Sourceware DOT Cygnus DOT Com>
Subject: Re: Apache 1.3.9 builds but won't serve
References: <3AF94C77 DOT FBB8AFAB AT iee DOT org>

Hi Don,

I'm supporting the Cygwin platform for Apache.

BTW, starting from upcoming Apache 1.3.20 Cygwin will be supported
out-of-the-box. That means our patches have been added to the official
distribution.

> *** src/support/logresolve.c.old        Mon Jul 13 12:33:00 1998
> --- src/support/logresolve.c    Thu May  3 12:01:14 2001
> ***************
> *** 96,102 ****
> --- 96,106 ----
>    */
>
>   #ifndef h_errno
> + #ifdef __CYGWIN__
> + #include <netdb.h>
> + #else
>   extern int h_errno; /* some machines don't have this in their headers
> */
> + #endif
>   #endif
>
>   /* largeste value for h_errno */

you only have to exclude the extern int h_errno line which messes
compilation process.

> The .exes, (and the .dll) have to be copied to /usr/local/apache/bin by
> hand.

yep, make install is not working well because of some missing things, but
we may fix this too.

> Although it starts up OK, pointing my browser at
> http://localhost/
> doesn't get me the test web page, the request times out.
>
> Have I forgotten something?

Have you checked what /usr/local/apache/logs/error_log says?! If it states
no error, you should have a running httpd.

Have you made changes to the main configuration file
/usr/local/apache/conf/httpd.conf?! Which Win32 OS are you running?

Stipe

tolj AT wapme-systems DOT de
-------------------------------------------------------------------
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: info AT wapme-systems DOT de
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019