server_file
int server_file(struct httpd *, struct client *);
return (server_file(env, clt));
return (server_file(httpd, clt));