Is mod_perl still single threaded under this setup? On Mon, 18 Mar 2002, Simon Oliver wrote:
> Date: Mon, 18 Mar 2002 14:35:16 +0000 > From: Simon Oliver <[EMAIL PROTECTED]> > To: Mitko Mitachki <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: mod_perl > > 1. Get the latest Apache - anything prior to 1.3.23 has a security > vulnerability. > 2. Get the latest ActiveStatePerl > 3. Read: http://perl.apache.org/distributions.html > 4. Install mod_perl via ppm from ftp://theoryx5.uwinnipeg.ca/ > > You must get the ppm archive that matches the version number of Apache you > just installed, so today that would be: > > ftp://theoryx5.uwinnipeg.ca/pub/other/ppd/x86/mod_perl-1.26_1.3.23.tar.gz > > Typing the following will install the mod_perl ppm archive for whatever is > the current build of Apache Win32: > > ppm install mod_perl > --location=http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer > > The install script will ask where to put Apache modules. > > Add the following lines to your httpd.conf: > > LoadModule perl_module modules/libperl.so > AddModule mod_perl.c > > To setup a Apache::Registery for CGI emulation add the following (adjust for > your installation): > > PerlModule Apache::Registry > Alias /perl/ /home/httpd/perl/ > <Location /perl> > SetHandler perl-script > PerlHandler Apache::Registry > PerlSendHeader On > Options +ExecCGI > </Location> > > Then read: http://perl.apache.org/guide/ > > -- > Simon Oliver > _______________________________________________ > Perl-Win32-Admin mailing list > [EMAIL PROTECTED] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > Sincerely, William Mussatto, Senior Systems Engineer CyberStrategies, Inc ph. 909-920-9154 ext. 27 _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
