aMule Forum
English => aMule Help => Topic started by: Karhandras on December 01, 2005, 09:29:08 AM
-
I noticed that in the last CVSs the template of amuleweb is changed a couple of times, to be, now, identical to the embedded version.
Now my two-in-one question is:
1) can I change my amule.conf file to change template to amuleweb keeping [Webserver] Enabled=1 ??
2) or there is a way to start amuleweb forked? If I start 'amulewb &' it stops immediately...
Thanks folks! :)
-
for
1)
since todays cvs snapshot this should work, just add the field
Template=NAME_HERE
and it should work
2)
yes you can
amuleweb -q &
the -q stands for quite, so there is no console output and you can send it into the background
tata
-
OK, many thanks, I think I'll try the today's CVS =)))