logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: [REDIRECT] internal server through external server
Author
doctor_yes



Joined: 07 Oct 2014
Posts: 1

PostPosted: Tue 07 Oct '14 18:36    Post subject: [REDIRECT] internal server through external server Reply with quote

Hello

I have a -I think- common issue, one external server available from internet and an internal server for local only.

I want that to ask for
http://ex.ter.nal.ip/site

I can get the content of an internal server. For this I tried this at httpd.conf:

Redirect /site http://in.ter.nal.ip/site

but browser changes to internal IP and obviously I can't reach it.

So, I need that when external server detects that I want to see internal server content, it ask to internal and external itself answers.

Ant thoughs? thanks in advance.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Mon 13 Oct '14 15:53    Post subject: Reply with quote

You need to configure a port forwarding in your router.
Back to top
maba



Joined: 05 Feb 2012
Posts: 64
Location: Germany, Heilbronn

PostPosted: Wed 22 Oct '14 20:24    Post subject: Reply with quote

Or load the proxy module and do a reverse proxy configuration.
Back to top


Reply to topic   Topic: [REDIRECT] internal server through external server View previous topic :: View next topic
Post new topic   Forum Index -> Apache