aMule Forum

English => en_Bugs => Topic started by: zenria on June 14, 2005, 07:19:30 PM

Title: Amuleweb and apache reverse proxy
Post by: zenria on June 14, 2005, 07:19:30 PM
Hi everybody,

I installed amule 2.0.1 with amuled and amuleweb enabled. I am running an apache server (2.0.54) that act as a reverse proxy for serving web gui of amule over SSL (https + certificate authentication + virtual host) behind a firewall.
When I am on my local network and i go to http://amule:4711 no problems !
When I use the apache proxy with https://amule.host.net, some pictures randomly disappears in my browser (they are not loaded). When I request directly the picture through the apaceh web server it *always* works.

Has someone tried this kind of configuration ?

Is it a bug of amuleweb or a misconfiguration of the apache web server ?
Title: [Solved] It seems to be an amuleweb bug
Post by: zenria on June 14, 2005, 10:07:22 PM
Finally, I've solved this bug : I've added to the apache conf :
Code: [Select]
KeepAlive Off
Amuleweb does not seem to support KeepAlive connections (persistent connections).

Is this a bug or a "feature" ?
Title: Re: Amuleweb and apache reverse proxy
Post by: phoenix on June 15, 2005, 04:32:41 AM
zenria,

I think it is none. It is just "not implemented" :P

Cheers!