Linux / UNIX Tech Support Forum
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 ?...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| 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. What's wrong? I hope I am not making you uncomfortable... Never send a boy to do a mans job. |
![]() |
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 | 13-05-2008 06:03 PM |
| sudo and apache | txt3rob | Web servers | 1 | 18-04-2008 11:30 PM |
| Webdav on apache | myfoot | Web servers | 0 | 09-12-2007 03:42 AM |
| Apache 503 error | sweta | Web servers | 0 | 01-11-2007 03:00 AM |
| Frontpage ext. on apache | surmandal | Web servers | 0 | 09-10-2007 07:39 AM |