Link to home
Start Free TrialLog in
Avatar of mahrou
mahrou

asked on

adding new modules tp an installed apache

hi ,
I installed apache-2.0.47 , php-4.3.2 and mysql-4.0.14  on my redhat 7.1.

I want to know :

1-  How can I ckeck what modules have been already installed ?
2-  What steps should I take to add new modules to my current installed apache?

rgds
mahrou
ASKER CERTIFIED SOLUTION
Avatar of jcroson
jcroson

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
some precompiled modules can be copied straight to modules/ directory, and AddModule modules/foo_bar.so in httpd.conf

note that modules for apache 1.3 is not compatible with apache2.
Avatar of mahrou
mahrou

ASKER

tnx from u both :)
i thought we "ThankU" by giving pts:

cheers::)