aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Amuleweb and apache reverse proxy  (Read 2762 times)

zenria

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
Amuleweb and apache reverse proxy
« 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 ?
Logged

zenria

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
[Solved] It seems to be an amuleweb bug
« Reply #1 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" ?
« Last Edit: June 14, 2005, 10:08:21 PM by zenria »
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Amuleweb and apache reverse proxy
« Reply #2 on: June 15, 2005, 04:32:41 AM »

zenria,

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

Cheers!
Logged