/[adm]/puppet/modules/apache/templates/vhost_reverse_proxy.conf
ViewVC logotype

Diff of /puppet/modules/apache/templates/vhost_reverse_proxy.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 778 by misc, Thu Jan 13 18:12:29 2011 UTC revision 928 by misc, Tue Feb 1 12:44:50 2011 UTC
# Line 1  Line 1 
 <VirtualHost *:80>  
         ServerName <%= name %>  
         # Serve static content directly  
         DocumentRoot  /dev/null  
   
   
   
1          ProxyRequests Off          ProxyRequests Off
2    
3          <Proxy *>          <Proxy *>
# Line 15  Line 8 
8          ProxyPass / <%= url %>          ProxyPass / <%= url %>
9          ProxyPassReverse / <%= url %>          ProxyPassReverse / <%= url %>
10    
         <Location />  
             Allow from all  
         </Location>  
 </VirtualHost>  
   

Legend:
Removed from v.778  
changed lines
  Added in v.928

  ViewVC Help
Powered by ViewVC 1.1.30