Subject: httpd and accept: Invalid argument
To: None <current-users@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: current-users
Date: 10/16/2007 18:32:33
I wrote some documentation for .htpasswd support (not committed yet).

But running it doesn't work for me:

Oct 16 18:22:47 glacier httpd[661]: started in daemon mode as 
`glacier.reedmedia.net' port `8080' root `/home/reed/public_html'
Oct 16 18:23:24 glacier httpd[661]: accept: Invalid argument

I run as non-root with:

	httpd -b -I 8080 /home/reed/public_html

Once I do a request via lynx or elinks, it closes immediately.

EINVAL is: The socket has not been set up to accept connections (using 
bind(2) and listen(2)).

I will have to look later ... got to go ..

  Jeremy C. Reed