[users@httpd] tool for maleware detector

2014-05-27 Thread Joydeep Bakshi
Dear list, There are many online maleware scanner site and I am seeking your valuable input about the sites which are doing the job well. Also like to know if there is any shell / php script which can help to detect malware Thanks

[users@httpd] error logging of huge amount vhosts

2014-04-29 Thread Joydeep Bakshi
Dear list, I have already configured the combined log for vhosts, so that only one file is required to write the access log of all vhosts. Unfortunately %v is not available for error log. Is maintaining separate error log for every vhost is fine with the server performance ? or there is a way to

Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Joydeep Bakshi
Hello respondents, Thanks to all of you for your responses. I'm explaining the points which you have asked. 1. The requests are not available at log because I have blocked the .ru domains at firewall level. Let me disable the firewall to generate the logs for you 95.139.226.205 - - [17/Apr/2014:

[users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Joydeep Bakshi
Dear list, I have found a strange issue in a newly configured opensuse 13.1 server. This is a dedicated root server where ssh is running on different port than default and ssh root login is disabled. I have configured apache and also few vhosts which are running well. I have also installed varnis

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-27 Thread Joydeep Bakshi
Hello Tom, After tweaking the search pattern, the rule are working fine. Thanks for your tips and thanks to all who has given me the clue. - best wishes On 27-May-2013, at 12:34 PM, Joydeep Bakshi wrote: > Hello Tom, > > sorry for the wrong implementation of the rules. > &

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-27 Thread Joydeep Bakshi
P33211' pattern='highest-credit' [NC] => not-matched RewriteCond: input='' pattern='^id=7&artId=7572&doi=10.5414/ALP33211$' => not-matched When the require patter need to be compared the input becomes null !!! Could you kindly explain ? Thanks On

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
On 24-May-2013, at 6:46 PM, Tom Evans wrote: > On Fri, May 24, 2013 at 2:03 PM, Joydeep Bakshi > wrote: >> It was level 5 and now I have set level 9. >> From log it seems that the pattern is blindly applied to every link rather >> than matching the query_string

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
On 24-May-2013, at 6:23 PM, Jens-Uwe Mozdzen wrote: > Hi Joydeep, > > Zitat von Joydeep Bakshi : >> On 24-May-2013, at 6:06 PM, "Jens-U. Mozdzen" wrote: >> >>> Hi Joydeep, >>> >>> Zitat von Joydeep Bakshi : >>>> [...] &

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
On 24-May-2013, at 6:06 PM, "Jens-U. Mozdzen" wrote: > Hi Joydeep, > > Zitat von Joydeep Bakshi : >> [...] >> Thanks but without the leading slash it still fails to provide the >> redirection. >> Now I have >> >> RewriteRule ^ALP332

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
On 24-May-2013, at 5:22 PM, Eric Covener wrote: > On Fri, May 24, 2013 at 7:41 AM, Joydeep Bakshi > wrote: >> Hello list, >> >> Greetings !! >> >> I am using {QUERY_STRING} to append a value to a particular URL. >> >> The actual url is >

[users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
Hello list, Greetings !! I am using {QUERY_STRING} to append a value to a particular URL. The actual url is http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211 and it has to become http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211&L=5 The &L=5 has t