Hi all -- I have a linux box running several websites using apache. Elsewhere, I have a client on a military base. When I am at the client's site using their network, their paranoid firewall drops just about everything in the world except port 80. This means I can show them their website when I am there, but I can't log on and make changes to the website. Obviously, this makes development very cumbersome, especially since they are 60 miles from my office. I would be interested in any ideas about how I could use port 80 to log on to the machine. Currently, I only allow logins via ssh on port 22. Ideally, I wish there were some kind of apache directives I could use so that httpd would continue to monitor port 80, and if it gets a connection that does not look like http or https, it would forward the bits to port 22. But I doubt that is possible. Alternatively, I wondered if I could write a simple Perl program that would monitor port 80; if it got a connection that looked like http or https it would forward it to apache (perhaps on port 81) and otherwise it would forward it to ssh (perhaps on port 22). Any ideas? Thanks, Bob --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx