Page 1 of 1

Wapt + Owncloud on a Debian server

Published: October 31, 2019 - 10:38 AM
by jlatieule
Hello,



I'm planning to make a proposal regarding the use of Wapt. There's a Debian 9 server where Owncloud is running with Apache.

Is installing Wapt feasible? What about the web services set up by Apache and Nginx on the same server?

Re: Wapt + Owncloud on a Debian server

Published: October 31, 2019 - 12:49 PM
by dcardon
Hello jlatieule,
jlatieule wrote: Oct 31, 2019 - 10:38 AM Where I am, I plan to make a proposal regarding the use of Wapt. There is a Debian 9 server where Owncloud is running with Apache.

Is installing Wapt feasible? What about the web services set up by Apache and Nginx on the same server?
It is strongly recommended to dedicate a VM to WAPT. WAPT uses WebSockets, which work much better with Nginx. It is technically possible to run them simultaneously by having them listen on two different IP addresses on the same machine, or on different TCP ports, but this is not very elegant and is not supported, so you must be careful with each update to ensure your specific configuration is not overwritten.

Sincerely,

Denis