[EMAIL PROTECTED] What is apache compiled with now?

2008-06-25 Thread Jay Why
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

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-06-25 Thread Joshua Slive
On Wed, Jun 25, 2008 at 8:47 AM, Jay Why [EMAIL PROTECTED] 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. In the build/ directory of the installed server there should be a file called

RE: [EMAIL PROTECTED] What is apache compiled with now?

2008-06-25 Thread Jorge Medina
Subject: [EMAIL PROTECTED] What is apache compiled with now? 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

[EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
I need to recompile Apache coz I need to add one or two thing. However, how I find out what flags apache is currently compiled with so I can get the headers for those modules/tools and recompile those as well? -- Jay Why

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Joshua Slive
On Wed, Mar 12, 2008 at 11:46 AM, Jay Why [EMAIL PROTECTED] wrote: I need to recompile Apache coz I need to add one or two thing. However, how I find out what flags apache is currently compiled with so I can get the headers for those modules/tools and recompile those as well? If you are using

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Craig Dunigan
On Wed, 12 Mar 2008, Joshua Slive wrote: On Wed, Mar 12, 2008 at 11:46 AM, Jay Why [EMAIL PROTECTED] wrote: I need to recompile Apache coz I need to add one or two thing. However, how I find out what flags apache is currently compiled with so I can get the headers for those modules/tools and

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
Hmmm... I'm using Ubuntu Linux. Where would I find the build directory? On Wed, Mar 12, 2008 at 10:51 AM, Joshua Slive [EMAIL PROTECTED] wrote: On Wed, Mar 12, 2008 at 11:46 AM, Jay Why [EMAIL PROTECTED] wrote: I need to recompile Apache coz I need to add one or two thing. However, how I

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Dragon
On Wed, March 12, 2008 08:55, Jay Why wrote: Hmmm... I'm using Ubuntu Linux. Where would I find the build directory? That is probably a question for the Ubuntu people. Who knows what they did with it in their distribution? This is especially so if you installed it originally with some sort of

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
ls -l /usr/share/apache2/build/ shows envvars-std Also I don't have 'httpd -l' I installed apache2 using Synaptic. So I didn't compile it myself. So I guess to refine my question, how on Ubuntu do I find out what modules are compiled in? Here is some more info The command *dpkg -l apache2**

RE: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Tim Edwards
is the equivalent for .deb packages - anyone more familiar with it want to comment? From: Jay Why [mailto:[EMAIL PROTECTED] Sent: 12 March 2008 16:02 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] What is apache compiled with now? ls -l /usr/share/apache2

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
Hmmm.. thanks for your help. Turns out the config.nice file comes with the apache2-dev package. :) Thanks for your help. On Wed, Mar 12, 2008 at 11:02 AM, Dragon [EMAIL PROTECTED] wrote: On Wed, March 12, 2008 08:55, Jay Why wrote: Hmmm... I'm using Ubuntu Linux. Where would I find the build

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Nilesh Govindrajan
The build directory when httpd / apache is installed using packages in Fedora is /usr/lib/httpd/build. Find the location of the modules directory. Go to the next top-level directory up to modules; i.e. if your modules directory is /usr/lib/httpd/modules ; then you should find the build directory

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Nilesh Govindrajan
Subject: Re: [EMAIL PROTECTED] What is apache compiled with now? ls -l /usr/share/apache2/build/ shows envvars-std Also I don't have 'httpd -l' I installed apache2 using Synaptic. So I didn't compile it myself. So I guess to refine my question, how on Ubuntu do I find out what modules

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
Can I make my additions to the config.nice file and pass the config.nicefile right back to the make/configure script for apache? On Wed, Mar 12, 2008 at 11:18 AM, Nilesh Govindrajan [EMAIL PROTECTED] wrote: The build directory when httpd / apache is installed using packages in Fedora is

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Nilesh Govindrajan
On Wed, 12 Mar 2008 11:36:56 -0500 Jay Why [EMAIL PROTECTED] wrote: I think you can. :) Can I make my additions to the config.nice file and pass the config.nicefile right back to the make/configure script for apache? On Wed, Mar 12, 2008 at 11:18 AM, Nilesh Govindrajan [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Joshua Slive
On Wed, Mar 12, 2008 at 12:36 PM, Jay Why [EMAIL PROTECTED] wrote: Can I make my additions to the config.nice file and pass the config.nice file right back to the make/configure script for apache? You can invoke config.nice before runing make instead of invoking configure directly. See: