Re: mod_perl problems

2000-08-12 Thread Joe Lauer
und with that as well. > > > > 14. Setup the directive the way you had it before in an earlier > > email. > > > > If that doesn't work, then you will need more error messages and make sure > > that tons of copies of httpd are not lying around. > > >

Re: mod_perl problems

2000-08-12 Thread brandon
rootlevel > product developer 743 beaubien, suite 300 > p.313.961.4407 x302detroit, mi 48226 > f.313.961.4568 www.rootlevel.com > > -Original Message- > From: brandon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 09

Re: mod_perl problems

2000-08-10 Thread ___cliff rayman___
brandon wrote: > i'm not sure that i want to run mod_perl as a DSO...i just want it to work so > that i can embed perl into my web pages..i tried installing on a different > system this one being FreeBSD and i'm having a lot of problems getting it to > build...when it asks you where your apache s

RE: mod_perl problems

2000-08-09 Thread Joe Lauer
l.com -Original Message- From: Jon Brisbin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 11:46 PM To: [EMAIL PROTECTED]; brandon; Stephane de Fontaine; [EMAIL PROTECTED] Subject: Re: mod_perl problems On this step: > 5. now chdir's to /usr/local/src/mod_perl-1.24 > >

Re: mod_perl problems

2000-08-09 Thread Jon Brisbin
On this step: > 5. now chdir's to /usr/local/src/mod_perl-1.24 > > perl Makefile.PL I've sometimes had to do a: perl Makefile.PL USE_APACI=1 EVERYTHING=1 I also choose NOT to let mod_perl build my httpd when prompted because what it does is run config.status and add mod_perl every time it's ru

RE: mod_perl problems

2000-08-09 Thread Joe Lauer
rootlevel product developer 743 beaubien, suite 300 p.313.961.4407 x302detroit, mi 48226 f.313.961.4568 www.rootlevel.com -Original Message- From: brandon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 10:13 PM To: Stephane de Fontaine;

Re: mod_perl problems

2000-08-09 Thread brandon
MAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Wednesday, August 09, 2000 3:28 PM > Subject: mod_perl problems > > >Hi, I'm trying to get HTML::Embperl to work, but for some reason > >mod_perl won't work or something wrong is definatly happening...i got > &

Re: mod_perl problems

2000-08-09 Thread Stephane de Fontaine
ROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, August 09, 2000 3:28 PM Subject: mod_perl problems >Hi, I'm trying to get HTML::Embperl to work, but for some reason >mod_perl won't work or something wrong is definatly happening...i got >mod_perl i

Re: mod_perl problems

2000-08-09 Thread ___cliff rayman___
ok - first try the stuff in this part of the guide to make sure you are really running mod_perl http://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_ brandon wrote: > so i was thinking maybe it was a mod_perl problem > and i started playing with it -- ___cliff [EMAIL PROTE

mod_perl problems

2000-08-09 Thread brandon
Hi, I'm trying to get HTML::Embperl to work, but for some reason mod_perl won't work or something wrong is definatly happening...i got mod_perl installed, but when i try to go to an *.epl page it won't work..heres how i hav it set up SetEnv EMBPERL_DEBUG 2285 SetHandler perl-script PerlHandler H