Posts tagged: regular expression

apache配置多个trac项目的认证

这里要用到正则表达式,否则会十分繁琐: <LocationMatch "/trac/[^/]+/login">     AuthType Basic     AuthName "Subversion Repository"     AuthUserFile /etc/apache2/dav_svn.passwd     Require valid-user </LocationMatch>    发送文章为PDF   

星期五 三月 14th, 2008 in , , , | No Comments »