Open nickurak opened 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).
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.
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.
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"'.
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.
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...
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.