![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache Virtual Server Help | ratnamg | Linux | 0 | 02-05-2008 04:44 PM |
| Unix virtual host detection | Meridian | SUN Solaris | 3 | 01-20-2004 12:55 AM |
| Unix virtual host detection | Meridian | SUN Solaris | 1 | 01-14-2004 06:13 PM |
| Resolving Aliases and Virtual IP's on a Host | Scott Pullen | UNIX for Advanced & Expert Users | 1 | 12-20-2001 10:11 AM |
| Apache virtual host | 98_1LE | UNIX for Dummies Questions & Answers | 4 | 12-11-2001 02:23 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Folks;
I have a virtual host file & i have it configured to run an application i have & it runs it fine. Now i need to attach another application to the same Virtual host file. How can i do that? here's my existing Virtual host file (actual names replaced with aliases below): <VirtualHost host_ip:80> ServerAdmin admin DocumentRoot /opt/document ServerName server name:80 ServerAlias alias ProxyRequests off ErrorLog "|/PATH_TO_error_log 1M" CustomLog "|/PATH_TO_access_log 1M" common ErrorDocument 404 /index.html <Proxy *> Order deny,allow Allow from all </Proxy> Redirect permanent / http://server/app1 ProxyPass /app1 http://server:8080/app1 ProxyPassReverse /app1 http://server:8080/app1 </VirtualHost> Last edited by moe2266; 09-05-2007 at 12:23 PM. |
| Forum Sponsor | ||
|
|
| Thread Tools | |
| Display Modes | |
|
|