Univention Bugzilla – Attachment 10506 Details for
Bug 50050
[UDM HTTP API] server does not scale horizontally
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Florians patch to enable multiple UDM REST API processes
50050_multi_process.patch (text/plain), 991 bytes, created by
Daniel Tröder
on 2020-10-02 08:07:08 CEST
(
hide
)
Description:
Florians patch to enable multiple UDM REST API processes
Filename:
MIME Type:
Creator:
Daniel Tröder
Created:
2020-10-02 08:07:08 CEST
Size:
991 bytes
patch
obsolete
>diff --git management/univention-directory-manager-rest/debian/univention-directory-manager-rest.service management/univention-directory-manager-rest/debian/univention-directory-manager-rest.service >index b74099091c..254ffed9f8 100644 >--- management/univention-directory-manager-rest/debian/univention-directory-manager-rest.service >+++ management/univention-directory-manager-rest/debian/univention-directory-manager-rest.service >@@ -5,7 +5,7 @@ After=network.target > [Service] > Type=simple > # ugly hack until StandardOutput or StandardError to >file:YOUR_ABSPATH_FILENAME is supported >-ExecStart=/bin/bash -ce "exec /usr/bin/python2.7 -m univention.admin.rest.server >> /var/log/univention/directory-manager-rest.log 2>&1" >+ExecStart=/bin/bash -ce "exec /usr/bin/python2.7 -m univention.admin.rest -p 9979 -c 4 run >> /var/log/univention/directory-manager-rest.log 2>&1" > #ExecStart=/usr/bin/python2.7 -m univention.admin.rest.server > ExecReload=/bin/kill -HUP $MAINPID > Restart=on-failure
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50050
:
10184
| 10506 |
10851
|
10884