View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003461 | SOGo | Packaging (Debian) | public | 2016-01-27 11:52 | 2016-02-23 16:58 |
Reporter | zhb | Assigned To | francis | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.3.6 | ||||
Fixed in Version | 2.3.9 | ||||
Summary | 0003461: Warning message with default /etc/apache2/conf-available/SOGo.conf | ||||
Description | OS: Debian/Ubuntu Each time restarting Apache will raise error like this: [Wed Jan 27 10:56:13.206285 2016] [proxy:warn] [pid 16215] AH01146: Ignoring parameter 'retry=60' for worker 'http://127.0.0.1:20000/SOGo' because of worker sharing | ||||
Additional Information | It's able to suppress this warning by swapping the order of two "ProxyPass" setting in /etc/apache2/conf-available/SOGo.conf, but is it right to do so? | ||||
Tags | No tags attached. | ||||
which worker are you using in apache? |
|
prefork. |
|
Then you can swap the ActiveSync and normal SOGo ProxyPass directives. |
|
I fixed it by swapping those two ProxyPass directives. The problem is, you should update the SOGo.conf for Apache too. |
|
@zhb |
|
Hi @MarcelIT: Default setting is: ################# ProxyPass /Microsoft-Server-ActiveSync \ I just swap the order of them: ################# ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 |
|
sogo: v2 8617ddc0 2016-02-23 11:56 Details Diff |
Review order of ProxyPass directives Fixes 0003461 |
Affected Issues 0003461 |
|
mod - Apache/SOGo.conf | Diff File | ||
sogo: master a8ccaac1 2016-02-23 11:56 Details Diff |
Review order of ProxyPass directives Fixes 0003461 |
Affected Issues 0003461 |
|
mod - Apache/SOGo.conf | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-27 11:52 | zhb | New Issue | |
2016-01-28 08:05 | Christian Mack | Note Added: 0009350 | |
2016-02-17 04:18 | zhb | Note Added: 0009557 | |
2016-02-17 09:23 | Christian Mack | Note Added: 0009559 | |
2016-02-17 09:59 | zhb | Note Added: 0009560 | |
2016-02-23 14:50 | MarcelIT | Note Added: 0009582 | |
2016-02-23 14:50 | MarcelIT | Note Edited: 0009582 | |
2016-02-23 14:54 | zhb | Note Added: 0009583 | |
2016-02-23 16:57 | francis | Changeset attached | => sogo v2 8617ddc0 |
2016-02-23 16:57 | francis | Assigned To | => francis |
2016-02-23 16:57 | francis | Resolution | open => fixed |
2016-02-23 16:58 | francis | Status | new => resolved |
2016-02-23 16:58 | francis | Fixed in Version | => 2.3.9 |
2016-02-23 16:58 | francis | Changeset attached | => sogo master a8ccaac1 |