Here's an example apache config from my setup. Note you need some
more setup than this, but hopefully it gets you rolling. Good luck
<VirtualHost *:80>
ServerName build.foo.com
<LocationMatch "/">
AuthType Basic
AuthName "Build"
AuthUserFile /var/www/build/build.htpasswd
Require valid-user
</LocationMatch>
<Proxy balancer://cruisecontrol>
BalancerMember http://localhost:3333
</Proxy>
ProxyPass / balancer://cruisecontrol/
</VirtualHost>
On Feb 13, 2009, at 1:14 PM, Chad Woolley wrote:
Put it behind a proxy using apache or nginx. Search the archive of
the ccrb user and/or dev lists, this has been discussed before.
-- Chad
On Fri, Feb 13, 2009 at 1:19 PM, tim walker <[email protected]>
wrote:
Hi,
Is there a easy way to enable basic user authentication to the ccrb
server?
Thanks very much,
Tim
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users