Jon Stevens at [EMAIL PROTECTED] wrote:
> on 5/13/01 10:43 AM, "Pier P. Fumagalli" <[EMAIL PROTECTED]> wrote:
>
>> Hmm... Ok, but AFAIK apxs exists also in Apache 2.0, which is the module I'm
>> writing right now... Could I call it --with-apxs2 ??? How does that sound?
>
> No need. That is the point of --with-apxs[=FILE]... you can optionally point
> to any apxs installation.
Yeah, but the source codes will be different, and the one for 1.3 will need
to be compiled with the 1.3 APXS, while the one for 2.0 with the 2.0 APXS...
I need to identify for which web server we're building... Future plans are:
--with-iis
--with-nes
...
> Note: I'm thinking of adding --with-apache back like it was in Jserv...that
> will be used conditionally with --with-apxs. In other words, you specify one
> or the other, not both. --with-apache would then be used for people who are
> building Apache statically. The problem with that, is supporting both
> options is a pain in the ass, however, stealing the code from Jserv's
> autoconf should be easy...
Hisss... Statically... Hmm... Bblblblblblbl... Dunno about that, I didn't
try building the toy statically...
Pier