aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Problemas servidor web  (Read 4381 times)

parasito

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Problemas servidor web
« on: January 03, 2004, 11:59:29 AM »

Hola!!! He compilado la versión de aMule 1.2.3 y estoy intentando activar el servidor web. Para ello he seguido las instrucciones del foro en inglés:

[code:1]Hi,

You can have a look on the already existing interface (just not activated by default) like this :

1) Shutdown aMule

2) copy from sources of aMule the directory >aMule-1.0.8/src/webserver/> in your >~/.aMule/webserver/>.

3) copy from sources of aMule the file >aMule-1.0.8/src/aMule.tmpl> in your >~/.aMule/aMule.tmpl>

4) open a term and type :

echo -n >THEPASWORDYOUWANT> | md5sum | cut -d > > -f 1

This reply something like that :

324f85f6095f9e5fe25b6c85af44b445

5) edit your >~/.eMule> file, locate the >[WebServer]> section and change fields :

Port=10000 <- put the port you want aMule WebServer listen on
Enabled=1
UseGzip=1
Password=324f85f6095f9e5fe25b6c85af44b445 <- put here the password generated in term

6) Restart aMule

But you must know the WebServer is only partially implemented and probably also badly implemented .

Hope this help ...

A++[/code:1]

La parte relativa al servidor web de mi fichero .eMule ha quedado de la siguiente manera:

[code:1][WebServer]
Password=cc11fe6eed1122716a2f11779cb2b6de
PasswordLow=
Port=4711
Enabled=1
UseGzip=1
PageRefreshTime=120
UseLowRightsUser=0
[/code:1]

Pero cuando intento conectarme, tras reiniciar aMule, obtengo la siguiente salida:

[code:1]$ amuleweb
 
This is amuleweb (WebServer)
 
Enter password for mule connection (return if no pass defined):
 
Creating client...
Now doing connection...
Using host localhost port /home/jose/.aMule/muleconn
aMule is not running, not accepting connections or wrong password supplied
[/code:1]

Como tengo puesto el puerto 4711 para servidor web, he comprobado con nmap que tras lanzar aMule ese puerto está cerrado, así que supongo que esa será la causa del problema, que no se lanza el servidor web de aMule. ¿Alguna idea de cual es el problema?

Gracias con anticipación.

PARA
Logged