08-03-05 10:51 PM
When I send "OPTIONS * HTTP/1.0" to apache server.
This is an example of what is returned:
HTTP/1.1 200 OK
Date: Thu, 20 Jul 2000 23:11:23 GMT
Server: Apache/1.3.22 (Unix) PHP/4.0.0
Content-Length: 0
Allow: GET, HEAD, OPTIONS, TRACE
Connection: close
Because of system security consideration, how can I do
to let apache server don't return anything?
Thanks
[ Post a follow-up to this message ]
|