diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-03 03:10:56 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-03 03:10:56 +0000 |
commit | e9d477aba3bbc084c0a7872e4eaf725e2689e4a6 (patch) | |
tree | 7f6a514fab405c4de2bb983f601af2dbb3cfdc5d /test/auth/.htaccess | |
parent | 71213595260923f9d7cc7d41bb8b7b6227c1da01 (diff) | |
download | luasocket-e9d477aba3bbc084c0a7872e4eaf725e2689e4a6.tar.gz luasocket-e9d477aba3bbc084c0a7872e4eaf725e2689e4a6.tar.bz2 luasocket-e9d477aba3bbc084c0a7872e4eaf725e2689e4a6.zip |
Final patches...
Diffstat (limited to 'test/auth/.htaccess')
-rw-r--r-- | test/auth/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/auth/.htaccess b/test/auth/.htaccess index 31e1123..b9f100e 100644 --- a/test/auth/.htaccess +++ b/test/auth/.htaccess | |||
@@ -1,4 +1,4 @@ | |||
1 | AuthName "Test Realm" | 1 | AuthName "Test Realm" |
2 | AuthType Basic | 2 | AuthType Basic |
3 | AuthUserFile /Users/diego/tec/luasocket/test/auth/.htpasswd | 3 | AuthUserFile /home/diego/tec/luasocket/test/auth/.htpasswd |
4 | require valid-user | 4 | require valid-user |