UnoConv process in Separate Server

UnoConv process in Separate Server

by Cham Pereira -
Number of replies: 0

Hi Moodlers,

I'm running my moodle 3.9.1 instance on Cent OS 8. we needed to incorporate unoconv process to our moodle to ease the assignment marking process.  There I was able to run unoConv process successfully in the webserver itself using libre office and unoconv script. Moodle provide guideline were immensely useful to achieve that. 

However that process it self using large amount of server resources. Most of the submitted documents were above 20 MBs alone with attached images. Hence I used separate server for unoconv process. in that seperate server unoconv process runs successfully. but when I point my webserver unoconv target to separate server it is't working.  instead of that webserver processing  goes extremely higher.

I set my /unoconv.service as follows in webserver  the only difference that I made to the code is 

ExecStart=/usr/bin/unoconv --listener --server 1.2.21 --port 2002

in the firewall I opened 2002 for both tcp and udp.

separate server unoconv process running successfully. what are the additional changes that I needed to do from webserver side.

Thanks in advance...

Average of ratings: -