You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jay Why <ju...@gmail.com> on 2008/03/12 16:46:28 UTC

[users@httpd] What is apache compiled with now?

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: [users@httpd] What is apache compiled with now?

Posted by Nilesh Govindrajan <ad...@itech7.com>.
On Wed, 12 Mar 2008 16:11:51 -0000
"Tim Edwards" <t....@tideway.com> wrote:

Yeah, its the source package in Debian distros. I had httpd installed
via yum the package manager for Fedora sometime ago. I did not install
the devel package but I still had the build directory
in /usr/lib/httpd/build.

BTW, in RPM based distros, a package manager like yum, smart or apt
works.

> You'd want the source package that Ubuntu built their binary .deb
> from. Apparently the command is:
> 
> apt-get source apache2
> 
>  
> 
> On RPM-based distros you'd usually browse to your distro's mirrors,
> download the source RPM, 'install' it and look at the .spec file. I'm
> guessing the above step is the equivalent for .deb packages - anyone
> more familiar with it want to comment?
> 
>  
> 
> ________________________________
> 
> From: Jay Why [mailto:justcallmejay@gmail.com] 
> Sent: 12 March 2008 16:02
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] 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 are compiled in? 
> 
> Here is some more info
> The command dpkg -l apache2* returns
> 
> Desired=Unknown/Install/Remove/Purge/Hold
> |
> Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pe
> nd
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
> uppercase=bad)
> ||/ Name                               Version
> Description
> +++-==================================-=================================
> =-======================================================================
> ==============
> ii  apache2                            2.2.4-3build1
> Next generation, scalable, extendable web server
> un  apache2-common                     <none>
> (no description available)
> un  apache2-doc                        <none>
> (no description available)
> un  apache2-mpm                        <none>
> (no description available)
> un  apache2-mpm-event                  <none>
> (no description available)
> un  apache2-mpm-itk                    <none>
> (no description available)
> ii  apache2-mpm-prefork                2.2.4-3build1
> Traditional model for Apache HTTPD
> un  apache2-mpm-worker                 <none>
> (no description available)
> ii  apache2-utils                      2.2.4-3build1
> utility programs for webservers
> ii  apache2.2-common                   2.2.4-3build1
> Next generation, scalable, extendable web server
> 
> 
> 
> On Wed, Mar 12, 2008 at 10:54 AM, Craig Dunigan
> <cd...@doit.wisc.edu> wrote:
> 
> On Wed, 12 Mar 2008, Joshua Slive wrote:
> 
> > On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <ju...@gmail.com>
> 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 a recent version, look in the build/ directory of
> > the install for the file config.nice, which will contain the exact
> > command line that you need.
> >
> > Joshua.
> >
> 
> And if you didn't save your sources, you can find out what is
> statically compiled in with 'httpd -l'.
> 
> --
> Craig Dunigan
> IS Technical Services Specialist
> Middleware - EIS - DoIT
> University of Wisconsin, Madison
> 
> opinions expressed are my own, not the University's
> 
> 
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 
> 


-- 
Nilesh G
India Technologies Administrator
www.itech7.com

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] What is apache compiled with now?

Posted by Tim Edwards <t....@tideway.com>.
You'd want the source package that Ubuntu built their binary .deb from.
Apparently the command is:

apt-get source apache2

 

On RPM-based distros you'd usually browse to your distro's mirrors,
download the source RPM, 'install' it and look at the .spec file. I'm
guessing the above step is the equivalent for .deb packages - anyone
more familiar with it want to comment?

 

________________________________

From: Jay Why [mailto:justcallmejay@gmail.com] 
Sent: 12 March 2008 16:02
To: users@httpd.apache.org
Subject: Re: [users@httpd] 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
are compiled in? 

Here is some more info
The command dpkg -l apache2* returns

Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pe
nd
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name                               Version
Description
+++-==================================-=================================
=-======================================================================
==============
ii  apache2                            2.2.4-3build1
Next generation, scalable, extendable web server
un  apache2-common                     <none>
(no description available)
un  apache2-doc                        <none>
(no description available)
un  apache2-mpm                        <none>
(no description available)
un  apache2-mpm-event                  <none>
(no description available)
un  apache2-mpm-itk                    <none>
(no description available)
ii  apache2-mpm-prefork                2.2.4-3build1
Traditional model for Apache HTTPD
un  apache2-mpm-worker                 <none>
(no description available)
ii  apache2-utils                      2.2.4-3build1
utility programs for webservers
ii  apache2.2-common                   2.2.4-3build1
Next generation, scalable, extendable web server



On Wed, Mar 12, 2008 at 10:54 AM, Craig Dunigan <cd...@doit.wisc.edu>
wrote:

On Wed, 12 Mar 2008, Joshua Slive wrote:

> On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <ju...@gmail.com>
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 a recent version, look in the build/ directory of the
> install for the file config.nice, which will contain the exact command
> line that you need.
>
> Joshua.
>

And if you didn't save your sources, you can find out what is
statically compiled in with 'httpd -l'.

--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison

opinions expressed are my own, not the University's


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
  "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org




-- 
Jay Why 


Re: [users@httpd] What is apache compiled with now?

Posted by Jay Why <ju...@gmail.com>.
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** returns

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name                               Version
Description
+++-==================================-==================================-====================================================================================
ii  apache2                            2.2.4-3build1
Next generation, scalable, extendable web server
un  apache2-common                     <none>
(no description available)
un  apache2-doc                        <none>
(no description available)
un  apache2-mpm                        <none>
(no description available)
un  apache2-mpm-event                  <none>
(no description available)
un  apache2-mpm-itk                    <none>
(no description available)
ii  apache2-mpm-prefork                2.2.4-3build1
Traditional model for Apache HTTPD
un  apache2-mpm-worker                 <none>
(no description available)
ii  apache2-utils                      2.2.4-3build1
utility programs for webservers
ii  apache2.2-common                   2.2.4-3build1
Next generation, scalable, extendable web server


On Wed, Mar 12, 2008 at 10:54 AM, Craig Dunigan <cd...@doit.wisc.edu>
wrote:

> On Wed, 12 Mar 2008, Joshua Slive wrote:
>
> > On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <ju...@gmail.com>
> 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 a recent version, look in the build/ directory of the
> > install for the file config.nice, which will contain the exact command
> > line that you need.
> >
> > Joshua.
> >
>
> And if you didn't save your sources, you can find out what is
> statically compiled in with 'httpd -l'.
>
> --
> Craig Dunigan
> IS Technical Services Specialist
> Middleware - EIS - DoIT
> University of Wisconsin, Madison
>
> opinions expressed are my own, not the University's
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Jay Why

Re: [users@httpd] What is apache compiled with now?

Posted by Craig Dunigan <cd...@doit.wisc.edu>.
On Wed, 12 Mar 2008, Joshua Slive wrote:

> On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <ju...@gmail.com> 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 a recent version, look in the build/ directory of the
> install for the file config.nice, which will contain the exact command
> line that you need.
>
> Joshua.
>

And if you didn't save your sources, you can find out what is 
statically compiled in with 'httpd -l'.

-- 
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison

opinions expressed are my own, not the University's

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What is apache compiled with now?

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, Mar 12, 2008 at 12:36 PM, Jay Why <ju...@gmail.com> 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:
http://httpd.apache.org/docs/2.2/install.html#upgrading

Joshua.

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What is apache compiled with now?

Posted by Nilesh Govindrajan <ad...@itech7.com>.
On Wed, 12 Mar 2008 11:36:56 -0500
"Jay Why" <ju...@gmail.com> 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
> <ad...@itech7.com> wrote:
> 
> > 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
> > in /usr/lib/httpd/build (according to Fedora).
> >
> > Alternatively you could use the find tool to get the build
> > directory.
> >
> > find / -name *build*
> >
> > It will return all the build directories present on your system.
> >
> > On Wed, 12 Mar 2008 10:55:01 -0500
> > "Jay Why" <ju...@gmail.com> wrote:
> >
> > > Hmmm... I'm using Ubuntu Linux. Where would I find the build
> > > directory?
> > >
> > > On Wed, Mar 12, 2008 at 10:51 AM, Joshua Slive <jo...@slive.ca>
> > > wrote:
> > >
> > > > On Wed, Mar 12, 2008 at 11:46 AM, Jay Why
> > > > <ju...@gmail.com> 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 a recent version, look in the build/ directory
> > > > of the install for the file config.nice, which will contain the
> > > > exact command line that you need.
> > > >
> > > > Joshua.
> > > >
> > > > ---------------------------------------------------------------------
> > > > 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: users-unsubscribe@httpd.apache.org "
> > > > from the digest: users-digest-unsubscribe@httpd.apache.org For
> > > > additional commands, e-mail: users-help@httpd.apache.org
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Nilesh G
> > India Technologies Administrator
> > www.itech7.com
> >
> > ---------------------------------------------------------------------
> > 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: users-unsubscribe@httpd.apache.org
> >   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
> 
> 


-- 
Nilesh G
India Technologies Administrator
www.itech7.com

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What is apache compiled with now?

Posted by Jay Why <ju...@gmail.com>.
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 <ad...@itech7.com>
wrote:

> 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
> in /usr/lib/httpd/build (according to Fedora).
>
> Alternatively you could use the find tool to get the build directory.
>
> find / -name *build*
>
> It will return all the build directories present on your system.
>
> On Wed, 12 Mar 2008 10:55:01 -0500
> "Jay Why" <ju...@gmail.com> wrote:
>
> > Hmmm... I'm using Ubuntu Linux. Where would I find the build
> > directory?
> >
> > On Wed, Mar 12, 2008 at 10:51 AM, Joshua Slive <jo...@slive.ca>
> > wrote:
> >
> > > On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <ju...@gmail.com>
> > > 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 a recent version, look in the build/ directory of
> > > the install for the file config.nice, which will contain the exact
> > > command line that you need.
> > >
> > > Joshua.
> > >
> > > ---------------------------------------------------------------------
> > > 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: users-unsubscribe@httpd.apache.org
> > >   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > > For additional commands, e-mail: users-help@httpd.apache.org
> > >
> > >
> >
> >
>
>
> --
> Nilesh G
> India Technologies Administrator
> www.itech7.com
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Jay Why

Re: [users@httpd] What is apache compiled with now?

Posted by Nilesh Govindrajan <ad...@itech7.com>.
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
in /usr/lib/httpd/build (according to Fedora).

Alternatively you could use the find tool to get the build directory.

find / -name *build*

It will return all the build directories present on your system.

On Wed, 12 Mar 2008 10:55:01 -0500
"Jay Why" <ju...@gmail.com> wrote:

> Hmmm... I'm using Ubuntu Linux. Where would I find the build
> directory?
> 
> On Wed, Mar 12, 2008 at 10:51 AM, Joshua Slive <jo...@slive.ca>
> wrote:
> 
> > On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <ju...@gmail.com>
> > 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 a recent version, look in the build/ directory of
> > the install for the file config.nice, which will contain the exact
> > command line that you need.
> >
> > Joshua.
> >
> > ---------------------------------------------------------------------
> > 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: users-unsubscribe@httpd.apache.org
> >   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
> 
> 


-- 
Nilesh G
India Technologies Administrator
www.itech7.com

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What is apache compiled with now?

Posted by Jay Why <ju...@gmail.com>.
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 <dr...@crimson-dragon.com> wrote:

>
> 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
> package manager like yum (or whatever Ubuntu uses for that).
>
>
> --
> Dragon
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Jay Why

Re: [users@httpd] What is apache compiled with now?

Posted by Dragon <dr...@crimson-dragon.com>.
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
package manager like yum (or whatever Ubuntu uses for that).


-- 
Dragon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What is apache compiled with now?

Posted by Jay Why <ju...@gmail.com>.
Hmmm... I'm using Ubuntu Linux. Where would I find the build directory?

On Wed, Mar 12, 2008 at 10:51 AM, Joshua Slive <jo...@slive.ca> wrote:

> On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <ju...@gmail.com> 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 a recent version, look in the build/ directory of the
> install for the file config.nice, which will contain the exact command
> line that you need.
>
> Joshua.
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Jay Why

Re: [users@httpd] What is apache compiled with now?

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <ju...@gmail.com> 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 a recent version, look in the build/ directory of the
install for the file config.nice, which will contain the exact command
line that you need.

Joshua.

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org