in infinite wisdom Kenneth Gonsalves spoke thus on 11/08/05 18:51:
> 
> what i like about doing web in python is that on a server with several 
> websites, i can stick *all* the matter for a given website on a 
> directory on /home and maintain it with a subversion repository. So, if 
> i hand over control of a particular site to someone else, he can do 
> everything he wants through svn in his own home directory. The only 
> thing beyond his control would be the httpd.conf.
> 


This is not specific to Python.  It depends on how you have configured 
your virtual host.  You can make the documentroot of your vhost as 
/home/vhost.  Next, you can check out the files for populating the 
documentroot from your cvs/svn repository.  When you make a change, you 
can then check it back in.


-- 
Raj Shekhar                        Y!IM : lunatech3007
blog : http://rajshekhar.net/blog  home : http://rajshekhar.net
Disclaimer : http://rajshekhar.net/disclaimer

_______________________________________________
ilugd mailinglist -- [email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[email protected]/

Reply via email to