Closed
Bug 578070
Opened 16 years ago
Closed 16 years ago
[PN]AMO: Let zamboni serve landing pages for search tools and language tools
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: krupa.mozbugs, Assigned: oremj)
Details
Have zamboni serve the following pages:
Remora URL: https://preview.addons.mozilla.org/en-US/firefox/browse/type:3
Zamboni URL: https://preview.addons.mozilla.org/z/en-US/firefox/language-tools/
Remora URL: https://preview.addons.mozilla.org/en-US/firefox/browse/type:4
Zamboni URL: https://preview.addons.mozilla.org/en-US/firefox/search-tools/
This is needed for tomorrow's release.
Comment 1•16 years ago
|
||
/:locale/:app/(search|language)-tools.*
We can extend the browse/type:[12] to browse/type:[1-4].
I think we have redirects for search-tools and language-tools to go from zamboni to remora. We should remove those. If you pastebin the current vhost I'll give better details.
| Assignee | ||
Comment 2•16 years ago
|
||
Made the following changes:
>--- preview.addons.mozilla.org.conf (revision 7511)
>+++ preview.addons.mozilla.org.conf (working copy)
>@@ -17,10 +17,6 @@
>
> RewriteEngine On
>
>- RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?)/search-tools.*$ $1/search-engines/ [R,L]
>-
>- RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?)/language-tools.*$ $1/browse/type:3 [R,L]
>-
> RewriteRule ^/z/ - [L]
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/?)$ /z$1 [PT]
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/addon/\d+/?)$ /z$1 [PT]
>@@ -29,7 +25,7 @@
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/personas?(?:/.*)?)$ /z$1 [PT]
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/search(?:/.*)?)$ /z$1 [PT]
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/(?:pages/)?(?:about|faq))$ /z$1 [PT]
>- RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/browse/type:[12]/cat:[^/]+/?)$ /z$1 [PT]
>+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/browse/type:[1-4]/cat:[^/]+/?)$ /z$1 [PT]
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/bookmarks/?)$ /z$1 [PT]
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/user/\d+/?)$ /z$1 [PT]
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/addon/\d+/about/?)$ /z$1 [PT]
>@@ -52,6 +48,9 @@
> RewriteRule ^((?:/[^/]+){0,2}/jsi18n(?:/.*)?)$ /z$1 [PT]
> RewriteRule ^((?:/[^/]+){0,2}/themes(?:/.*)?)$ /z$1 [PT]
>
>+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/search-tools.*)$ /z$1 [PT]
>+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/language-tools.*)$ /z$1 [PT]
>+
> WSGIScriptAlias /z /data/amo_python/www/preview/zamboni/wsgi/zamboni.wsgi
>
> WSGIDaemonProcess zamboni_preview processes=16 threads=1
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•16 years ago
|
||
Loading https://next.addons.mozilla.org/en-US/firefox/browse/type:4 does not redirect the user to the zamboni page /search-tools/
reopening...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 4•16 years ago
|
||
same case with directly loading https://next.addons.mozilla.org/en-US/firefox/browse/type:3
| Reporter | ||
Comment 5•16 years ago
|
||
clicking on "Dictionaries & Language Packs" in the category menu still loads the remora pages
| Reporter | ||
Updated•16 years ago
|
Severity: critical → blocker
| Assignee | ||
Comment 6•16 years ago
|
||
Changed to: ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/browse/type:[1-4](?:/cat:[^/]+)?/?)$
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 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
•