I am using Apache 2 on CentOS 4.4 which I installed using “yum install httpd”, but now I am curios what configuration options were used for compiling this version of apache. Is there a way I can find out?
Thanks!
I am using Apache 2 on CentOS 4.4 which I installed using “yum install httpd”, but now I am curios what configuration options were used for compiling this version of apache. Is there a way I can find out?
Thanks!
Powered by Yahoo! Answers
A good place to start would be the httpd.conf file located in:
/etc/httpd/conf/
check to see which modules are loaded and the rest of the settings.
Good luck!