![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| have difficulty with setup red hat first time | sito | Red Hat | 0 | 01-03-2008 06:52 PM |
| reverse proxy add forward 0.6 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-02-2008 04:50 AM |
| Having difficulty with UNIX concept. Please help! | ALon | UNIX for Dummies Questions & Answers | 4 | 01-11-2007 11:42 AM |
| Reverse Proxy | dipanrc | Linux | 0 | 12-27-2005 10:05 AM |
| Difficulty in Posting URLs in my threads | Nisha | Post Here to Contact Site Administrators and Moderators | 3 | 07-12-2002 01:32 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi
I am trying to set up two hosts in a reverse proxy. The reverse proxy already has 8 servers running perfectly, but they are all simply mapping pure addresses, which I have registered internally and externally. The latest two I wish to add are a bit different, they are app servers, one simply on a different port, and that one I have successfully got working as follows: ProxyPass / http://internalhost.domain.com:8080/ ProxyPassReverse / http://internalhost.domain.com:8080/ The second server is more complex, as its internal address is: internalhost.domain.com:9080/dir/dir/default.jsp and I would like to have the proxying as follows: esales.domain.com -> internalhost.domain.com:9080/dir/dir/default.jsp Sofar I have done it as above: ProxyPass / http://internalhost.domain.com:9080/...r/default.jsp/ ProxyPassReverse / http://internalhost.domain.com:9080/...r/default.jsp/ When I test it I get the http 403 error. Can anyone help? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|