How do I find out original ./configure compile time directives for Apache?

Posted by evilknot on Server Fault See other posts from Server Fault or by evilknot
Published on 2010-05-27T17:23:31Z Indexed on 2010/05/27 17:33 UTC
Read the original article Hit count: 387

Filed under:
|

I've inherited an abandoned server, and I need to upgrade Apache/OpenSSL.

No one knows the original configure options that were used to compile it, and the original admin is long gone.

PHP is not compiled in, so phpinfo()'s out.

http -l and httpd -V do some good, but not enough to rebuild all of the ./configure line.

I need to get all of the arguments that were used to build it including the "enable" parameters,etc..

Where does phpinfo() get this from? Is there another way to find it?

Thanks!

© Server Fault or respective owner

Related posts about apache

Related posts about apache-config