/[webpac-proto]/httpd.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /httpd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Mar 19 19:14:34 2002 UTC (22 years ago) by dpavlin
Branch point for: DbP, MAIN
Initial revision

1 dpavlin 1.1 # MPS Information Server configuration
2     # 2002-03-17 DbP
3    
4     Alias /search /local/search
5     Alias /search-users /local/search
6     Alias /users /local/users
7    
8     <Directory /local>
9     AllowOverride FileInfo AuthConfig Limit
10     Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI
11     <Limit GET POST OPTIONS PROPFIND>
12     Order allow,deny
13     Allow from all
14     </Limit>
15     <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
16     Order deny,allow
17     Deny from all
18     </Limit>
19     </Directory>
20    
21     <Location /search-users>
22     AuthType Basic
23     AuthName "MPS search for registrated users"
24     AuthUserFile /local/users/passwd
25     require valid-user
26     </Location>
27    
28     <FilesMatch "(passwd|group)">
29     Order allow,deny
30     Deny from all
31     </FilesMatch>
32    

  ViewVC Help
Powered by ViewVC 1.1.26