1

Topic: no passwort protection on cliebringer/awstats

- iRedMail version: 2014-04-20
- backend: MySQL
- Linux/BSD distribution name and version: Ubuntu 14.04 (trusty tahr)

with a newly installed ubuntu server lts and then instaling iredmail 0.8.6 or yesterdays snapshot the
cluebringer or awstas pages are not protected by the basic auth that is configured in the apche config files cluebringer.conf and awstats.conf

nothing is written to the apchelog just the access.log but nothing to the error.log

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: no passwort protection on cliebringer/awstats

Temporary solution: disable Apache conf 'awstats' and 'cluebringer', then rename them to 'zawstats' and 'zcluebringer', re-enable them and restart Apache service:

# a2disconf awstats
# a2disconf cluebringer
# cd /etc/apache2/conf-available/
# mv awstats.conf zawstats.conf
# mv cluebringer.conf zcluebringer.conf
# a2enconf zawstats
# a2enconf zcluebringer
# /etc/init.d/apache2 restart

Will fix this in next release of iRedMail (the say way).

3

Re: no passwort protection on cliebringer/awstats

Same problem here.

See my solution: http://www.iredmail.org/forum/post30654.html#p30654