Hi Everyone,
I am trying to load a module in apache2. So in the /usr/local/apache2/conf/httpd.conf I have the following:

LoadModule cas_module modules/mod_cas.so

I have restarted the server but when I run phpinfo(); I don't see the mod as one listed in the loaded modules list.

Any ideas on what I am doing wrong? I am stuck and don't know what do to.