Hello, I tried to upgrade my php version and somehow the apache version also upgraded. After this upgrade I got a lot of errors obviously and I managed to solve lots of them except this one
apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/auth_mysql.load: Cannot load /usr/lib/apache2/modules/mod_auth_mysql.so into server: /usr/lib/apache2/modules/mod_auth_mysql.so: cannot open shared object file: No such file or directory
The module doesn’t exist as I checked. How can I solve this? I tried to google all the way but I can’t seem to find a correct answer.
Any help would be awesome :) Thanks in advance guys!
edit I think this problem occurs because of iredmail that depends on that module. Could this be possible?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
You could just disable the mod, restart apache and see what works and what doesn’t.
Try something like:
a2dismod auth_mysql
You’re probably right in saying iredmail needs that mod enabled. Have you tried just installing the mod?
Try this:
sudo apt-get install libapache2-mod-auth-mysql
Restart apache
service apache2 restart
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.