Name
Ns_ConnReturnNotFound -- Return a "not found" HTTP status
line.
Syntax
int Ns_ConnReturnNotFound (Ns_Conn
*conn);
Description
Calls Ns_ConnReturnStatus or Ns_ConnReturnNotice with a
status code of 404 to indicate that the requested URL was not found
on the server.