The following reply was made to PR general/954; it has been noted by GNATS.

From: Marc Slemko <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: general/954: Indexes option broken (fwd)
Date: Thu, 31 Jul 1997 11:40:19 -0600 (MDT)

 
 
 
 ---------- Forwarded message ----------
 Date: Thu, 31 Jul 1997 13:13:07 -0400
 From: Christian Gilmore <[EMAIL PROTECTED]>
 To: Marc Slemko <[EMAIL PROTECTED]>
 Subject: Re: general/954: Indexes option broken
 
 >I doubt the Indexes option is broken in the way you describe.
 >This is probably a configuration problem.  Please post the
 >relevant section of your config file that is setting
 >this.  Are you sure you aren't setting it in a Directory
 >section applicable only to your document root and not user
 >directories?
 
 Mark,
 
 I'm including my access.conf file. I'm certain this option worked for me in
 the past with 1.2b* and the same access.conf. I looked at the distribution
 access.conf for 1.2.1 and it looks similar as well. It is my understanding
 that configuration settings for the DocumentRoot apply to all
 subdirectories (including user directories) unless they are specifically
 overridden.
 
 /www/www/research is our DocumentRoot as defined in srm.conf. For
 historical reasons user accounts are under /usr.
 
 Regards,
 Christian
 
 # access.conf: Global access configuration
 # Online docs at http://www.apache.org/
 
 <Directory /www/www/research>
 Options +FollowSymLinks -Indexes -Includes -ExecCGI
 AllowOverride AuthConfig
 
 order allow,deny
 allow from all
 </Directory>
 
 
 <Directory /www/www/cgi-bin>
 AllowOverride AuthConfig
 </Directory>
 
 
 <Directory /usr/*/cgi-bin>
 AllowOverride AuthConfig
 SetHandler cgi-script
 </Directory>
 
 
 <Directory /usr/*/cgi-bin/*>
 AllowOverride AuthConfig
 SetHandler cgi-script
 </Directory>
 
 -----------------
 Christian Gilmore
 AT&T Research, Florham Park
 [EMAIL PROTECTED]
 
 

Reply via email to