im not sure if you wanted this to be a testing server or an actual webserver so punch me in the face if im stupid
to set it up as a local testing server you need to set the ServerName field in your apache config file to 127.0.0.1 (or localhost)
to have it accessable to everyone else on the web you would need to change ServerName to your ip address which can be found using ipconfig in a dos prompt of you choice.
oh, and i suggest getting apache 1.3 as apache 2.0 has some problems with php. while there is versions for 2.0 they are buggy and kinda hard to configure.
hope i helped in any way possible.
