Closed
Bug 664238
Opened 14 years ago
Closed 14 years ago
[PN]AMO: Give zamboni two more URLs
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: oremj)
Details
This is for next and preview. These URLs should go to zamboni:
^/developers/?$
^/developers/builder$
These will be the last of the URLs we have to rewrite before we can just do /developers.*
This is important for the fx5 launch on the 21st so the sooner the better for testing
Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Assignee | ||
Comment 1•14 years ago
|
||
> diff --git a/files/generic/httpd-app-amo-preview/next.addons.mozilla.org.conf b/files/generic/httpd-app-amo-preview/next.addons.mozilla.org.conf
> index c0aefb7..fb7da84 100644
> --- a/files/generic/httpd-app-amo-preview/next.addons.mozilla.org.conf
> +++ b/files/generic/httpd-app-amo-preview/next.addons.mozilla.org.conf
> @@ -139,6 +139,8 @@ WSGISocketPrefix /var/run/wsgi
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/performance.*)$ /z$1 [PT]
>
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)?(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/developers/(?:addon|community|feed|upload|ajax|versions/\d+).*)$ /z$1 [PT]
> + RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)?(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/developers/?)$ /z$1 [PT]
> + RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)?(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/developers/builder)$ /z$1 [PT]
>
> RewriteRule ^((?:/\w{2,3}(?:-\w{2})?)?/editors.*)$ /z$1 [PT]
>
> diff --git a/files/generic/httpd-app-amo-preview/preview.addons.mozilla.org.conf b/files/generic/httpd-app-amo-preview/preview.addons.mozilla.org.conf
> index 9fa819c..02175d4 100644
> --- a/files/generic/httpd-app-amo-preview/preview.addons.mozilla.org.conf
> +++ b/files/generic/httpd-app-amo-preview/preview.addons.mozilla.org.conf
> @@ -147,6 +147,8 @@ include conf/domains/updater.allizom.org.conf
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/performance.*)$ /z$1 [PT]
>
> RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)?(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/developers/(?:addon|community|feed|upload|ajax|versions/\d+).*)$ /z$1 [PT]
> + RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)?(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/developers/?)$ /z$1 [PT]
> + RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)?(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/developers/builder)$ /z$1 [PT]
>
> RewriteRule ^((?:/\w{2,3}(?:-\w{2})?)?/editors.*)$ /z$1 [PT]
>
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•