webtasarimofisi adlı üyeden alıntı: mesajı görüntüle
@OmerAti; optimasyon uzamanı isterseniz ulaşın. sorunu çözebilir.
cislek34 adlı üyeden alıntı: mesajı görüntüle
301 i rewrite ile mi yapıyorsunuz yoksa PHP ile mi?
301'i php ile yapıyorum.
Daha önce böyle bir yük yoktu sunucuda 4-5 aydır normalde 2 process açıyordu sonra 5-6 ya çıktı şuan 12 process her biri %20-25 cpu tüketiyor.
service httpd stop verince kesiyor.
engintron kurulu şuan sunucuda engintron üzerinden yayın yapıyor.
Botların hepsini ngnix ile engellemiştim oysa

if ($http_user_agent ~* "Amazonbot" ) {
return 404;
}

if ($http_user_agent ~* "SemrushBot" ) {
return 444;
}

if ($http_user_agent ~* "semrush" ) {
return 444;
}

if ($http_user_agent ~* "PetalBot" ) {
return 444;
}

if ($http_user_agent ~* "DataForSeoBot" ) {
return 444;
}

if ($http_user_agent ~* "MJ12bot" ) {
return 444;
}

if ($http_user_agent ~* "DotBot" ) {
return 444;
}

if ($http_user_agent ~* "AhrefsBot" ) {
return 444;
}

if ($http_user_agent ~* "AHC" ) {
return 444;
}

if ($http_user_agent ~* "majesticsEO" ) {
return 444;
}

if ($http_user_agent ~* "bing" ) {
return 444;
}

if ($http_user_agent ~* "bingbot" ) {
return 444;
}

if ($http_user_agent ~* "Bytespider" ) {
return 444;
}

if ($http_user_agent ~* "sfFeedReader" ) {
return 444;
}