I askedabout ip address because I'm curious if you set up private class c network (192.168.) or if windows APIPA provided addresses (169.254.) APIPA gives me nothing but headaches.
Make sure the DocumentRoot directive points to where your testpage is.
IP address is really only needed if the box has more than one IP address bound to it and different web sites are to listen at different ips.
Listen directive can be port only or 0.0.0.0:80
ExecCGI is for perl type scripting or cgi executables. Note the spelling!
When you say it won't pull up test page, is it 404 not found or connection refused. Try connecting with Netscape Mozilla or Firefox. you get better diagnostics than with M$ Internet Exploder.
Also you can try telnet. From a command window, open connection with
telnet 80
if connection is accepted (terminal window may go blank) type
GET / <enter>
you should see a bunch of html scroll by. GET is in Upper Case!
Still having issues? Get a fresh httpd.conf file and go back to defaults. Then start monkeying around again.
if you explicitly call for test page does it show up?
Is DirectoryIndex directive set for index.html?
\0