I have a lot of httpsl processes, about 50 at same time
example one of them
[/proc/28899]# ls -al
total 0
dr-xr-xr-x 3 nobody nobody 0 Aug 7 19:04 ./
dr-xr-xr-x 1522 root root 0 Aug 6 00:31 ../
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 cmdline
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 cpu
lrwxrwxrwx 1 nobody nobody 0 Aug 7 19:05 cwd -> //
-r-------- 1 nobody nobody 0 Aug 7 19:05 environ
lrwxrwxrwx 1 nobody nobody 0 Aug 7 19:05 exe -> /usr/bin/perl*
dr-x------ 2 nobody nobody 0 Aug 7 19:05 fd/
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 maps
-rw------- 1 nobody nobody 0 Aug 7 19:05 mem
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 mounts
lrwxrwxrwx 1 nobody nobody 0 Aug 7 19:05 root -> //
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 stat
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 statm
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 status
lsof -p 28899
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
perl 28899 nobody cwd DIR 130,46 1024 456187906 /
perl 28899 nobody rtd DIR 130,46 1024 456187906 /
perl 28899 nobody txt REG 130,46 942729 509666453 /usr/bin/perl
perl 28899 nobody 0r CHR 1,3 457965571 /dev/null
perl 28899 nobody 1w FIFO 130,5 977102708 pipe
perl 28899 nobody 2w REG 130,46 3331669 689897475 /usr/local/apache/logs/error_log
perl 28899 nobody 3u IPv4 977413800 TCP my.server.com:34124->rm43.1blu.de:8209 (ESTABLISHED)
perl 28899 nobody 4u unix 0xa22b77e0 977102504 socket
perl 28899 nobody 5u unix 0x248a2760 976881059 socket
perl 28899 nobody 15w REG 130,46 0 689897478 /usr/local/apache/logs/audit_log
perl 28899 nobody 16w REG 130,46 0 689897485 /usr/local/apache/logs/modsec_debug_log
perl 28899 nobody 17w REG 130,46 3331669 689897475 /usr/local/apache/logs/error_log
... a lot of domlogs
for CWD (current working folder) I have only '/'
cat environ - there is nothing
any idea how to stop this (blocking rm43.1blu.de IP will not solve problem)
thanks
example one of them
[/proc/28899]# ls -al
total 0
dr-xr-xr-x 3 nobody nobody 0 Aug 7 19:04 ./
dr-xr-xr-x 1522 root root 0 Aug 6 00:31 ../
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 cmdline
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 cpu
lrwxrwxrwx 1 nobody nobody 0 Aug 7 19:05 cwd -> //
-r-------- 1 nobody nobody 0 Aug 7 19:05 environ
lrwxrwxrwx 1 nobody nobody 0 Aug 7 19:05 exe -> /usr/bin/perl*
dr-x------ 2 nobody nobody 0 Aug 7 19:05 fd/
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 maps
-rw------- 1 nobody nobody 0 Aug 7 19:05 mem
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 mounts
lrwxrwxrwx 1 nobody nobody 0 Aug 7 19:05 root -> //
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 stat
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 statm
-r--r--r-- 1 nobody nobody 0 Aug 7 19:05 status
lsof -p 28899
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
perl 28899 nobody cwd DIR 130,46 1024 456187906 /
perl 28899 nobody rtd DIR 130,46 1024 456187906 /
perl 28899 nobody txt REG 130,46 942729 509666453 /usr/bin/perl
perl 28899 nobody 0r CHR 1,3 457965571 /dev/null
perl 28899 nobody 1w FIFO 130,5 977102708 pipe
perl 28899 nobody 2w REG 130,46 3331669 689897475 /usr/local/apache/logs/error_log
perl 28899 nobody 3u IPv4 977413800 TCP my.server.com:34124->rm43.1blu.de:8209 (ESTABLISHED)
perl 28899 nobody 4u unix 0xa22b77e0 977102504 socket
perl 28899 nobody 5u unix 0x248a2760 976881059 socket
perl 28899 nobody 15w REG 130,46 0 689897478 /usr/local/apache/logs/audit_log
perl 28899 nobody 16w REG 130,46 0 689897485 /usr/local/apache/logs/modsec_debug_log
perl 28899 nobody 17w REG 130,46 3331669 689897475 /usr/local/apache/logs/error_log
... a lot of domlogs
for CWD (current working folder) I have only '/'
cat environ - there is nothing
any idea how to stop this (blocking rm43.1blu.de IP will not solve problem)
thanks