Closed
Bug 832543
Opened 13 years ago
Closed 13 years ago
[socorro stage] correct apache rewrite rule
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: ericz)
References
Details
Just like bug 832537 but not as urgent:
One of the rewrite rules is off a little bit:
Actual:
ReWriteRule /rawdumps/(\w\w)(\w\w)((?:\w|-)+?)(\d{6}).dump http://socorro-mware-stage-zlb.webapp.phx1.mozilla.com/crashes/crash_data/datatype/raw_crash/uuid/$1$2$3$4 [P]
Expected:
ReWriteRule /rawdumps/(\w\w)(\w\w)((?:\w|-)+?)(\d{6}).dump http://socorro-mware-stage-zlb.webapp.phx1.mozilla.com/crashes/crash_data/datatype/raw/uuid/$1$2$3$4 [P]
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-webops → eziegenhorn
| Assignee | ||
Comment 1•13 years ago
|
||
eziegenhorn@ubuntu:~/sysadmins/puppet/trunk/modules/webapp/files/socorro-stage/web/etc-httpd/domains$ svn ci crash-stats.allizom.com.conf -m'Fix rewrite rule for bug 832543'
Sending crash-stats.allizom.com.conf
Transmitting file data .
Committed revision 56631.
Status: NEW → RESOLVED
Closed: 13 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
•