Penguin
Diff: ModBackhandExample
EditPageHistoryDiffInfoLikePages

Differences between version 3 and previous revision of ModBackhandExample.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Friday, August 8, 2003 3:55:56 pm by PhilMurray Revert
Older page: version 2 Last edited on Friday, August 8, 2003 3:55:08 pm by PhilMurray Revert
@@ -93,14 +93,14 @@
 !!Step 4: Start all your Apache servers 
  
 The cluster should be working! If you want to see the status of your cluster, put the following in your balancers httpd.conf 
  
- <!VirtualHost 10.58.4.5
+ <!VirtualHost 10.58.4.1
  !DocumentRoot /usr/local/www/data 
  <Location "/backhand/"> 
  !SetHandler backhand-handler 
  </Location> 
  </!VirtualHost> 
  
-Then browse to http://10.58.4.5 /backhand/ and it'll give you a status map. 
+Then browse to http://10.58.4.1 /backhand/ and it'll give you a status map. 
  
 You now have a clustered website, but you still have storage and a database to worry about!