LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing apache 2.2 modules (https://www.linuxquestions.org/questions/linux-software-2/installing-apache-2-2-modules-4175450184/)

sujeeva 02-14-2013 04:48 PM

Installing apache 2.2 modules
 
Hi,

I'm trying to install apache 2.2 modules such as mod_access, mod_unixd, etc, but I don't see them when I run command:

yum list "mod_*"

I have already installed mod_ssl and mod_perl successfully.

Linux xxxx 2.6.32-279.5.2.el6.x86_64
Server version: Apache/2.2.15 (Unix)
Server built: Feb 7 2012 09:50:11

Please advise.

Thanks in advance,

Sujeeva

chrism01 02-14-2013 11:38 PM

If you google around a bit, you'll find eg mod_access has been renamed https://httpd.apache.org/docs/2.2/new_features_2_2.html and if you then do this
Code:

yum provides '*mod_authz_host*'

# returns
httpd-2.2.15-15.el6.centos.1.x86_64 : Apache HTTP Server
Repo        : base
Matched from:
Other      : mod_authz_host.so()(64bit)
Filename    : /usr/lib64/httpd/modules/mod_authz_host.so


sujeeva 02-20-2013 02:13 PM

Thanks for the response. I was able to get past the error once I loaded module mod_authz_host.


All times are GMT -5. The time now is 05:50 AM.