![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| redirect STDIN | prkfriryce | Shell Programming and Scripting | 4 | 01-04-2007 06:11 AM |
| How to redirect std out and std err to same file | 0ktalmagik | Shell Programming and Scripting | 2 | 07-04-2006 04:04 PM |
| PHP Redirect | perleo | Shell Programming and Scripting | 2 | 05-11-2003 08:17 AM |
| Redirect Xterm | barisgultekin | UNIX for Dummies Questions & Answers | 1 | 07-18-2002 10:33 AM |
| Redirect | <Therapy> | IP Networking | 1 | 03-20-2002 04:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Apache Redirect Transparently
I have two servers running apache server, namely server A and B.
All users access server A, but for some application, I would like to redirect the request to server B. I have set apache redirect in server A apache config file. Redirect /application http://serverB/application Now, the flow becomes 1. Users input http://serverA/application 2. Redirect request to http://serverB/application 3. Users see the web page changed from http://serverA/application to http://serverB/application Actually, I do not prefer users to see the web page changed. Is there any method that can redirect the request transparently to user? Thank you! |
| Forum Sponsor | ||
|
|