I also just noticed that the PID's are incremented when it comes back

That's normal too. Actually it's not normal, but it was the fastest and easiest way to setup a TCP-server. It's one of the reasons to rewrite the whole thing.
It goes like this :
- process A waits for connection
- new connection - fork - process B is created
- process A handles request
- process B waits for connection
and so on...

Another thing you can try :
try telnetting to port 80 and type : "GET /"
followed by two newlines
it should give you back the index-page...

Frank van Gestel
_________________________
Frank van Gestel