How do I find out original ./configure compile time directives for Apache?
- by evilknot
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!