Installing mod_perl Apache as non root user...

2000-06-06 Thread Flemming Mahler Larsen
Hi! I've been trying to install mod_perl (1.24) and Apache (1.3.12) on a Sun E450 (sparc-sun-solaris2.5.1), using a "configuration command" looking like this (one long line): perl Makefile.PL PREFIX=/home/tdi/perl USE_APACI=1 PERL_CHILD_INIT=1 \ PERL_AUTHEN=1 PERL_AUTHENZ=1 PERL_AUTHZ=1

Re: Installing mod_perl Apache as non root user...

2000-06-06 Thread Stas Bekman
On Tue, 6 Jun 2000, Flemming Mahler Larsen wrote: Hi! I've been trying to install mod_perl (1.24) and Apache (1.3.12) on a Sun E450 (sparc-sun-solaris2.5.1), using a "configuration command" looking like this (one long line): perl Makefile.PL PREFIX=/home/tdi/perl USE_APACI=1

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 what

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,"

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

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.conf?

installing with apache

2000-03-31 Thread R Joseph Wright
I just installed mod_perl using these instructions (from INSTALL.apaci): $ gunzip apache_1.3.X.tar.gz | tar xvf - $ gunzip mod_perl-1.X.tar.gz | tar xvf - $ cd mod_perl-1.X $ perl Makefile.PL \ APACHE_PREFIX=/path/to/install/of/apache \ APACHE_SRC=../apache-1.3.X/src \

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.