Received: (qmail 78949 invoked by uid 501); 19 Dec 2000 11:38:01 -0000 Message-Id: <20001219113801.78947.qmail@locus.apache.org> Date: 19 Dec 2000 11:38:01 -0000 From: Frog-Admin Reply-To: Frog-Admin@nym.alias.net To: submit@bugz.apache.org Subject: Default index file is not served (Bug <> from PR number 1266 X-Send-Pr-Version: 3.110 >Number: 6993 >Category: config >Synopsis: Default index file is not served (Bug <> from PR number 1266 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: apache >Arrival-Date: Tue Dec 19 03:40:01 PST 2000 >Closed-Date: Tue Dec 19 13:38:46 PST 2000 >Last-Modified: Tue Dec 19 13:38:46 PST 2000 >Originator: Frog-Admin@nym.alias.net >Release: 1.3.14 Windows >Organization: >Environment: 1.3.14 Windows binay release / windows 98 >Description: >How-To-Repeat: See above (problem fixed by workaround) >Fix: See above (workaround / not fix) Should put you on the track for an authentic fix >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: slive State-Changed-When: Tue Dec 19 13:38:44 PST 2000 State-Changed-Why: This is almost certainly a configuration error. Please ask in news:comp.infosystems.www.servers.ms-windows for help with your configuration problems. Thanks for using Apache! >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ] >>When a user keys: >> http://www.privacyresources.org/frogadmin/ >> http://www.chez.com/frogadmin/ >> http://members.xoom.com/frogadmin/ >>the url gets automatically suffixed with index.html >> >>I would like to achieve the same, but I don't see which part of the config >>allows that >>(or what I did which prohibited it / I did not do much...) >> >>Will you help me about that? > >I can't speak too much to Apache for Windoze, but the config should be the >same. Here's the appropriate section of the httpd.conf that allow you to >designate the initial page to be displayed. Just find the same section in >your httpd.conf, and add or uncomment (remove the #) the line 'Directory >index index.html index.htm'. > ># DirectoryIndex: Name of the file or files to use as a pre-written HTML ># directory index. Separate multiple entries with spaces. ># >DirectoryIndex index.html index.htm > >Using the entry above, the browser will search for index.html first, then >index.htm but you could make the page anything you want. We have servers >that point to a php page, and Apache doesn't care. I found a workaround / I think I stepped on an authentic bug The problem aroused with http://frogadmin.yi.org/ not being suffixed as http://frogadmin.yi.org/index.html But *not* with http://frogadmin.yi.org/DownLoadsX http://frogadmin.yi.org/Trash http://frogadmin.yi.org/Sonrisas which were properly suffixed as http://frogadmin.yi.org/DownLoadsX/index.html http://frogadmin.yi.org/Trash/index.html http://frogadmin.yi.org/Sonrisas/index.html Actually, my documents are stored in a place whose windows name is D:\~Privacy\Reliable\MyStats aka P:\Reliable\Mystats aka Y:\ In my autoexec.bat, I use the SUBST instructions: SUBST P: D:\~Privacy SUBST Y: D:\~Privacy\Reliable\MyStats Apache just does not like the documents to be stored in a root directory Faulty statements were DocumentRoot "Y:" Everything works fine when I replace them with DocumentRoot "P:/Reliable/MyStats" BOTTOM LINE: there is a bug Apache does not make the suffixing if the documents are stored in a root directory BTW: Commenting out or leaving active the "DirectoryIndex" statement: DirectoryIndex index.html was of no importance with my files In both cases, Apache performs the suffixing with index.html