This is a discussion on apache for proxy_pass within the Web servers forums, part of the Mastering Servers category; How to configure for proxy_pass ?...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
Turn on mod_proxy and add someting as follows
Code:
<VirtualaHost *:80>
ServerName server.domain.com
ProxyPass / http://192.168.1.5:80
ProxyPassReverse / http://192.168.1.5:80
</VirtualHost>
mod_proxy - Apache HTTP Server
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to restart apache when die. | LifeTimes | CentOS / RHEL / Fedora | 2 | 05-13-2008 06:03 PM |
| sudo and apache | txt3rob | Web servers | 1 | 04-18-2008 11:30 PM |
| Webdav on apache | myfoot | Web servers | 0 | 12-09-2007 03:42 AM |
| Apache 503 error | sweta | Web servers | 0 | 11-01-2007 03:00 AM |
| Frontpage ext. on apache | surmandal | Web servers | 0 | 10-09-2007 07:39 AM |