Closed
Bug 1215225
Opened 10 years ago
Closed 10 years ago
pub/vcs-archive/README file no longer displayed in web-view directory index
Categories
(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)
Infrastructure & Operations Graveyard
WebOps: Product Delivery
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Unassigned)
References
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/1927] )
File was originally displayed when created in July, but discovered to no longer be accessible yesterday (whey trying to point a community member to it's contents).
File is on server:
[hwine@ftp1.dmz.scl3 vcs-archive]$ ll
total 5085692
-r--r--r-- 1 root root 53451 May 26 22:41 bzr-bugzilla-plugins.tgz
-r--r--r-- 1 root root 175832156 May 26 22:40 bzr-bugzilla.tgz
-r--r--r-- 1 hwine hwine 550773194 May 26 23:40 cvs-l10n.tjz
-r--r--r-- 1 root root 3639849496 May 26 23:20 cvs-main.tjz
-r--r--r-- 1 hwine hwine 820765840 Jun 9 23:48 cvs-www.tjz
drwxr-x--- 2 hwine hwine 4096 Jun 10 04:04 hwine
drwxr-xr-x 2 root root 4096 May 21 16:20 pvt
-r--r--r-- 1 root root 838 Jul 28 23:13 README
And file is available directly from http://archive.mozilla.org/pub/vcs-archive/README
But not in web view http://archive.mozilla.org/pub/vcs-archive/
Index of /pub/vcs-archive
[ICO] Name Last modified Size Description
[DIR] Parent Directory -
[ ] bzr-bugzilla-plugins.tgz 26-May-2015 22:41 52K
[ ] bzr-bugzilla.tgz 26-May-2015 22:40 168M
[ ] cvs-l10n.tjz 26-May-2015 23:40 525M
[ ] cvs-main.tjz 26-May-2015 23:20 3.4G
[ ] cvs-www.tjz 09-Jun-2015 23:48 783M
[DIR] pvt/ 21-May-2015 16:20 -
ftp3.dmz.scl3.mozilla.com in UTC
Comment 1•10 years ago
|
||
Pretty sure there's some Apache config which hides README files, for reasons unknown to me.
Comment 2•10 years ago
|
||
There is a IndexIgnore README* in thhe ftp cluster httpd.conf. I don't have reference to why this was added or changed.
Comment 3•10 years ago
|
||
All of our RHEL 5 and 6 boxes ignore README* in the indexes by default in httpd.conf:
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
This has been in puppet for a long time. I see no evidence of recent changes in the svn log. It looks to me like it's not even possible to override this locally -- we'd have to globally allow README* and then specifically disallow it where we need it.
Comment 5•10 years ago
|
||
We are migrating everything, except /pub/seamonkey and /pub/b2g, tomorrow to s3.
Post move we'll rename the file to something that shows.
Questions:
1. What is the process for renames on S3?
2. What are the equivalent rules for S3 via http? I.e. Will "HEADER.*" be merged into the index output as with apache?
Flags: needinfo?(hwine) → needinfo?(eziegenhorn)
Comment 7•10 years ago
|
||
There shouldn't be hidden files once we move to s3. No, the header files will not be merged.
Comment 8•10 years ago
|
||
I don't know about renames on s3, but I imagine the other guys in this thread do.
Flags: needinfo?(eziegenhorn)
Great! It sounds like I won't have to do anything!
I'll check after things are stable and likely close then.
Comment 10•10 years ago
|
||
http://archive.mozilla.org/pub/vcs-archive/README is visible now, but could do with 'Content-Type: text/plain' being set on it so that it shows in browser rather than downloads.
If you want to modify the file, or the directory, regularly then ask oremj for an IAM account which grants you access to pub/vcs-archive.
Comment 11•10 years ago
|
||
I'm going to close this since the file is now shown in the index, which addresses the original request. Setting needinfo :hwine for the text/plain which is, it seems, handled by CloudOps.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(hwine)
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•