Closed
Bug 435080
Opened 17 years ago
Closed 17 years ago
sfx settings.php needs to be updated
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cpollett, Assigned: oremj)
Details
Hi oremj
Reporter | ||
Comment 1•17 years ago
|
||
Hi oremj,
sites/default/settings.php for sfx needs to be updated and it is not in svn.
Basically, these lines:
if (array_key_exists('HTTP_X_FORWARDED_FOR', $_SERVER)) {
$ip_array = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']);
$_SERVER['REMOTE_ADDR'] = array_pop($ip_array);
}
need to be added to the end of the file. (both for stage and production). This will have no immediate effect but it will get some of Paul's stuff working and helping with Drupal 6 migration.
Assignee | ||
Updated•17 years ago
|
Assignee: server-ops → oremj
Assignee | ||
Comment 2•17 years ago
|
||
Already exists in production. Added to stage.
Status: NEW → RESOLVED
Closed: 17 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
•