![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AIX 5.3 Routing | BlitzSonik | UNIX for Dummies Questions & Answers | 1 | 06-05-2007 10:03 AM |
| IP Routing | jaibw | IP Networking | 2 | 12-20-2005 09:20 PM |
| Routing | jaibw | Linux | 2 | 11-27-2005 11:36 PM |
| routing | big123456 | UNIX for Advanced & Expert Users | 4 | 11-22-2005 05:45 AM |
| Routing | DevilGREEN | IP Networking | 9 | 11-05-2001 08:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
apache ssl routing 2 dns
Hi
i'm looking for some advice on apache ssl routing for 2 url.Fyi one url is certificate is verified by GeoTrust and another url on the other site certificate is verified by Verisgn.Is that possible to routing between this two url. Here is my scenario I have an https:// site running on an IIS 5.0 server (https://somesite.com- Certificate verified by GeoTrust) behind an off-campus firewall. I am setting up a Apache 2.0.48 as the SSL Reverse Proxy to access backend server (https://mybackendserver.com-Certificate verified by Verisign) . The Proxy server IP is allowed in the firewall rule set. Here is my SSL rewrite rules Code:
SSLProxyEngine On RewriteEngine on ProxyPass /middleway https://backendserver/admin ProxyPassReverse /middleway https://backendserver/admin 1. is that possible to do routing of 2 url certificate verified by two different company?? Any advice are much appreciate. Thanks in advance Last edited by pludi; 1 Week Ago at 08:59 AM.. Reason: code tags, please... |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|