I can see the following entries in /etc/httpd/conf/httpd.conf
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
What is the use of these lines in the config file?
|
I can see the following entries in /etc/httpd/conf/httpd.conf
What is the use of these lines in the config file?
| |||
|
feedback
|
Enable the runtime rewriting engine.
If request method is
Force URL to be forbidden. The dash ( | |||
|
feedback
|
|
This group of directives forbids (returns a 403 response) all HTTP requests using the | |||
|
feedback
|