Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 26889 invoked by uid 6000); 17 Oct 1997 22:05:57 -0000 Received: (qmail 26864 invoked from network); 17 Oct 1997 22:05:54 -0000 Received: from gate-isdn.ukweb.com (194.152.65.149) by taz.hyperreal.org with SMTP; 17 Oct 1997 22:05:54 -0000 Received: from ecstasy.localnet [192.168.2.4] by gate-isdn.ukweb.com with smtp (Exim 1.61 #1) id 0xMKWo-0004Du-00; Fri, 17 Oct 1997 23:05:54 +0100 Date: Fri, 17 Oct 1997 22:05:26 +0000 (GMT) From: Paul Sutton To: new-httpd@apache.org Subject: Re: Win32 binary In-Reply-To: <3.0.3.32.19971017115038.00891be0@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Fri, 17 Oct 1997, Brian Behlendorf wrote: > 3) Apache.exe is found under "Modules". I'd put it one level up, in the > main \Program Files\Apache directory. Yep, that's where makefile.nt's been putting it anyway on a make install. > 4) Apache when it launches looks for "/apache/conf/httpd.conf" instead of > "/Program Files/apache/conf/httpd.conf" And when I try and say Um, /apache should be the default installation directory. It's the one compiled into the code. > apache -f C:\PROGRA~1\Apache\conf\httpd.conf > I get > fopen: no such file or directory > httpd: could not open document config file > /apache/C:\PROGRA~1\Apache\conf\httpd.conf Yeah, known bug number 764464 - Apache for NT doesn't understand the paths which start X:/ are absolute, so it'll prepend the server root. You'll have problems if you try and use stuff on multiple disks. Best stick everything on C: and never use a drive spec. > 4.1) So I install in \apache, and everything works, except the server > doesn't come up automatically, like it looks like it's trying to do. When > started manually it's fine. I don't think this'll work on Win 95. It can start automatically on NT when it is installed as a service (with -i), but on 95 it has to run under a shell (COMMAND.COM). I'm not convinced you are run command.com apps from the startup menu (or indeed any menu). At least it didn't work when I tried it. > 5) There's nothing in /src or /htdocs. Did we decide to ship without these? I think the docs should be there, and source shouldn't. //pcs