Did you read the announcment blogpost?
Looking at your debug log, I can see that the web server is listening on port 8080. This means one of two things:
- You chose not to disable
lighttpdwhen prompted - You have some other service running on the device that is utilising port 80.
You will be able to access the web interface via http://youripaddress:8080/admin
You can change the port to something else if you wish via the web interface or the config file as suggested by @tngl