Oracle B12255-01 Instrukcja Użytkownika Strona 129

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 224
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 128
mod_status
Oracle HTTP Server Modules 7-59
For disabling all requests using the HTTP TRACE method, set the following mod_
rewrite directives:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
mod_setenvif
This module enables you to set environment variables based on characteristics of a
request.
mod_so
This module loads executable code and modules into the server at start-up time.
mod_speling
This module attempts to correct misspelled or miscapitalized URLs.
mod_status
This module displays an HTML page of server activity and performance.
See Also: Module mod_setenvif in the Apache Server
documentation.
See Also: Module mod_so in the Apache Server documentation.
See Also: Module mod_speling in the Apache Server
documentation.
See Also: Module mod_status in the Apache Server
documentation.
Przeglądanie stron 128
1 2 ... 124 125 126 127 128 129 130 131 132 133 134 ... 223 224

Komentarze do niniejszej Instrukcji

Brak uwag