![]() |
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 |
| How to send a Head Http request from command line | darkling235 | UNIX for Dummies Questions & Answers | 3 | 04-04-2008 02:48 AM |
| HTTP request | noufal | UNIX for Dummies Questions & Answers | 3 | 01-31-2008 04:55 AM |
| Http request in Linux | malaysoul | Shell Programming and Scripting | 7 | 01-26-2007 11:25 AM |
| unix script http request | arksal | UNIX for Dummies Questions & Answers | 1 | 08-24-2006 10:15 PM |
| HTTP Query Request & Parsing returned XML output | jerardfjay | Shell Programming and Scripting | 15 | 05-18-2005 09:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Could you not set up a reverse proxy server on the Apache host?
http://www.apacheweek.com/features/reverseproxies Cheers ZB |
|
||||
|
Hi
I got this to work with reverse proxy as follows: <VirtualHost *:80> ServerAdmin xxxxx DocumentRoot /var/www/html/ Servername helpdesk.domain.com ErrorLog logs/helpdesk-error_log CustomLog logs/helpdesk-access_log common ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://internalserver.domain.com:8080 ProxyPassReverse / http://internalserver.domain.com:8080 </VirtualHost> |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|