Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 73579 invoked by uid 500); 10 May 2001 21:10:48 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 73551 invoked from network); 10 May 2001 21:10:46 -0000 Message-ID: <0cdd01c0d995$63648360$94c0b0d0@roweclan.net> From: "William A. Rowe, Jr." To: , References: <83ulftoeggr78flepgeqh0tdiu1nbigqob@4ax.com> Subject: Re: BUG ? Question about server root Date: Thu, 10 May 2001 16:08:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N From: "Christian Gross" Sent: Thursday, May 10, 2001 3:37 PM > > I am working with Apache 2.0 for Windows and am developing dynamically > loaded modules. The Apache executable is in one directory and the > working directory is elsewhere. When I set ServerRoot to > c:/projects/cppserver/website, and Apache attempts to load a module it > still thinks it is in the executable directory. It's entirely possible that it is wrong. The answer would be in the mpm_winnt.c sources, and I'm not certain how the ordering might have changed, but what you describe sounds like a problem. Bill