liftoff / GateOne

Gate One is an HTML5-powered terminal emulator and SSH client
http://liftoffsoftware.com/Products/GateOne
Other
6.28k stars 925 forks source link

Lighttpd reverse-proxy documentation #162

Open nickurak opened 12 years ago

nickurak commented 12 years ago

Lighttpd can do reverse-proxy. It would be nice to include documentation of how that could be configured.

It looks like they even support proxying to a unix domain socket.

liftoff commented 12 years ago

Yeah, that would be nice. If you (or someone else) pastes it here I will include it in Gate One's docs (I'm putting together a user contrib section).

MoriTanosuke commented 11 years ago

I'm trying to setup GateOne with lighttpd on my SheevaPlug, so maybe I can add some documentation later on. I just started with the installation of GateOne and want to set it up before jumping into the lighttpd configuration though.

MoriTanosuke commented 11 years ago

I started the setup now using mod_proxy, and I can access GateOne via my lighttpd. Unfortunatly only the 404 video is playing... I have to check what went wrong. Probably the hostname configuration in my GateOne config.

liftoff commented 11 years ago

If you're seeing the 404 page you've probably got a bad url_prefix option. If your Gate One instance is running at, say, http://your-server/gateone then you need to set 'url_prefix="/gateone"'.

MoriTanosuke commented 11 years ago

Ok, I set my url_prefix and the 404 is gone. Instead I see a lot of messages like The Gate One SSL certificate has been accepted. But I'm getting closer.

Oliv4945 commented 9 years ago

Hi ! It is quite an old thread but I was wondering : did you succeed ? It seems that mod_proxy of Lighttpd does not manage websockets but, I am not sure...