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

Reply via email to