锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲精选在线观看,亚洲第一视频网站,2020国产精品亚洲综合网http://www.tkk7.com/pepsixp/category/17126.htmlI am strong, I am in Suzhou.zh-cnFri, 15 Jun 2007 03:41:54 GMTFri, 15 Jun 2007 03:41:54 GMT60瀹夎 DokuWikihttp://www.tkk7.com/pepsixp/archive/2007/06/14/DokuWiki.html闃垮鏂.闃垮鏂.Thu, 14 Jun 2007 14:13:00 GMThttp://www.tkk7.com/pepsixp/archive/2007/06/14/DokuWiki.htmlhttp://www.tkk7.com/pepsixp/comments/124370.htmlhttp://www.tkk7.com/pepsixp/archive/2007/06/14/DokuWiki.html#Feedback0http://www.tkk7.com/pepsixp/comments/commentRss/124370.htmlhttp://www.tkk7.com/pepsixp/services/trackbacks/124370.html鐜錛歀inux AS4銆丄pache2.2銆丳HP 4.4.7銆丏okuWiki-2007-05-24

Apache鐨勫畨瑁呰鍓嶆枃

PHP

  1. 涓嬭澆php-4.4.7.tar.gz錛岃В鍘?
  2. ./configure --with-apxs2=$APACHE_HOME/bin/apxs
  3. make & make install
  4. cp php.ini-dist &PHP_HOME/etc/php.ini

DokuWiki

  1. 涓嬭澆dokuwiki-2006-11-06.tgz錛岃В鍘?
  2. 涓篴pache娣誨姞rewrite妯″潡錛?br>cd $APACHE_HOME/modules/mappers
    $APACHE_HOME/bin/apxs -i -a -c mod_rewrite.c
  3. 媯(gè)鏌ttpd.conf涓槸鍚﹀凡緇忓姞鍏ワ細(xì)LoadModule rewrite_module libexec/mod_rewrite.so
  4. 閰嶇疆a(chǎn)pache鐨刪ttpd.conf
    Alias /wiki "/local/xsun/servers/dokuwiki"
    <Directory "$DokuWiki_HOME">
    Allow from all 

    AddType application/x-httpd-php .php .phtml
    AddType application/x-httpd-php-source .phps
    RewriteEngine on

    RewriteBase /wiki

    RewriteRule ^_media/(.*)              lib/exe/fetch.php?media=$1  [QSA,L]
    RewriteRule ^_detail/(.*)             lib/exe/detail.php?media=$1  [QSA,L]
    RewriteRule ^_export/([^/]+)/(.*)     doku.php?do=export_$1
    &id=$2  [QSA,L]
    RewriteRule ^$                        doku.php  [L]
    RewriteCond %{REQUEST_FILENAME}       !-f
    RewriteCond %{REQUEST_FILENAME}       !-d
    RewriteRule (.*)                      doku.php?id=$1  [QSA,L]
    RewriteRule ^index.php$               doku.php
    php_value auto_prepend_file "$DokuWiki_HOME/prepend.php"
    </Directory>
  5. $APACHE_HOME/bin/apachectl start

DokuWiki 瀹夊叏閰嶇疆

鍦?DokuWiki_HOME鐩綍涓嬪垱寤簆repend.php錛屽拰apache鐨勯厤緗枃浠跺搴旓紝鍦ㄦ墽琛屼細(xì)棰勫厛鍔犺澆
<?php
define('DOKU_CONF','$DokuWiki_HOME/conf/');
define('DOKU_INC','$DokuWiki_HOME');
?>

鐒跺悗灝?DokuWiki_HOME鐩綍涓嬬殑鏂囦歡澶歸兘縐誨嚭錛屼緥濡?Wiki_HOME
ln -s $DokuWiki_HOME/lib $Wiki_HOME/lib
鍦?DokuWiki_HOME/conf/local.php鏂囦歡涓坊鍔狅細(xì)$conf['savedir'] = '$Wiki_HOME/data';
鍦ㄦ祻瑙堝櫒涓墦寮install.php錛岄厤緗畬鍚庡皢榪欎釜鏂囦歡鍒犻櫎

涓嬮潰鏄垜閰嶇疆榪囩殑鏂囦歡錛?br>local.php:
$conf['title'] = 'My Wiki';
$conf['useacl'] = 1;
$conf['superuser'] = '@admin';
$conf['userewrite'] = '1';
$conf['useslash'] = 1;
$conf['sepchar'] = '-';
$conf['openregister'] = '0';

 $conf['savedir'] = '/local/xsun/wiki/data';
@include(DOKU_CONF.'local.protected.php');

users.auth.php:
test:61e7250f72098cf2602541ffbaf66e59:LALALA:pepsixp@gmail.com:admin,user

acl.auth.php:
*               @ALL          1
*               @user         8



闃垮鏂. 2007-06-14 22:13 鍙戣〃璇勮
]]>
SVN 閰嶇疆http://www.tkk7.com/pepsixp/archive/2006/12/21/89268.html闃垮鏂.闃垮鏂.Thu, 21 Dec 2006 05:38:00 GMThttp://www.tkk7.com/pepsixp/archive/2006/12/21/89268.htmlhttp://www.tkk7.com/pepsixp/comments/89268.htmlhttp://www.tkk7.com/pepsixp/archive/2006/12/21/89268.html#Feedback0http://www.tkk7.com/pepsixp/comments/commentRss/89268.htmlhttp://www.tkk7.com/pepsixp/services/trackbacks/89268.html鍒涘緩
  1. mkdir /etc/svn/repos1
  2. svnadmin create /etc/svn/repos1
  3. svn import file:///etc/svn/repos1聽(tīng) --message "init" // 瀵煎叆褰撳墠鐩綍涓嬫墍浠ユ枃浠?br />svn import /local/mydir/ file:///etc/svn/repos1聽(tīng) --message "init" // 瀵煎叆鎸囧畾鐩綍涓嬫墍浠ユ枃浠?

鏌ョ湅

  • svn list --verbose file:///etc/svn/repos1/
  • svnlook info /etc/svn/repos1/
  • svnlook tree /etc/svn/repos1/ --show-ids

Apache鏉冮檺鎺у埗

${apache}/conf/httpd.conf 鐨勯厤緗細(xì)
LoadModule聽(tīng)dav_svn_module聽(tīng)聽(tīng)聽(tīng)聽(tīng)聽(tīng)modules/mod_dav_svn.so
LoadModule聽(tīng)authz_svn_module聽(tīng)聽(tīng)聽(tīng)modules
/mod_authz_svn.so
<Location聽(tīng)/svn/>
DAV聽(tīng)svn
SVNParentPath聽(tīng)
/etc/svn/repos1
SVNListParentPath聽(tīng)on

AuthType聽(tīng)Basic
AuthName聽(tīng)
"MY SVN聽(tīng)Repository"
AuthUserFile聽(tīng)
/etc/svn/repos1/passwd.conf
AuthzSVNAccessFile聽(tīng)
/etc/svn/repos1/authz.conf
Require聽(tīng)vaild-user
</Location>

鍒涘緩鐢ㄦ埛鍜屽瘑鐮侊細(xì)${apache}/bin/htpasswd聽(tīng)/etc/svn/repos1/authz.comf user1

authz.conf鐨勯厤緗細(xì)
[groups]
group1聽(tīng)
=聽(tīng)user1
group2聽(tīng)
=聽(tīng)user1,user2

[
/]
*聽(tīng)=聽(tīng)r

[project1
:/path1]
@group1聽(tīng)=聽(tīng)rw

[project1
:/path2]
@group2聽(tīng)=聽(tīng)rw

鍙栧嚭錛歴vn co file:///etc/svn/report1

鍙﹀闇瑕佷慨鏀逛袱涓湴鏂癸紝涓嶇劧鏃犳硶鎻愪氦淇敼鐨勬枃浠訛細(xì)

  1. chown -R sysuser:sysuser /etc/svn/report1
    chmod -R 700 /etc/svn/report1
  2. 鍦?{apache}/conf/httpd.conf涓壘鍒幫細(xì)
    User daemon
    Group daemon
    鏀逛負(fù)
    User sysuser
    Group sysuser
    浠oot鐢ㄦ埛鍚姩apache鍚庯紝鑷姩鍒囨崲鍒皊ysuser韜喚榪愯


闃垮鏂. 2006-12-21 13:38 鍙戣〃璇勮
]]>
Apache + Subversion 瀹夎http://www.tkk7.com/pepsixp/archive/2006/12/04/85237.html闃垮鏂.闃垮鏂.Mon, 04 Dec 2006 05:16:00 GMThttp://www.tkk7.com/pepsixp/archive/2006/12/04/85237.htmlhttp://www.tkk7.com/pepsixp/comments/85237.htmlhttp://www.tkk7.com/pepsixp/archive/2006/12/04/85237.html#Feedback0http://www.tkk7.com/pepsixp/comments/commentRss/85237.htmlhttp://www.tkk7.com/pepsixp/services/trackbacks/85237.html鐜錛歋unOS 5.9 Generic銆丄pache-2.2.3銆丼ubversion-1.4.2

Apache

  1. 涓嬭澆httpd-2.2.3.tar.gz錛岃В鍘?
  2. 媯(gè)鏌ath鏄惁鍔犲叆浜?jiǎn)锛?xì)/usr/ccs/bin錛岃繖鏄垜make鎶ラ敊鐨勬牴婧愶紝涔嬪悗灝變竴椹鉤宸濅簡(jiǎn)
  3. $ ./configure --enable-dav --enable-so --prefix=/usr/local/apache2/
  4. $ make;make install
  5. 淇敼/usr/local/apache2/conf/httpd.conf涓殑ServerName鐨勯厤緗紝鍐欎笂鏈嶅姟鍣ㄧ殑IP鍦板潃鍜岀鍙e彿錛屼緥濡係erverName聽(tīng) 12.34.56.78:80
  6. 榪涘叆bin鐩綍鍚姩(闇瑕乺oot)錛? ./apachectl start
  7. 鎵撳紑嫻忚鍣?a href="http://ip_address/">http://ip_address/錛岀瓑寰呮祴璇曢〉"It works!"鐨勫嚭鐜?:_)

Subversion

  1. 涓嬭澆neon-0.26.2.tar.gz錛岃В鍘?
  2. $ ./configure --prefix=/usr/local/neon; make; make install
  3. 涓嬭澆subversion-1.4.2.tar.gz錛岃В鍘?
  4. $ ./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2 --with-neon=/usr/local/neon --with-ssl --with-zlib
  5. $ make;make install
  6. 淇敼apache閰嶇疆鏂囦歡httpd.conf錛?br />LoadModule dav_svn_module modules/mod_dav_svn.so聽(tīng)
    LoadModule authz_svn_module modules/mod_authz_svn.so聽(tīng)
    <Location /svn>
    DAV svn聽(tīng)
    SVNParentPath /home/svnroot/
    </Location>
  7. 鍒涘緩浠撳簱錛?br />$ mkdir /home/svnroot/
    $ cd /usr/local/subversion/bin
    $ ./svnadmin create /home/svnroot/test
    $ ./svn import /home/user/import file:///home/svnroot/test 鈥搈 "import files test"
  8. 閲嶅惎Apache
    $ ./usr/local/apache2/bin/apachectl restart
    鎵撳紑嫻忚鍣細(xì)http://localhost/svn/test 錛屽簲璇ヨ兘鐪嬪埌浜涗粈涔堜笢瑗?


闃垮鏂. 2006-12-04 13:16 鍙戣〃璇勮
]]>
Ubuntu6.10 - 鍒濆鍖?/title><link>http://www.tkk7.com/pepsixp/archive/2006/11/12/80654.html</link><dc:creator>闃垮鏂.</dc:creator><author>闃垮鏂.</author><pubDate>Sat, 11 Nov 2006 16:52:00 GMT</pubDate><guid>http://www.tkk7.com/pepsixp/archive/2006/11/12/80654.html</guid><wfw:comment>http://www.tkk7.com/pepsixp/comments/80654.html</wfw:comment><comments>http://www.tkk7.com/pepsixp/archive/2006/11/12/80654.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/pepsixp/comments/commentRss/80654.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/pepsixp/services/trackbacks/80654.html</trackback:ping><description><![CDATA[鍗囩駭浜?jiǎn)涓涓媢buntu錛岃褰曚竴涓?br /><ol><li>嬋媧籸oot鐢ㄦ埛錛?br /> sudo passwd root</li><li>淇敼婧愶細(xì)<br /> sudo gedit /etc/apt/sources.list<br />鍒犻櫎鎵鏈夊唴瀹瑰茍娣誨姞濡備笅淇℃伅(姹熻嫃鐪佸父宸炲競(jìng)鐢?shù)淇?錛?br />deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse<br />deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse<br />deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse<br />deb http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse<br />deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse<br />deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse</li><li>鍗囩駭緋葷粺錛?br />sudo apt-get update<br /> sudo apt-get dist-upgrade</li><li>璁劇疆鏈湴l(fā)ocal鐜錛?br />sudo dpkg-reconfigure locales</li><li>瀹夎涓枃璇█鏀寔:<br />do apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh language-pack-zh-base language-support-zh<br /></li><li> 瀹夎涓枃瀛椾綋錛?br />sudo apt-get install ttf-arphic-ukai ttf-arphic-uming</li><li>瀹夎緙栬瘧鐜:<br /> sudo apt-get install build-essential</li><li>鏇存敼 GRUB 鑿滃崟鍐呭紑鏈虹郴緇熺殑棰勮鍊?br />sudo vi /boot/grub/menu.lst<br />淇敼 ... default 0 ...<br /></li></ol>濂戒簡(jiǎn)錛屾敞閿涓涓嬬數(shù)鑴戯紝鍐嶆鐧誨叆鍚庢寜 Ctrl + 絀烘牸閿?嬋媧昏緭鍏ユ硶) 搴旇鍙互浣跨敤錛屽茍涓旀暣涓晫闈㈤兘鏄腑鏂囩殑浜?jiǎn)銆?img src ="http://www.tkk7.com/pepsixp/aggbug/80654.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/pepsixp/" target="_blank">闃垮鏂.</a> 2006-11-12 00:52 <a href="http://www.tkk7.com/pepsixp/archive/2006/11/12/80654.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.tkk7.com/" title="亚洲av成人片在线观看">亚洲av成人片在线观看</a> <div class="friend-links"> </div> </div> </footer> 主站蜘蛛池模板: <a href="http://zbsensor.com" target="_blank">久久亚洲精品无码AV红樱桃</a>| <a href="http://zzanfang.com" target="_blank">亚洲精品偷拍视频免费观看</a>| <a href="http://gzltchem.com" target="_blank">久久久久亚洲AV成人无码</a>| <a href="http://xzgfbxg.com" target="_blank">精品无码一级毛片免费视频观看</a>| <a href="http://fkg675.com" target="_blank">亚洲av无码乱码在线观看野外</a>| <a href="http://aa77cc.com" target="_blank">黄色免费网站在线看</a>| <a href="http://kkjk123.com" target="_blank">免费a级毛片在线观看</a>| <a href="http://scienfood.com" target="_blank">美女免费视频一区二区</a>| <a href="http://91ptv.com" target="_blank">四虎精品亚洲一区二区三区</a>| <a href="http://ge2hao.com" target="_blank">一区二区三区在线免费观看视频</a>| <a href="http://yx6768.com" target="_blank">亚洲精品国产精品国自产观看</a>| <a href="http://acccx.com" target="_blank">国产美女视频免费观看的网站</a>| <a href="http://zj1069.com" target="_blank">国产亚洲一区二区三区在线</a>| <a href="http://929119.com" target="_blank">99视频在线免费看</a>| <a href="http://51jingpai.com" target="_blank">亚洲一级高清在线中文字幕</a>| <a href="http://dzhankong.com" target="_blank">毛片免费全部播放一级</a>| <a href="http://www827556.com" target="_blank">亚洲乱亚洲乱妇24p</a>| <a href="http://www398ph.com" target="_blank">mm1313亚洲精品国产</a>| <a href="http://bxd888.com" target="_blank">国内精品免费在线观看</a>| <a href="http://69ct.com" target="_blank">亚洲国产精品线观看不卡</a>| <a href="http://www676617.com" target="_blank">成年女人免费v片</a>| <a href="http://7766ks.com" target="_blank">污污视频免费观看网站</a>| <a href="http://91ttvv.com" target="_blank">亚洲国产精品无码久久SM</a>| <a href="http://ytsp88.com" target="_blank">在线视频精品免费</a>| <a href="http://91se01.com" target="_blank">在线视频亚洲一区</a>| <a href="http://www5g9.com" target="_blank">国产精品亚洲精品日韩已满</a>| <a href="http://selangcun.com" target="_blank">99久在线国内在线播放免费观看</a>| <a href="http://117949b.com" target="_blank">亚洲kkk4444在线观看</a>| <a href="http://yzxjk.com" target="_blank">亚洲精品一级无码鲁丝片</a>| <a href="http://zcrencai.com" target="_blank">亚洲成人免费在线</a>| <a href="http://tv886.com" target="_blank">亚洲欧洲av综合色无码</a>| <a href="http://www19977.com" target="_blank">久久久久国产成人精品亚洲午夜 </a>| <a href="http://xxxxyz.com" target="_blank">免费观看的毛片手机视频</a>| <a href="http://txa6.com" target="_blank">日本黄页网址在线看免费不卡</a>| <a href="http://6363388.com" target="_blank">国产成A人亚洲精V品无码</a>| <a href="http://ynyinglie.com" target="_blank">青青在线久青草免费观看</a>| <a href="http://57az.com" target="_blank">国产亚洲美女精品久久</a>| <a href="http://www50884.com" target="_blank">亚洲va在线va天堂va888www</a>| <a href="http://mcsser.com" target="_blank">一二三四影视在线看片免费</a>| <a href="http://zhidianzh.com" target="_blank">四虎影视永久在线精品免费</a>| <a href="http://xingdagx.com" target="_blank">亚洲另类激情综合偷自拍</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>