Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292425 Details for
Bug 390445
new ebuild: www-apache/mod_dav_acl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
80_dav_acl.conf
80_dav_acl.conf (text/plain), 1.73 KB, created by
Jaco Kroon
on 2011-11-13 19:35:03 UTC
(
hide
)
Description:
80_dav_acl.conf
Filename:
MIME Type:
Creator:
Jaco Kroon
Created:
2011-11-13 19:35:03 UTC
Size:
1.73 KB
patch
obsolete
># un-comment with fedora >#LoadModule dav_acl_module modules/mod_dav_acl.so > ><IfModule mod_dav_acl.c> > >Alias /principals "/var/www/principals/" > ># GLOBALS but can of course be local as well ># But _update_ these settings these are just examples ># and acltests is only for running tests > >AclOwnerFullRights on >AclLockFile /var/tmp/davacl.lock >AclSharedMemFile /var/tmp/davacl.shm >AclSharedMemSize 65000 >AclPrincipals http://example.com/principals >AclPrincipalDir /var/www/principals >AclUsePropertyDB off > ><Location /principals> > Dav on > Options None > > AuthType Digest > AuthName "testing" > AuthUserFile /var/www/passwords > Require valid-user > AuthDigestProvider file > > FileETag MTime > > DAVETagResponse on > DAVACL on > ></Location> > >Listen localhost:8080 > ># for local testing only ><VirtualHost localhost:8080> > DocumentRoot /var/www/testing/www > #ServerName localhost > >Alias /principals "/var/www/testing/principals" >Alias /acltests "/var/www/testing/acltests/" > ># AclOwnerFullRights on > AclLockFile /var/tmp/davacl_testing.lock > AclSharedMemFile /var/tmp/davacl_testing.shm > AclSharedMemSize 64000 > AclPrincipals http://localhost:8080/principals > AclPrincipalDir /var/www/testing/principals > AclUsePropertyDB off > ><Location /principals> > Dav on > > AuthType Digest > AuthName "testing" > AuthUserFile /var/www/testing/passwords > Require valid-user > AuthDigestProvider file > > FileETag MTime > > DAVETagResponse on > DAVACL on ></Location> > ><Location /acltests> > Dav on > > AuthType Digest > AuthName "testing" > AuthUserFile /var/www/testing/passwords > Require valid-user > AuthDigestProvider file > > FileETag MTime > > DAVETagResponse on > DAVACL on ></Location> > ></VirtualHost> > ></ifModule>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 390445
:
292423
|
292425
|
292551
|
292553
|
297735
|
297737
|
297739
|
297741