Sorry for the newbie question. I am new to nginx. i installed it
successfully on my mac, but when i try to start it, i get this error
nginx: [alert] could not open error log file: open()
“/opt/local/var/log/nginx/error.log” failed (13: Permission denied)
2011/11/20 22:15:20 [emerg] 1620#0: open()
“/opt/local/etc/nginx/nginx.conf” failed (2: No such file or directory)
Can someone please help me resolve this? Thank you
Thanks so much guys. I got all the errors to go away… however, when i
start the server i get this
nginx: [emerg] bind() to 0.0.0.0:80 failed (48: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (48: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (48: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (48: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (48: Address already in use)
nginx: [emerg] still could not bind()
looks like a port conflict to me. i dont know. but i dont have any other
servers running. when i hit http://localhost/ 404 Not Found (
nginx/1.0.8 )