Nginx push stream module

i’m trying to add the push stream module to nginx, not sure how to get it running in Hestia. I tried to build from source in ssh but that hasnt worked at all.

I am a complete noob, so all help is welcome and thanks in advance.

I would assume:

?

I assumed too… already tried this installation… i was getting a critical error at the make stage & got stuck. i also followed a youtube tutorial & installed all relevant dependencies but still got the same error at the make stage.

Anyone else have any ideas? after i had tried the above - i checked the nginx status which was no longer running - but gave a file path with Hestia Nginx, so wasnt sure if the files are stored differently or if theres a settings page in Hestia where i can add the extra modules?

I have no experience with the push stream module…

thanks my issue has been fixed.

??? Alex how did you fix it??

i ran ths command:

sudo ./configure --sbin-path=/usr/bin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --with-http_ssl_module --with-pcre --add-module=…/nginx-push-stream-module

no errors showing sho i ran the make command and get this error…

I did build costum nginx modules with the follow code:

And it works fine don’t know if they support loading it via dynamic modules…

But have no experience with this module / plugin…

Thanks Eris, I will take a look :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.