LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 07-15-2010, 11:12 AM   #1
tkmsr
Member
 
Registered: Oct 2006
Distribution: Ubuntu,Open Suse,Debian,Mac OS X
Posts: 798

Rep: Reputation: 39
2 proxy servers in front of an application


I am having a website which is being served on my LAN as http://internal1.mydomain.com the vhost configuration for this is
Code:
ServerAdmin webmaster@localhost
 ServerName internal1.mydomain.com 
ProxyRequests Off 
         <Proxy *>
        Order deny,allow
        Allow from all
        </Proxy>
ProxyPreserveHost On 

ProxyPass / http://localhost:9090/ 
ProxyPassReverse / http://localhost:9090/
it is working very fine on LAN. I am able to use my application completely from LAN.

There is another server which is having public IP and I want this website to be available on internet.

A request for public domain comes as

http://www.mypublicdomain.com/something

How do I transfer that internally so that it reaches or is being served by http://internal1.mydomain.com
Is it possible to change the ServerName of an HTTP Request in Apache2
if yes then how?

Last edited by tkmsr; 07-15-2010 at 11:31 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
JavaScript Desktop application with HTML Based UI front-end alsaf Linux - General 2 07-20-2010 03:18 PM
Front End Application For MySQL? carlosinfl Linux - Software 8 04-24-2010 07:02 PM
Use gnome front end for application dialogues Thorium Debian 1 07-17-2005 11:45 AM
free web servers supporting Front page extensions? sachitha General 5 06-09-2004 11:59 AM
How to bring up application window to front from shell script. aleksas_m Linux - General 2 08-21-2003 01:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 12:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration