Bug 18199 - Proxy support for UsageStats
Summary: Proxy support for UsageStats
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-02 13:13 UTC by Tolsti
Modified: 2019-05-05 09:44 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Changes in UsageStats.pm (277 bytes, patch)
2017-03-02 13:15 UTC, Tolsti
Details | Diff | Splinter Review
Updated patch to reflect changes in the latest debian packages. (405 bytes, patch)
2017-06-02 09:51 UTC, Tolsti
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Tolsti 2017-03-02 13:13:55 UTC
Hello,

I have had problems uploading the usage stats. The monthly script failed with some error message. 
The solution was to edit the file UsageStats.pm and insert my http proxy after line 347. And now it is working fine.

It would be good if the utility uses the proxy support I configured in Koha, so one does not need to use the workaround I did.

Thanks,
Torsten.
Comment 1 Tolsti 2017-03-02 13:15:25 UTC
Created attachment 60792 [details] [review]
Changes in UsageStats.pm
Comment 2 Tolsti 2017-06-02 09:51:09 UTC
Created attachment 63934 [details] [review]
Updated patch to reflect changes in the latest debian packages.