LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-21-2017, 09:08 AM   #1
mahesh2150
LQ Newbie
 
Registered: Oct 2017
Posts: 4

Rep: Reputation: Disabled
Are these error messages safe? [nginx error log]


Code:
2017/10/21 06:24:39 [warn] 19849#19849: *34055969 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000003, client: 173.245.51.153, server: ----, request: "POST /xmlrpc.php HTTP/1.1", host: "----"
2017/10/21 06:24:39 [error] 19849#19849: *34055969 FastCGI sent in stderr: "Unable to open primary script: /var/www/html/site/xmlrpc.php (No such file or directory)" while reading response header from upstream, client: 173.245.51.153, server:---------, request: "POST /xmlrpc.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "------"
2017/10/21 06:24:39 [error] 19849#19849: *34055969 FastCGI sent in stderr: "Unable to open primary script: /var/www/html/site/xmlrpc.php (No such file or directory)" while reading response header from upstream, client: 173.245.51.153, server: ----------, request: "POST /xmlrpc.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "-------"
2017/10/21 06:35:26 [error] 19847#19847: *34162621 FastCGI sent in stderr: "Unable to open primary script: /var/www/html/site/phpmyadmin/scripts/setup.php (No such file or directory)" while reading response header from upstream, client: 191.96.249.136, server:----------, request: "GET /phpmyadmin/scripts/setup.php HTTP/1.0", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:"
Code:
2017/10/21 07:24:17 [error] 19847#19847: *34667151 FastCGI sent in stderr: "Unable to open primary script: /var/www/html/site/testproxy.php (No such file or directory)" while reading response header from upstream, client: 91.196.50.33, server: --------------, request: "GET http :// testp3. pospr. waw. pl/testproxy.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "testp3.pospr.waw.pl"
 
Old 10-21-2017, 10:24 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,159
Blog Entries: 1

Rep: Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021
Quote:
2017/10/21 06:24:39 [warn] 19849#19849: *34055969 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000003, client: 173.245.51.153, server: ----, request: "POST /xmlrpc.php HTTP/1.1", host: "----"
2017/10/21 06:24:39 [error] 19849#19849: *34055969 FastCGI sent in stderr: "Unable to open primary script: /var/www/html/site/xmlrpc.php (No such file or directory)" while reading response header from upstream, client: 173.245.51.153, server:---------, request: "POST /xmlrpc.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "------"
2017/10/21 06:24:39 [error] 19849#19849: *34055969 FastCGI sent in stderr: "Unable to open primary script: /var/www/html/site/xmlrpc.php (No such file or directory)" while reading response header from upstream, client: 173.245.51.153, server: ----------, request: "POST /xmlrpc.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "-------"
2017/10/21 06:35:26 [error] 19847#19847: *34162621 FastCGI sent in stderr: "Unable to open primary script: /var/www/html/site/phpmyadmin/scripts/setup.php (No such file or directory)" while reading response header from upstream, client: 191.96.249.136, server:----------, request: "GET /phpmyadmin/scripts/setup.php HTTP/1.0", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:"

2017/10/21 07:24:17 [error] 19847#19847: *34667151 FastCGI sent in stderr: "Unable to open primary script: /var/www/html/site/testproxy.php (No such file or directory)" while reading response header from upstream, client: 91.196.50.33, server: --------------, request: "GET http :// testp3. pospr. waw. pl/testproxy.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "testp3.pospr.waw.pl"
They are safe!
The 3 on top are from a script kiddie trying to exploit wordpress xmlrpc.php, the 4th is looking for phpMyadmin and the last one is a bot used to discover open proxies.

Cheers
 
Old 10-21-2017, 10:39 AM   #3
mahesh2150
LQ Newbie
 
Registered: Oct 2017
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thank you
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
using grep to output error messages in /var/log/messages and using a loop? Billy_6052 Linux - Server 4 12-14-2014 11:01 AM
boot up error on /var/log/messages [server.ERROR] cannot start systen DBus service junust Linux - General 0 08-04-2009 04:55 AM
From where am i getting error messages to /var/log/messages? prabhuacsp Programming 3 02-16-2005 08:59 AM
From where am i getting error messages to /var/log/messages? prabhuacsp Linux - Networking 1 02-16-2005 12:34 AM
Error log in /var/log/messages raymond117 Linux - Security 9 01-26-2005 07:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration