Hmm, it's pretty hard to find the correct level of detail when you know nothing about the knowledge of the other side. From boredom to overcharging is sometimes a small step. -:-)
Yes, WAMP is the Windows equivalent of a Linux LAMP (Linux (OS), Apache (Webserver), Mysql (Database), Php (Programming ...
Search found 5 matches
- Thu Oct 05, 2023 7:03 am
- Forum: Help and Support
- Topic: UMS with Apache2 and ProxyPass problem
- Replies: 8
- Views: 6731
- Wed Sep 27, 2023 5:40 am
- Forum: Help and Support
- Topic: UMS with Apache2 and ProxyPass problem
- Replies: 8
- Views: 6731
Re: UMS with Apache2 and ProxyPass problem
One of the reasons there is not much support for this is because it opens ports to the outside so there is always that extra risk with this.
I did it with proxy pass, so I had not open ports on my router to the outside.
Of course you can now look specifically for /player to check the existance ...
- Tue Sep 26, 2023 3:25 am
- Forum: Help and Support
- Topic: UMS with Apache2 and ProxyPass problem
- Replies: 8
- Views: 6731
Re: UMS with Apache2 and ProxyPass problem
Ok,
after looking at the error messages in the inspector I had an idea.
And indeed, it is working:
Inside apache.conf in the VirtualHost area for the 443 https port
# Proxy Pass fuer UMS
ProxyPass /ums/ http://localhost:9001/
ProxyPassReverse /ums/ http://localhost:9001/
ProxyPass /static http ...
after looking at the error messages in the inspector I had an idea.
And indeed, it is working:
Inside apache.conf in the VirtualHost area for the 443 https port
# Proxy Pass fuer UMS
ProxyPass /ums/ http://localhost:9001/
ProxyPassReverse /ums/ http://localhost:9001/
ProxyPass /static http ...
- Tue Sep 26, 2023 3:13 am
- Forum: Help and Support
- Topic: UMS with Apache2 and ProxyPass problem
- Replies: 8
- Views: 6731
Re: UMS with Apache2 and ProxyPass problem
Thanks for the infos.
For security reasons I would prefer not to open up the ports to the outside but rather use the service via the proxy redirects. So apache is just the intermediate here to the UMS webservice.
But if this fails I have to go with the port configuration.
For security reasons I would prefer not to open up the ports to the outside but rather use the service via the proxy redirects. So apache is just the intermediate here to the UMS webservice.
But if this fails I have to go with the port configuration.
- Mon Sep 25, 2023 4:07 am
- Forum: Help and Support
- Topic: UMS with Apache2 and ProxyPass problem
- Replies: 8
- Views: 6731
UMS with Apache2 and ProxyPass problem
Hi there,
just found out about UMS and instantly liked it as web-based streaming tool.
While it works fine in my local network (thank to some hints I found here in the forum)., I'm not able to make it reachable from the outside
I have a LAMP server with UMS running on the same machine.
In my ...
just found out about UMS and instantly liked it as web-based streaming tool.
While it works fine in my local network (thank to some hints I found here in the forum)., I'm not able to make it reachable from the outside
I have a LAMP server with UMS running on the same machine.
In my ...