Displaying 6 results from an estimated 6 matches for "revproxy".
2019 Apr 08
1
Question about replacing the web interface with an audio stream
I have had a bunch of issues getting reverse proxy running with apache
properly, the main issue is with YP listings and having icecast list the
revproxy mount at port 80 rather than the icecast one at port 8000.
Unfortunately, I /need/ some sort of http server on port 80 - and I know
apache the best.
That being said, if you know the mounts you want to reverse proxy, its
not an arduous exercise to revproxy with apache. Here is an anonymized
/etc/...
2019 Apr 08
2
Question about replacing the web interface with an audio stream
Okay, but you’d have to be able/willing to employ a dedicated IP to that, plus run Icecast as root.
What are the negative technical implications of running icecast on port 8000 (suitable for most users) and then running a reverse proxy to accommodate public wifi with port restrictions?
> On Apr 8, 2019, at 3:31 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote:
>
> Just bind
2019 Apr 07
2
Question about replacing the web interface with an audio stream
...so I don’t have a choice in the matter.
Does it matter if the web interface is completely inaccessible, as would be a side effect of the alias approach?
> On Apr 7, 2019, at 2:29 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote:
>
> Apache is a terrible choice if youre going to revproxy, specially an http stream, youll have better luck with nginx.
> However, there might be a simple solution, try something like this:
> <alias source="/" dest="/mount">
> Never tried it but it might just work.
>
> בתאריך יום א׳, 7 באפר׳ 2019, 21:17, מאת John...
2019 Apr 07
3
Question about replacing the web interface with an audio stream
That's a good idea and is what I was originally going to do, but I ran into issues when trying to use SSL with a reverse proxy. Adding SSL support is what my end goal was when I started messing with all this, but it doesn't look like it's going to be as easy as I'd originally thought. It seems that mobile web browsers are starting to complain when a website doesn't use https,
2019 Apr 07
0
Question about replacing the web interface with an audio stream
Apache is a terrible choice if youre going to revproxy, specially an http
stream, youll have better luck with nginx.
However, there might be a simple solution, try something like this:
<alias source="/" dest="/mount">
Never tried it but it might just work.
בתאריך יום א׳, 7 באפר׳ 2019, 21:17, מאת John Molane <icq8852 at fa...
2019 Apr 08
0
Question about replacing the web interface with an audio stream
As for the root concerns check the changeowner or chroot.
Now, if you must use revproxy its not entierly out of the question but from
my experience its better to avoid it unless u have no other options. And if
you do go that way, use nginx instead of apache.
בתאריך יום ב׳, 8 באפר׳ 2019, 22:46, מאת Jordan Verner <jordan at caturria.ca>:
> Okay, but you’d have to be able/wi...