Koozali.org: home of the SME Server

Enable 'e-smith-manager' to the outside world?

mini

Enable 'e-smith-manager' to the outside world?
« on: October 26, 1999, 10:28:58 PM »
i need to display the 'e-smith-manager', which is running in my home,
to my future boss.  any ideas?

thank you!

Charlie Brady

RE: Enable 'e-smith-manager' to the outside world?
« Reply #1 on: November 19, 1999, 10:21:31 AM »
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

Dan Brown

RE: Enable 'e-smith-manager' to the outside world?
« Reply #2 on: November 20, 1999, 06:44:43 PM »
It seems like setting up SSL would also work, if there were RPMs which were compatible with the version of Apache that ships with e-smith.  Are these available?  I found some on ftp.replay.net which said they were for Apache 1.3.6, but Apache wouldn't start when I installed them.