Re: installing with apache

2000-04-02 Thread Buddy Lee Haystack
Depending on your particular setup this will probably vary a bit. I'm a RedHat user & find that the mod_perl DSO module makes my life a bit easier, although a majority of mod_perl users roll their own, and swear by mod_perl's increased stability & performance.;-) I checked the "Apache Bible," a

Re: installing with apache

2000-04-02 Thread Bill Moseley
At 12:51 AM 04/02/00 -0800, R Joseph Wright wrote: >On Sat, 1 Apr 2000, Buddy Lee Haystack wrote: > >> Have you had a chance to look over the excellent documentation located at [http://perl.apache.org/guide/install.html]? > >Yes, it's very good documentation, but nowhere do I find where it tells >

Re: installing with apache

2000-04-02 Thread R Joseph Wright
On Sat, 1 Apr 2000, Buddy Lee Haystack wrote: > Have you had a chance to look over the excellent documentation located at >[http://perl.apache.org/guide/install.html]? Yes, it's very good documentation, but nowhere do I find where it tells what line to put in httpd.conf and where. I get the se

Re: installing with apache

2000-04-01 Thread Buddy Lee Haystack
Have you had a chance to look over the excellent documentation located at [http://perl.apache.org/guide/install.html]? R Joseph Wright wrote: > > On Fri, 31 Mar 2000, Doug MacEachern wrote: > > > > After having compiled mod_perl and apache together, shouldn't mod_perl be > > > enabled in httpd

Re: installing with apache

2000-04-01 Thread R Joseph Wright
On Fri, 31 Mar 2000, Doug MacEachern wrote: > > After having compiled mod_perl and apache together, shouldn't mod_perl be > > enabled in httpd.conf? It isn't. Have I done things correctly? > > no, you need to add the mod_perl configuration to httpd.conf yourself. Then here is part II of the q

Re: installing with apache

2000-03-31 Thread Doug MacEachern
> After having compiled mod_perl and apache together, shouldn't mod_perl be > enabled in httpd.conf? It isn't. Have I done things correctly? no, you need to add the mod_perl configuration to httpd.conf yourself.