public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Bugzilla .htaccess being ignored
@ 2004-06-28 21:00 Daniel Berlin
  2004-06-28 23:47 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Berlin @ 2004-06-28 21:00 UTC (permalink / raw)
  To: overseers

The two bugzilla's .htaccess files are currently being ignored.

It's likely that someone forgot an AllowOverride directive in the 
apache config for these directories.


You can see that they aren't working because you can access files you 
shouldn't be able to, and which are explicitly denied by the .htaccess 
files:


http://gcc.gnu.org/bugzilla/data/params

-bash-2.05b$ cat .htaccess
# nothing in this directory is retrievable unless overriden by an 
.htaccess
# in a subdirectory; the only exception is duplicates.rdf, which is 
used by
# duplicates.xul and must be loadable over the web
deny from all
<Files duplicates.rdf>
   allow from all
</Files>
-bash-2.05b$ pwd
/www/gcc/bugzilla/data


Please add allowoverride directives to both the sourceware bugzilla and 
gcc bugzilla directories in the config file so that the .htaccess files 
work

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bugzilla .htaccess being ignored
  2004-06-28 21:00 Bugzilla .htaccess being ignored Daniel Berlin
@ 2004-06-28 23:47 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2004-06-28 23:47 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: overseers

Daniel Berlin <dberlin@dberlin.org> writes:

> Please add allowoverride directives to both the sourceware bugzilla
> and gcc bugzilla directories in the config file so that the .htaccess
> files work

Done.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-27 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-28 21:00 Bugzilla .htaccess being ignored Daniel Berlin
2004-06-28 23:47 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).