The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"Поис /usr/local/www/data/scripts/root.exe"
Вариант для распечатки Архивированная нить - только для чтения! 
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"Поис /usr/local/www/data/scripts/root.exe"
Сообщение от Сергей Искать по авторуВ закладки on 21-Июн-02, 18:53  (MSK)
Каждый день по 10 раз с разных IP происходит запрос подобных файлов
Вопрос! Можно ли как нибудь ответить занным ЗАПРСИТЕЛЯМ что нибудь злостное? Либо что нибудь еще
  Рекомендовать в FAQ | Cообщить модератору | Наверх

 Оглавление

Индекс форумов | Темы | Пред. тема | След. тема
Сообщения по теме

1. "RE: Поис /usr/local/www/data/scripts/root.exe"
Сообщение от falk0n emailИскать по авторуВ закладки on 21-Июн-02, 21:19  (MSK)
>>злостное? Либо >что нибудь еще

можно
1 добавить модуль под апач, который будет сбрасывать такие запросы
2 поздравить админа сервака откуда идут запросы
3 man iptables|col -b|grep -A9 MIRROR   #;)

  Рекомендовать в FAQ | Cообщить модератору | Наверх

2. "RE: Поис /usr/local/www/data/scripts/root.exe"
Сообщение от nubi Искать по авторуВ закладки on 21-Июн-02, 23:19  (MSK)
>Каждый день по 10 раз с разных IP происходит запрос подобных файлов
>
>Вопрос! Можно ли как нибудь ответить занным ЗАПРСИТЕЛЯМ что нибудь злостное? Либо
>что нибудь еще

<Files> directive
Syntax: <Files filename> ... </Files>
Context: server config, virtual host, .htaccess
Status: core
Compatibility: only available in Apache 1.2 and above.
The <Files> directive provides for access control by filename. It is comparable to the <Directory> directive and <Location> directives. It should be matched with a </Files> directive. The directives given within this section will be applied to any object with a basename (last component of filename) matching the specified filename. <Files> sections are processed in the order they appear in the configuration file, after the <Directory> sections and .htaccess files are read, but before <Location> sections. Note that <Files> can be nested inside <Directory> sections to restrict the portion of the filesystem they apply to.

The filename argument should include a filename, or a wild-card string, where `?' matches any single character, and `*' matches any sequences of characters. Extended regular expressions can also be used, with the addition of the ~ character. For example:

   <Files ~ "\.(gif|jpe?g|png)$">
would match most common Internet graphics formats. In Apache 1.3 and later, <FilesMatch> is preferred, however.
Note that unlike <Directory> and <Location> sections, <Files> sections can be used inside .htaccess files. This allows users to control access to their own files, at a file-by-file level. For example, to password protect a single file within a particular directory, you might add the following to your .htaccess file:

    <Files admin.cgi>
    Require group admin
    </Files>Remember that directives

  Рекомендовать в FAQ | Cообщить модератору | Наверх


Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Пожалуйста, прежде чем написать сообщение, ознакомьтесь с данными рекомендациями.




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру