Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 209
Line 20... Line 20...
20
# Default authentication type, when authentication is required...
20
# Default authentication type, when authentication is required...
21
DefaultAuthType Basic
21
DefaultAuthType Basic
22
 
22
 
23
# Web interface setting...
23
# Web interface setting...
24
WebInterface Yes
24
WebInterface Yes
-
 
25
 
-
 
26
# Timeout after cupsd exits if idle (applied only if cupsd runs on-demand - with -l)
-
 
27
IdleExitTimeout 0
25
 
28
 
26
# Restrict access to the server...
29
# Restrict access to the server...
27
<Location />
30
<Location />
28
  Order allow,deny
31
  Order allow,deny
29
</Location>
32
</Location>