1

Topic: IRedOS-0.6.0 installation problem

Hello,
I've just tried setting up IRedOS 0.6.0 on a VM. Installation went fine but httpd doesn't start. I get the following error:
[root@IRedMail01 ~]# /sbin/service httpd start
Starting httpd: Syntax error on line 29 of /etc/httpd/conf.d/awstats.conf:
Invalid command 'AuthMYSQLEnable', perhaps misspelled or defined by a module not included in the server configuration
Could you help? Thanks and Regards.

----

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

2

Re: IRedOS-0.6.0 installation problem

Try:

# yum install mod_auth_mysql

And then restart apache. it should work as expected now.

I think i missed this package in iRedOS. Thanks for your feedback, i will upload a new version later.

3

Re: IRedOS-0.6.0 installation problem

ZhangHuangbin wrote:

Try:

# yum install mod_auth_mysql

And then restart apache. it should work as expected now.

I think i missed this package in iRedOS. Thanks for your feedback, i will upload a new version later.

It does indeed, thank you very much.