mini wrote:
> i need to display the 'e-smith-manager', which is running in
> my home, to my future boss. any ideas?
My first idea is it's almost certainly not a good idea.
If you want to do it safely, install SSH on the e-smith server,
then use port 80 redirection with SSH to allow access to the
web server effectively from the loopback interface on the e-smith server. Do "ssh -L8000:localhost:80 e-smith.domain" from somewhere outside, then point your web browser to "http://where.you.are:8000/e-smith-manager/".
If you want to do it unsafely, you will need to adjust the
apache configuration on the e-smith server.
Charlie