Forum Moderators: phranque
How can I find out, from an already compiled apache server, what options were used to with .configure when apache was compiled?
My deployment server uses cPanel and I do not compile Apache from scratch--so I want to know what options were used to compile it so I can replicate the deployment environment as closely as possible.
Does anybody have any idea?
Surely there is an answer to this question!
I think Romeo has likely offered your only solution. Most shared hosting providers offer a control panel so that they don't have to give you command line access. If you did have command line access,
config.niceis what you would want to locate. See Upgrading [httpd.apache.org] Apache for more information.