[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] recompiling apache w/out killing asp
- Subject: RE: [cobalt-developers] recompiling apache w/out killing asp
- From: "Matthew Nuzum" <cobalt@xxxxxxxxxxxxx>
- Date: Tue Apr 16 00:39:05 2002
- Organization: Bearfruit.org
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> You only need to compile a new DSO. The source files are in your
> chiliasp/module/source/build directory. You can compile it there using
> apxs or copy the source files into the main apache module dir
> src/modules/standard
>
> You can then modify your compiling configuration file or command line
> --activate-module=src/modules/standard/mod_casp2.c
>
> I started out command line, went over to the config file, and now just
> use apxs. There is good doc's on apxs use on apache.org. Do a search
for
> apxs.
...
> Good luck, hope that helps.
> Sincerely,
> William L. Thomson Jr.
Perfect, that's exactly what I needed to know. Thanks a lot for your
guidance.
Matt