Click to See Complete Forum and Search --> : mod_perl?


mangeli
10-31-2001, 12:15 PM
Has anyone successfully installed mod_perl on an existing apache install?

EyesWideOpen
11-01-2001, 03:44 PM
I've done a bunch of mod_perl installs recently but I can't remember if I've ever installed to an existing Apache (though I'm pretty sure I have). What do you need?

mangeli
11-01-2001, 04:50 PM
I need it to install right on an exisiting apache install.

I managed to get mod_gzip installed, but when I try to start the server with mod_perl installed, it comes up once and then nothing else is served. Kindofa bad thing.

EyesWideOpen
11-01-2001, 05:40 PM
I've never used (or heard of) mod_gzip. I always get the latest mod_perl version from CPAN or the mod_perl site and install from that.
http://perl.apache.org/dist/ http://cpan.org/modules/by-module/Apache/

Read the INSTALL file for instructions.

PLBlaze
11-04-2001, 05:16 PM
It's possible to install mod_perl to existing apache setup but there's few tricks otherwise your apache will gove you sig 11's...read the INSTALL files in mod_perl directory and make sure to install it thru apache's apxs program (might also use -DEAPI switch but i'm not 100% sure when building mod_perl as DSO).Hope this helps.