Would someone please point out what is wrong with this setup?  
Any pointer would be helpful!
**** The error I got:
<BODY><H1>Error 400</H1>
Invalid request "" (unknown method)</BODY>
[1]    Exit -54             httpd -r http_rule.conf
**** The command I run to start the daemon:
	httpd -r http_rule.conf &
**** And, the http_rule.conf file is:
map 	/	/usr/ai/felicia/lynx2-2/html2
map 	/*	file:/usr/ai/felicia/lynx2-2/html2/*
pass	file:/usr/ai/felicia/lynx2-2/html2/*
fail 	*
----------------------------------------------------------------------------
Felicia Cheong