aMule Forum
English => aMule Help => Topic started by: baron-robert 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
-
Don't modify ECPort - this is port for internal webserver - core communication. Modify field "Port=" under [WebServer] section.
-
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...
-
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
-
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
-
thanks for your help guys...
I will use another port =)