Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - one_two

Pages: [1]
1
I'm unable to customize the access denied page for Dansguardian.  I've tried editing the /etc/dansguardian/languages/ukenglish/template.html file and restarting the http proxy module.  When I access a URL that is blocked I still get the default access denied page with none of my changes.  Any ideas on what I'm doing wrong?

First bit of /etc/dansgaurdian/dansgaurdian.conf
Code: [Select]
reportinglevel = 3

languagedir = '/etc/dansguardian/languages'

language = ukenglish

loglevel = 3

logexceptionhits = 1

# Log File Format
# 1 = DansGuardian format        2 = CSV-style format
# 3 = Squid Log File Format      4 = Tab delimited
logfileformat = 3


loglocation = '/var/log/dansguardian/access.log'

filterip =

filterport = 3129

proxyip = 127.0.0.1

proxyport = 8080

# accessdeniedaddress is the address of your web server to which the cgi
# dansguardian reporting script was copied
# Do NOT change from the default if you are not using the cgi.
#
accessdeniedaddress = 'http://YOURSERVER.YOURDOMAIN/cgi-bin/dansguardian.pl'

# Non standard delimiter (only used with accessdeniedaddress)
# Default is enabled but to go back to the original standard mode dissable it.
nonstandarddelimiter = on


usecustombannedimage = on
custombannedimagefile = '/usr/share/dansguardian/transparent1x1.gif'

Pages: [1]