Mattew,
        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.

You will also need a few lines in your httpd.conf file. If you had it,
they should already be there but they are

in httpd.conf

LoadModule casp2_module modules/mod_casp2.so
AddModule mod_casp2.c
CaspLib /home/chiliasp/asp-apache-3000

in srm.conf

AddHandler chiliasp .asp
AddHandler chiliasp .asa

Good luck, hope that helps.

Matthew Nuzum wrote:

> OK, I've successfully recompiled Apache and added Frontpage 2002
> support.  It works great and I'm pretty happy.  (If a little sleep
> deprived)
> 
> While I don't really need it, I'd like to know if there's a way to
> recompile apache w/out losing the ASP extensions.  I'm sticking with the
> same version of Apache, 1.3.20, but there's a trick I don't know.
> 
> Do I have to apply a patch to apache for the ASP to still work?  Is
> there some options I need to send to ./configure?
> 
> Thanks in advance,
> Matt
> 
> _______________________________________________
> cobalt-developers mailing list
> [EMAIL PROTECTED]
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
> 
> 
> 


-- 
Sincerely,
William L. Thomson Jr.
Obsidian-Studios, Inc.
439 Amber Way
Petaluma, Ca. 94952
Phone  707.766.9509
Fax    707.766.8989
http://www.obsidian-studios.com

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to