Closed
Bug 525477
Opened 16 years ago
Closed 16 years ago
stage socorro config changes
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ozten, Assigned: fox2mike)
Details
Please update webapp-php/application/config/config.php
and add auth to the modules section at the end of the file:
$config['modules'] = array
(
MODPATH . 'ezcomponents',
MODPATH . 'auth',
);
Comment 1•16 years ago
|
||
This is breaking stage -- if someone could update this, it'd un-break it.
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → shyam
| Assignee | ||
Comment 2•16 years ago
|
||
ezcomponents was already there, added auth.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•16 years ago
|
||
Does stage support https?
http://crash-stats.stage.mozilla.com/auth/login - works
https://crash-stats.stage.mozilla.com/auth/login - is a 404
Thanks.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 4•16 years ago
|
||
https enabled, Austin says it's fine.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•