[BACK]Return to relayd.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/relayd.conf between version 1.4 and 1.5

version 1.4, 2007/02/26 13:58:31 version 1.5, 2007/02/26 19:25:25
Line 46 
Line 46 
 #  #
 protocol httpssl {  protocol httpssl {
         protocol http          protocol http
         append "$REMOTE_ADDR" to "X-Forwarded-For"          header append "$REMOTE_ADDR" to "X-Forwarded-For"
         append "$SERVER_ADDR:$SERVER_PORT" to "X-Forwarded-By"          header append "$SERVER_ADDR:$SERVER_PORT" to "X-Forwarded-By"
         change "Connection" to "close"          header change "Connection" to "close"
   
         # Various TCP performance options          # Various TCP performance options
         tcp { nodelay, sack, socket buffer 65536, backlog 128 }          tcp { nodelay, sack, socket buffer 65536, backlog 128 }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5