Squid url redirector

Annotation For squid-tagger.conf
anonymous

Annotation For squid-tagger.conf

Origin for each line in squid-tagger.conf from check-in ed7808827d:

d500448801 2009-10-05 c.kworr@d4daf: # This file holds configuration parameters for squid-tagger.
d500448801 2009-10-05 c.kworr@d4daf: 
d500448801 2009-10-05 c.kworr@d4daf: # This section is used solely for database connectivity.
d500448801 2009-10-05 c.kworr@d4daf: [database]
d500448801 2009-10-05 c.kworr@d4daf: 
d500448801 2009-10-05 c.kworr@d4daf: # Database user name.
d500448801 2009-10-05 c.kworr@d4daf: user = user_name
d500448801 2009-10-05 c.kworr@d4daf: 
d500448801 2009-10-05 c.kworr@d4daf: # Database name.
d500448801 2009-10-05 c.kworr@d4daf: database = database_name
d500448801 2009-10-05 c.kworr@d4daf: 
d500448801 2009-10-05 c.kworr@d4daf: # Host where database should be accessed. Can be left empty for local access.
d500448801 2009-10-05 c.kworr@d4daf: host = host_name
d500448801 2009-10-05 c.kworr@d4daf: 
d500448801 2009-10-05 c.kworr@d4daf: # Password for database access.
d500448801 2009-10-05 c.kworr@d4daf: password = password
d500448801 2009-10-05 c.kworr@d4daf: 
d500448801 2009-10-05 c.kworr@d4daf: # This section can be used to turn off some logging.
d500448801 2009-10-05 c.kworr@d4daf: [log]
d500448801 2009-10-05 c.kworr@d4daf: 
d500448801 2009-10-05 c.kworr@d4daf: # There would be no logs generated if 'silent' is set to 'yes'.
d500448801 2009-10-05 c.kworr@d4daf: silent = no
ed7808827d 2009-10-14 c.kworr@d4daf: 
ed7808827d 2009-10-14 c.kworr@d4daf: # This section control reactor wich would service main loop.
ed7808827d 2009-10-14 c.kworr@d4daf: [reactor]
ed7808827d 2009-10-14 c.kworr@d4daf: 
ed7808827d 2009-10-14 c.kworr@d4daf: # Possible reactor types: plain, thread and kqueue (broken)
ed7808827d 2009-10-14 c.kworr@d4daf: reactor = thread