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  (Read 3333 times)

baron-robert

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
amuleweb
« on: January 20, 2006, 11:21:15 AM »

hi,
i configure amuled and i wich to have a  amuleweb grafical interface for it running on port 80... If i don't modify the amule.conf it works on port 4712. Ok. But i want to enable it on port 80, I modify the amule.conf like that: And it dont ork, why?

[WebServer]
Enabled=1
Password=
PasswordLow=
Port=4711
UseGzip=1
UseLowRightsUser=0
PageRefreshTime=120
Template=

[ExternalConnect]
AcceptExternalConnections=1
ECAddress=
ECPort=80
ECPassword=my_shash
ShowProgressBar=1
ShowPercent=0
UseSrcSeeds=0
UseSecIdent=1
IpFilterOn=1
Logged

lfroen

  • Guest
Re: amuleweb
« Reply #1 on: January 20, 2006, 11:25:18 AM »

Don't modify ECPort - this is port for internal webserver - core communication. Modify field "Port=" under [WebServer] section.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuleweb
« Reply #2 on: January 20, 2006, 11:34:11 AM »

you cannot use port 80 without running amuleweb as root, since its a priviliged port

you could run apache, and then setup a vhost if you want to bypass firewalls,
search the forum there are a couple infos...
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

baron-robert

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: amuleweb
« Reply #3 on: January 20, 2006, 11:39:21 AM »

OK, the amuleweb now is ok, thanks for your reply. But, another one,
when i do a netstat -l nothing is listening on port 80...
[WebServer]
Enabled=1
Password=my_hash
PasswordLow=
Port=80
UseGzip=1
UseLowRightsUser=0
PageRefreshTime=120
Template=

[ExternalConnect]
AcceptExternalConnections=1
ECAddress=
ECPort=4712
ECPassword=my_hsashh
ShowProgressBar=1
ShowPercent=0
UseSrcSeeds=0
UseSecIdent=1
IpFilterOn=1
« Last Edit: January 20, 2006, 11:39:37 AM by baron-robert »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: amuleweb
« Reply #4 on: January 20, 2006, 11:43:47 AM »

are you runing aMuleweb as root? Because if not, you can't use any port below 1024. I would advise against running amuleweb as root too, please use a port > 1024
Logged

baron-robert

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: amuleweb
« Reply #5 on: January 20, 2006, 11:45:02 AM »

thanks for your help guys...
I will use another port =)
Logged