Goodspeed

导航

09 2012 档案

使用mod_auth_mysql.so
摘要:CREATE TABLE users ( id int(14) NOT NULL auto_increment, user_name CHAR(30) NOT NULL, user_passwd CHAR(20) NOT NULL, created timestamp(14) NOT NULL, updated timestamp(14) NOT NULL, PRIMARY KEY (id), UNIQUE KEY user_name (user_name));CREATE TABLE groups ( id int(14) NOT NULL auto_increment, ... 阅读全文

posted @ 2012-09-17 11:54 Goodspeed 阅读(1436) 评论(1) 推荐(0) 编辑

Git Http Server
摘要:#http://www.wretch.cc/blog/michaeloil/22286355#http://blog.longwin.com.tw/2009/05/build-git-env-over-http-2009/#安装软件sudo apt-get install git-coresudo apt-get install apache2#启用相应模块sudo a2enmod dav_fs#sudo a2enmod dav#设置apache2sudo htpasswd -c /etc/apache2/dav_git.passwd dav>New password: 123>R 阅读全文

posted @ 2012-09-11 15:30 Goodspeed 阅读(2272) 评论(0) 推荐(0) 编辑