Hi -
1. It *sounds* like you're doing everything correctly.
In general, all you need to do is update httpd.conf and restart.
2. Logged on locally, type:
<= Make sure you've actually got an active listener on port 8008
You can also use "lsof" (a non-standard command - but easily available) to make sure THE listener is YOUR httpd daemon.
3. The *only* way you can connect is:
. The standard "http://xx.xx.xx.xx", of course, will look for a listener on port 80 - and fail to find it.
4. Definitely try "http://localhost:8008", on your local machine.
If you can connect locally, but not from another client - check firewalls.
5. Of course, check your Apache and system logs.
'Hope that helps .. PSM