Closed Bug 435080 Opened 16 years ago Closed 16 years ago

sfx settings.php needs to be updated

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cpollett, Assigned: oremj)

Details

Hi oremj
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: server-ops → oremj
Already exists in production.  Added to stage.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.