When I try to activate port 80 I get a “Permission denied” warning.
I’m logged into the Mac OSX 10.6.6 as the only user on the system and have admin rights. I configured the /Library/WowzaMediaServer-2.2.3/conf/VHost.xml file as requested.
When I startup the server with the Wowza Startup app all requested ports are bound except port 80 with the Permission denied warning. The same happens if I use command line and startup.sh in the bin directory. When i use sudo ./startup.sh port 80 will bind.
Where do I set permissions so port 80 will bind without have to use sudo ?
INFO server comment - defaultVHost threads[h/t]:120/80 home:/Library/WowzaMediaServer
INFO vhost comment defaultVHost Bind attempt ([any]:1935:4)
INFO vhost comment defaultVHost Bind successful ([any]:1935)
INFO vhost comment defaultVHost Bind attempt ([any]:80:4)
WARN vhost comment defaultVHost Bind failed: ([any]:80): java.net.SocketException: Permission denied
INFO vhost comment defaultVHost Bind attempt ([any]:8086:1)
INFO vhost comment defaultVHost Bind successful ([any]:8086)
INFO server comment - Wowza Media Server is started!
<<