From: Rob H. <ro...@ro...> - 2005-06-20 20:11:31
|
Hi Peter, Bittner,Peter wrote: >I have adapted install.cfg before executing make install and adapted my >site configuration of Apache2 after SandWeb was up and running to make >SandWeb available at https://my.site.url/sandweb (if you know what I >mean). > >Now I have a slight problem with adding a home-directory for my Apache >user, i.e. www-data on Debian Linux. I have done a "mkdir >/home/www-data; chown www-data:www-data /home/www-data" and in my >/etc/passwd I have: > >www-data:x:33:33:www-data:/var/www:/bin/sh > >... well, now I am not sure if it is a good idea to change this line to > >www-data:x:33:33:www-data:/home/www-data:/bin/bash > > I think you'll want to leave www-data's homedir at /var/www; just make sure that www-data user can write to ~/.ssh/ Hopefully in the future this won't be necessary... anyway, the way to test this is to do: su - www-data ssh user@cvs-server If you can log into your "cvs-server" as "user", then www-data should be able to carry out the CVS commands that you need. -- Rob |