#1443 closed defect (bug) (fixed)
$_SERVER['REMOTE_ADDR'] trouble on Mac OS X Server
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 1.5.1 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
The remote address environment variable $_SERVERREMOTE_ADDR? returns the ip address of the server for Mac OS X Server, if this is the case, use $_SERVERHTTP_PC_REMOTE_ADDR? instead.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Sounds more like a Mac OS X Server problem to me.
Marking as invalid.
A suggestion if you wanted to do it, make a plugin that does $_SERVERREMOTE_ADDR? = $_SERVERHTTP_PC_REMOTE_ADDR?.