Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 66611 invoked by uid 500); 9 Nov 2000 22:43:23 -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 66573 invoked from network); 9 Nov 2000 22:43:22 -0000 Message-ID: <003101c04a9f$68e138e0$e4421b09@raleigh.ibm.com> From: "Bill Stoddard" To: References: <001501c04a96$3c82d190$92c0b0d0@roweclan.net> Subject: Re: ap_rputs (once again) Date: Thu, 9 Nov 2000 17:50:03 -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.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > > look at the mod_autoindex output - I'm not getting any files > whatsoever (head and foot - that's it). Could be my filename > patches - but I've walked the code and it is trying to spit > stuff to ap_rputxx. The reason you are not seeing any files is that apr_readdir is failing (on windows) with error code 22003 (what ever that means. I cannot find it in MSDN). The call failing inside apr_readdir is FindFirstFileW(). I debugged it this far and am out of time for the week. Bill