You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Kaplan, Andrew H." <AH...@PARTNERS.ORG> on 2005/03/23 18:46:46 UTC

[users@httpd] Problems Adding Directives to the httpd.conf file

Hi there --

I want to disable the TRACE and TRACK methods on our Apache 1.3.31 server with
the mod_ssl 2.8.18 module. We have one virtual host
section which automatically redirects connections to the server from port 80 to
port 443. I initially added the following lines to both the port
80 and 443 sections:

			RewriteEngine on
			RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
			RewriteRule .* - [F]

However when I stopped and then restarted the server, the error message I
received indicated a syntax error for the first line containing 
RewriteEngine or the command was not defined. 

Any ideas? Thanks. 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org