You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David Taveras <d3...@gmail.com> on 2009/12/07 01:17:39 UTC

[users@httpd] example configure line.. does it actually make sense?

Hello,


I have this configure line:
CONFIGURE_ARGS+=
                        --prefix=${HTTPD_DIR} \
                        --exec-prefix=${LOCALBASE} \
                        --sysconfdir=${CONFDIR} \
                        --with-apr=${LOCALBASE}/bin/apr-1-mt-config  \
                        --with-apr-util=${LOCALBASE}/bin/apu-1-mt-config \
                        --enable-ssl --with-ssl=/usr \
                        --with-mpm=prefork \
                        --with-program-name=httpd2 \
                        --enable-modules=all \
                        --enable-cache \
                        --enable-disk-cache \
                        --enable-proxy \
                        --enable-mods-shared=all \
                        --enable-suexec \
                        --with-suexec-caller=_apache2 \
                        --with-suexec-bin=${TRUEPREFIX}/sbin/suexec2 \
                        --with-suexec-logfile=/var/log/suexec2_log \
                        --with-pcre=${LOCALBASE}


After doing --enable-mods-shared=all \  and --enable-modules=all \  ..
does it actually make sense to enable specific modules like:
              --enable-cache \ --enable-disk-cache \  --enable-proxy \


Ive seen other similar examples.. but i want to understand if this
actually makes sense.

Thanks
David

---------------------------------------------------------------------
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] example configure line.. does it actually make sense?

Posted by Igor Cicimov <ic...@gmail.com>.
>
> Ive seen other similar examples.. but i want to understand if this
> actually makes sense.
>

Read this then

http://httpd.apache.org/docs/2.2/programs/configure.html


On Mon, Dec 7, 2009 at 11:17 AM, David Taveras <d3...@gmail.com>wrote:

> Hello,
>
>
> I have this configure line:
> CONFIGURE_ARGS+=
>                        --prefix=${HTTPD_DIR} \
>                        --exec-prefix=${LOCALBASE} \
>                        --sysconfdir=${CONFDIR} \
>                        --with-apr=${LOCALBASE}/bin/apr-1-mt-config  \
>                        --with-apr-util=${LOCALBASE}/bin/apu-1-mt-config \
>                        --enable-ssl --with-ssl=/usr \
>                        --with-mpm=prefork \
>                        --with-program-name=httpd2 \
>                        --enable-modules=all \
>                        --enable-cache \
>                        --enable-disk-cache \
>                        --enable-proxy \
>                        --enable-mods-shared=all \
>                        --enable-suexec \
>                        --with-suexec-caller=_apache2 \
>                        --with-suexec-bin=${TRUEPREFIX}/sbin/suexec2 \
>                        --with-suexec-logfile=/var/log/suexec2_log \
>                        --with-pcre=${LOCALBASE}
>
>
> After doing --enable-mods-shared=all \  and --enable-modules=all \  ..
> does it actually make sense to enable specific modules like:
>              --enable-cache \ --enable-disk-cache \  --enable-proxy \
>
>
> Ive seen other similar examples.. but i want to understand if this
>> actually makes sense.
>>
>
> Thanks
> David
>
> ---------------------------------------------------------------------
> 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
>
>