I had installed apache 2.0 from Centos, when I try to run httpd I get an error:
httpd: Syntax error on line xxx of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_access.so into server: /etc/httpd/modules/mod_access.so: cannot open shared object file: No such file or directory
I need to add this module (mod_access) to my server, how I do that?
Thanks!
Ana