Closed
Bug 285870
Opened 20 years ago
Closed 20 years ago
[403]
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: eviljeff, Unassigned)
References
()
Details
Just followed the link from http://www.mozilla.org/docs/web-developer/ and the debugging link gives 403
Comment 1•20 years ago
|
||
# JavaScript doc section here, esp. debugging aids < that one ? http://www.mozilla.org/docs/web-developer/js/debugging/index.html WFM
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1) > # JavaScript doc section here, esp. debugging aids < that one ? > > http://www.mozilla.org/docs/web-developer/js/debugging/index.html WFM Not exactly: http://www.mozilla.org/docs/web-developer/js/debugging/ The web server isn't serving index.html for some reason, but is throwing a 403.
not a problem on www-stage, but is a problem on www
Comment 4•20 years ago
|
||
Quite a while ago I removed some bugging .htaccess file in the /js/ directory. It seems that that file isn't removed on www.
Status: UNCONFIRMED → NEW
Ever confirmed: true
It's not on www-stage (in /data/www/stage-docs/mozilla-org/html/, /data/www/stage-docs/mozilla-org/output/, or /data/www/). Is this an rsync issue? Is deletion not happening due to an I/O error?
Comment 6•20 years ago
|
||
<http://cvs-www.mozilla.org/webtools/bonsai/cvslog.cgi?file=mozilla-org/html/docs/web-developer/js/.htaccess> It is in Attic according to the CVS logs. However, it still affects the site.
Comment 7•20 years ago
|
||
Fixed. the rsync script being used by the mirrors now uses the --delete-after option to delete files that are no longer present on stage.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•