Now it is pretty clear that the problem is the missing method in the request.
The URL should be prefixed with GET, PUT, POST or some other HTTP method.
>From RFC 2616:
Method = "OPTIONS" ; Section 9.2
| "GET" ; Section 9.3
| "HEAD" ; Section 9.4
| "POST" ; Section 9.5
| "PUT" ; Section 9.6
| "DELETE" ; Section 9.7
| "TRACE" ; Section 9.8
| "CONNECT" ; Section 9.9
| extension-method
So you log should for example have read:
68.197.41.131 - - [04/Dec/2007:02:24:46 -0500] "GET /test-bin/test-module
HTTP/1.0" 200 1234
The problem is with your client.
-ascs
________________________________
De : Arnab Ganguly [mailto:[EMAIL PROTECTED]
Envoyé : mardi 4 décembre 2007 15:24
À : [email protected]
Objet : Re: [EMAIL PROTECTED] Invalid URI in request
In the access log I got was
68.197.41.131 - - [04/Dec/2007:02:24:46 -0500] "/test-bin/test-module HTTP/1.0"
400 226
and the error log I got is
[error] [client 68.197.41.131] Invalid URI in request /test-bin/test-module
HTTP/1.0
Thanks
-A
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]