Patch default apache-fastcgi.conf file wrong

2009-02-13 Thread Peter Bengtsson
The created apache-fastcgi.conf looks like this:: DocumentRoot /var/www/mydomain/htdocs ... # Direct all other requests to the fastcgi server RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ /reviewboard.fcgi/$1 [QSA,L] It

SSH keys

2009-02-13 Thread Peter Bengtsson
We use Git and our remote server does not use SSH passwords. We always only use SSH keys. How can we get Review Board to use keys? Perhaps this is more a sysadmin question than a Django Review Board question but I guess this is the right forum for it. --~--~-~--~~~---~