Re: Apache13/suexec

2003-03-18 Thread Matthew Smith
or make -DWITH_APACHE_SUEXEC=yes install clean -Matt On Tue, 2003-03-18 at 13:56, Edmond Baroud wrote: > edit the Makefile with ur favorite editor and add: > WITH_APACHE_SUEXEC= yes > right before: > if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == yes > > Ed. > > On Tue, 18 Mar 2003

Re: Apache13/suexec

2003-03-18 Thread K Anderson
james g. wrote: How does one compile apache, with suexec support, from ports? I need it on one of my client machines, but can't seem to find anything specific on the proper arguments to give during the: make install clean command. I'd rather not have to install it by hand, defeating the beauty

Re: Apache13/suexec

2003-03-18 Thread Edmond Baroud
edit the Makefile with ur favorite editor and add: WITH_APACHE_SUEXEC= yes right before: if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == yes Ed. On Tue, 18 Mar 2003 11:49:31 -0700 "james g." <[EMAIL PROTECTED]> wrote: > How does one compile apache, with suexec support, from ports?

Apache13/suexec

2003-03-18 Thread james g.
How does one compile apache, with suexec support, from ports? I need it on one of my client machines, but can't seem to find anything specific on the proper arguments to give during the: make install clean command. I'd rather not have to install it by hand, defeating the beauty of ports! Cheer