Penguin
Diff: ModBackhandExample
EditPageHistoryDiffInfoLikePages

Differences between version 4 and previous revision of ModBackhandExample.

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

Newer page: version 4 Last edited on Friday, August 22, 2003 12:16:06 pm by PhilMurray Revert
Older page: version 3 Last edited on Friday, August 8, 2003 3:55:56 pm by PhilMurray Revert
@@ -84,9 +84,9 @@
  
  <!IfModule mod_backhand.c> 
  !UnixSocketDir /var/backhand/ 
  !MulticastStats 10.58.4.2 239.255.221.20:4445,1 
- !AcceptStats 10.58.4.* /24 
+ !AcceptStats 10.58.4. /24 
  </!IfModule> 
  
 Again, make sure /var/backhand exists and is writeable by the Apache user. These options can also go in a <VirtualHost> block or not. However! Because ModBackhand is proxying these requests you CANNOT use NameBased Virtual Hosting on sites that are part of the cluster. You CAN use IP Based Virtual Hosting which means you would need a block (like above) for each !VirtualHost with a different adress for !MulticastStats. Don't forget to make sure your !DocumentRoot is right for this !VirtualHost or the general configuration.