I'm surprised this thread is still running - it should be on the red5 list, not here! But a couple of observations:
> Basically red5 is refusing to bind to a second ip on port 80. > ... > NO, apache is not listens on 0.0.0.0 /etc/apache2/ports.conf But apache is listening on 211.129.114.121:80, as netstat showed. So you want Apache on port 80 on one IP, and red5 on port 80 on another IP (75.42.64.86). Kunthar's original email is below [1]. The java error says "<null>:80" is already in use. I'd assume that null means 0.0.0.0 and it is trying to listen on all IP addresses? In which case, either "http.host" is the wrong syntax in red5.properties, or red5 has a bug and ignores it? Darren [1] # HTTP http.host=75.42.64.86 http.port=80 https.port=8443 DO NOT work! tail log/error.log ERROR o.a.coyote.http11.Http11Protocol - Error initializing endpoint java.net.BindException: Address already in use<null>:80 -- Darren Cook, Software Researcher/Developer http://dcook.org/mlsn/ (English-Japanese-German-Chinese-Arabic open source dictionary/semantic network) http://dcook.org/work/ (About me and my work) http://dcook.org/blogs.html (My blogs and articles) _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
