Cannot Load mod_version.so

I really need to get this fixed. fast. I have little time, and some business. I just bought a VPS, and am trying to set up virtualmin. When i re-check the configuration, it throws this error:

Checking Configuration
The status of your system is being checked to ensure that all enabled features are available, that the mail server is properly configured, and that quotas are active …
BIND DNS server is installed, and the system is configured to use it.
Mail server Postfix is installed and configured.

Apache configuration errors were found :

Syntax error on line 190 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_version.so into server: /etc/httpd/modules/mod_version.so: cannot open shared object file: No such file or directory
… your system is not ready for use by Virtualmin.

It would be great to know how to fix this.

It is running on CentOS 5, With Apache. Virtualmin was installed on a clean install of centos. It threw some errors during installation, but it seems fine.
I can’t get the errors, as they are too far back in the buffer, and were deleted :(.

–EDIT!: It looks like the fix was just commenting out the loadmodule–

Howdy,

Yeah, it looks like there was a line in the Apache config telling that module to load, but that module wasn’t present on your system.

It’s typically not a critical module though, and is just for folks looking to be able to selectively execute Apache code based on what Apache version is running:

http://httpd.apache.org/docs/2.2/mod/mod_version.html

Commenting it out should work just fine. I’m glad you got it working!

-Eric