Port Problems

Status
Not open for further replies.

warriorzoe

Cadet
Joined
Jan 29, 2017
Messages
2
I am very new to the FreeNAS community and need some help here. I have my shares and everything set up and I was running owncloud on lighttpd. I installed a plugin thinking that it would be cool to check out. My owncloud broke down instantly. I think that the problem is apache and lighttpd fighting for port 80 .I moved lighttpd to port 81 didn't work and the same results with ports 82. I get the error
Code:
(network.c.464.) can’t bind to port:  80 can’t assign requested address
Thank you in advance.
 
Last edited by a moderator:

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
Do you have this line at the bottom of your lighttpd.conf:
Code:
# IPv4 listening socket
$SERVER["socket"] == "0.0.0.0:80" { }


If so, comment it out, by putting a "#" before $SERVER.
 

warriorzoe

Cadet
Joined
Jan 29, 2017
Messages
2
Yes sadly, the owncloud service was working perfectly before I decided to install a plugin i think that it has to do with apache and lighttpd fighting for port 80.
 
Status
Not open for further replies.
Top