Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Sent: 16 Mar 2001 23:56:57 GMT
From: "Kevin Wright" <kevin@wright.org>
To: "Stipe Tolj" <tolj@wapme-systems.de>
Cc: <cygwin@cygwin.com>
Subject: RE: DSO/DLL Apache Using Cygwin
Date: Fri, 16 Mar 2001 15:56:03 -0800
Message-ID: <000401c0ae74$a86c67d0$2207640a@holstein-mobile.ASPECTDV.COM>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0
In-Reply-To: <3AB27D5A.2B8A05A3@wapme-systems.de>
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700

Stipe,

Here's what I did to make Apache 1.3.19 run on Cygwin:

I first applied your patch (thanks very much). Then I changed 
the Makefile to use install instead of install.sh: 

  #INSTALL         = $(TOP)/$(AUX)/install.sh -c
  INSTALL		= install -c

I had to manually copy the libhttpd.dll to /usr/local/apache/bin.
In httpd.conf, I also changed nobody to my username and the 
group to my group name:

  User kwright
  Group Administrators

(I suppose I should have created a user called nobody but I haven't 
tried that)

In addition, because our company doesn't do reverse dns lookup, 
I added my ip address for Listen:

  Listen 10.100.7.34:80

Finally, I added /usr/local/apache/bin to my path.

So here's the output of starting the server:

  kwright@HOLSTEIN-MOBILE ~
  $ apachectl start
  /usr/local/apache/bin/apachectl start: httpd started

HTH,

--Kevin



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

