Closed
Bug 117549
Opened 24 years ago
Closed 20 years ago
Display FTP README file when accessing ftp.mozilla.org via HTTP
Categories
(mozilla.org :: FTP: Mirrors, task)
mozilla.org
FTP: Mirrors
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tim, Assigned: kveton)
Details
In order that new users are shown the README (hopefully revised as per bug id
117547) when downloading files from ftp.mozilla.org via HTTP, implement this
suggestion:
<timeless> basically the proposal would be to make the ftp server's webserver
give you the login message at the top of the first page in the ftp hierarchy,
where first is defined by referer, so if your web browser dropped referer on the
floor, you'd get it constantly.
This would be for http://ftp.mozilla.org/pub/*
-> taking QA contact so I don't need to watch Dawn anymore. ;)
QA Contact: endico → imajes
Comment 2•23 years ago
|
||
you probably have to modify your httpd.conf to show a file named README
default is:
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
change it to:
IndexIgnore .??* *~ *# HEADER* RCS CVS *,v *,t
Updated•22 years ago
|
QA Contact: imajes → stolenclover
Comment 3•22 years ago
|
||
FTP via HTTP is handled by the mirror sites.
Assignee: endico → kveton
Component: webmaster@mozilla.org → FTP: Mirrors
QA Contact: stolenclover → myk
Assignee | ||
Comment 4•20 years ago
|
||
We are no longer using FTP for the main rotation. Thank goodness.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•