[Buildbot-commits] [Buildbot] #957: None.change_svc dereferenced in ConsoleStatusResource
    Buildbot 
    buildbot-devel at lists.sourceforge.net
       
    Wed Aug 11 20:03:10 UTC 2010
    
    
  
#957: None.change_svc dereferenced in ConsoleStatusResource
--------------------+-------------------------------------------------------
Reporter:  mhagger  |       Owner:       
    Type:  defect   |      Status:  new  
Priority:  major    |   Milestone:  0.8.+
 Version:  0.8.1    |    Keywords:  web  
--------------------+-------------------------------------------------------
Comment(by mhagger):
 I'm no Apache wizard, but here is a snipped from the config that is
 hopefully illuminating:
 {{{
 <VirtualHost 192.168.100.37:443>
         [...]
         SSLEngine On
         SSLCACertificateFile /etc/apache2/ssl/XXXX.crt
         SSLCertificateFile /etc/apache2/ssl/YYYY.crt
         SSLCertificateKeyFile /etc/apache2/ssl/YYYY.key
         ProxyRequests Off
         ProxyPass / http://192.168.100.37:8010/
         ProxyPassReverse / http://192.168.100.37:8010/
         <Proxy *>
           Order deny,allow
           Allow from all
         </Proxy>
         [...]
 </VirtualHost>
 }}}
-- 
Ticket URL: <http://buildbot.net/trac/ticket/957#comment:7>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
    
    
More information about the Commits
mailing list