Roger, > >Do you have a web server (eg. Apache) installed and running? > > > Installed, yes - as I'm thinking apache is required learning at some > stage in the near future. As for running, I've not done anything > deliberately to run it - how would I tell if it's running? > (there I go > again, showing how green i am in linux)
Try browsing to http://localhost/, or the address of the server. Alternativly, try netstat -an |grep 80 to see if any processes are listening on port 80. You could do the same for port 901 to see if anything is listening on port 901 as well. Later David Kirk
