File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
wayback-webapp/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131
3232  <bean  id =" proxylivewebcache" 
33-       class =" org.archive.wayback.liveweb.RemoteLiveWebCache " 
33+       class =" org.archive.wayback.liveweb.ArcRemoteLiveWebCache " 
3434    <property  name =" proxyHostPort" value =" localhost:8099" 
3535<!-- 
3636	If you've set up a local squid/varnish to cache requests to the above 
37- 	ARCRecordingProxy, it is preferable to use RemoteLiveWebCache2  instead of 
38- 	RemoteLiveWebCache  and you should use the port for that e.g. 3128, instead of 8099: 
37+ 	ARCRecordingProxy, it is preferable to use StdRemoteLiveWebCache  instead of 
38+ 	ArcRemoteLiveWebCache  and you should use the port for that e.g. 3128, instead of 8099: 
3939 <bean id="proxylivewebcache" 
40-      class="org.archive.wayback.liveweb.RemoteLiveWebCache2 "> 
40+      class="org.archive.wayback.liveweb.StdRemoteLiveWebCache "> 
4141   <property name="proxyHostPort" value="localhost:3128" /> 
4242--> 
4343  </bean >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments