Jay Why wrote:
I want to recompile apache. What command can I run to see what configure command I would need to run to get back the same settings for Apache.

--
Jay Why

From reading the httpd man page, I see there is a -l directive:

-l Output a list of modules compiled into the server. This will not list dynamically loaded modules included using the LoadModule directive.

So try running: httpd -l

Does this help?

-- John Hicks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to