I'm trying to understand how Apache web server communicate with an application on Windows XP environment in a same machine. Suppose the application is a php debugger and it's trying to connect with Apache server. I assign Apache to localhost port 80 whilst the debugger is assigned to 127.0.0.1 (loopback) port 9000.
If I start the debugger and run netstat, should I expect
TCP Serenity:9000 Serenity:80 ESTABLISHED
?
Is the configuration and expectation valid? Please advise,
regards,
ethereal1m

New Topic/Question


MultiQuote


|