View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000566 | Pending Requests | [All Projects] General | public | 2010-08-29 20:21 | 2014-07-03 17:05 | ||||
Reporter | caseydk | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | duplicate | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000566: Reverse Proxy Handling | ||||||||
Description | I'm working with the latest release of web2project 2.0 and noticed it wasn't work properly with my reverse proxy setup. I have found a workaround. Line 44 in base.php: Code: $baseUrl .= safe_get_env('HTTP_X_FORWARDED_HOST') or safe_get_env('HTTP_HOST'); Instead of relying on the host HTTP_HOST, it gives priority to the forwarded HTTP_HOST from the upstream proxy. If it doesn't exist, it will use the HTTP_HOST. | ||||||||
Additional Information | Source: http://forums.web2project.net/viewtopic.php?t=2524 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
||||||
|
![]() |
|
laussetdelon (reporter) 2012-10-01 02:46 |
The reverse proxy process is almost working when addind the following directive in reverse proxy configuration : ProxyPassReverseCookiePath / / It doesn't come back to login page (previous problem) BUT for exeample when trying to create a task "save", tabs (details, dates ...) don't work |
caseydk (administrator) 2014-07-03 17:05 |
Closing this in favor of the 0001186 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-08-29 20:21 | caseydk | New Issue | |
2012-10-01 02:46 | laussetdelon | Note Added: 0002656 | |
2014-07-03 17:04 | caseydk | Relationship added | has duplicate 0001186 |
2014-07-03 17:05 | caseydk | Note Added: 0003537 | |
2014-07-03 17:05 | caseydk | Status | new => closed |
2014-07-03 17:05 | caseydk | Assigned To | => caseydk |
2014-07-03 17:05 | caseydk | Resolution | open => duplicate |