Code:
2016/10/22 04:03:43 [emerg] 5841#100623: bind() to 0.0.0.0:80 failed (49: Can't assign requested address)
2016/10/22 04:03:43 [emerg] 5842#100623: bind() to 0.0.0.0:80 failed (49: Can't assign requested address)
2016/10/22 04:27:21 [emerg] 5819#101438: bind() to 0.0.0.0:80 failed (49: Can't assign requested address)
2016/10/22 04:27:21 [emerg] 5821#101438: bind() to 0.0.0.0:80 failed (49: Can't assign requested address)
2016/10/26 18:54:38 [emerg] 5911#100616: bind() to 0.0.0.0:80 failed (49: Can't assign requested address)
2016/10/26 18:54:38 [emerg] 5923#100616: bind() to 0.0.0.0:80 failed (49: Can't assign requested address)
2016/10/26 23:14:13 [error] 6040#101496: *3 open() "/usr/local/www/nginx/favicon.ico" failed (2: No such file or directory), client: 192.168.3.122, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.3.105", referrer: "http://192.168.3.105/rm_manage/"
2016/11/10 06:31:02 [error] 5977#100621: *2 open() "/usr/local/www/nginx/favicon.ico" failed (2: No such file or directory), client: 192.168.3.122, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.3.105", referrer: "http://192.168.3.105/rm_manage/"
2016/11/22 21:02:27 [error] 5980#101501: *1 open() "/usr/local/www/nginx/favicon.ico" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.3.105", referrer: "http://192.168.3.105/"
2016/12/24 01:50:18 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximux" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximux HTTP/1.1", host: "192.168.3.105"
2016/12/24 01:50:19 [error] 6148#101502: *1 open() "/usr/local/www/nginx/favicon.ico" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.3.105", referrer: "http://192.168.3.105/Muximux"
2016/12/24 01:50:51 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximum/index.phpo" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximum/index.phpo HTTP/1.1", host: "192.168.3.105"
2016/12/24 01:50:55 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximum/index.php" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximum/index.php HTTP/1.1", host: "192.168.3.105"
2016/12/24 01:51:01 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximum/index.php" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximum/index.php HTTP/1.1", host: "192.168.3.105"
2016/12/24 01:51:18 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximum/muximux.php" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximum/muximux.php HTTP/1.1", host: "192.168.3.105"
I don't have any idea why some of the lines are looking for /Muximum instead of /Muximux but I setup a symbolic link on the off chance it would help. The only thing I did was a git clone into /usr/local/www/nginx which created the "Muximux" subdir then tried to access it. There is an index.php inside that directory.
Code:
2016/12/24 01:50:51 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximum/index.phpo" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximum/index.phpo HTTP/1.1", host: "192.168.3.105"
2016/12/24 01:50:55 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximum/index.php" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximum/index.php HTTP/1.1", host: "192.168.3.105"
2016/12/24 01:51:01 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximum/index.php" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximum/index.php HTTP/1.1", host: "192.168.3.105"
2016/12/24 01:51:18 [error] 6148#101502: *1 open() "/usr/local/www/nginx/Muximum/muximux.php" failed (2: No such file or directory), client: 192.168.3.2, server: localhost, request: "GET /Muximum/muximux.php HTTP/1.1", host: "192.168.3.105"
Only thing I can figure is the php might not be correct for this application.