[EMAIL PROTECTED] wrote:
> I have an internal server that I need to pass external visitors to
> from a web page.  The internal server isn't set up to go through the
> firewall so I am looking for a way to make web server (which does
> play nice) to access the other server via http and let a user access
> the files and programs on it.
> 
> I've been looking through the FAQs and googling it, but have not
> found a way to do it yet.

That's called proxying. See the Apache mod_proxy module (if you're using
Apache):

http://httpd.apache.org/docs/mod/mod_proxy.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to