Re: recommendation
[prev]
[thread]
[next]
[Date index for 2005/04/18]
Sorry for not being too clear.
I want to use Apache and mod_perl under Fedora Core 2 or 3.
And I plan to install Apache from sources, perl from sources, and maybe
mod_perl from sources also (or using CPAN).
And I don't know what way is the best... to install perl multithreaded or
not.
I plan to use it with TemplateToolkit, Image Magick, GD, CGI::Session, CGI,
DBI, DBD::mysql, LWP.
I don't want to choose a way that will not allow me to use certain perl
modules or applications, or use them with bad results...
I am not a Linux specialist, so I know only Linux basics like compiling the
programs I told you above, configuring the web server (but not very
advanced).
Thank you very much.
Teddy
----- Original Message -----
From: "Philip M. Golllucci" <pgollucci@xxxxxx.xxx>
To: "Octavian Rasnita" <orasnita@xxx.xx>
Cc: <modperl@xxxx.xxxxxx.xxx>
Sent: Monday, April 18, 2005 10:18 AM
Subject: Re: recommendation
> Octavian Rasnita wrote:
> > Hi,
> >
> > What do you think it is the best way of installing Apache 2.054 and
> > mod_perl?
> >
> > Install Apache using the prefork MPM and Perl threaded, or not
threaded...?
> >
> > Thank you for opinions.
> >
> > Teddy
> Depends greatly on how you plan on using it and what operating system
> you are talking about.
>
> I'll assume windows since you mentioned it in another post.
>
> I'd recommend you read this :
> http://httpd.apache.org/docs-2.0/mod/mpm_winnt.html
>
> Also when you're talking about windows... are you compiling from source
> using Visual C++, cygwin, or installing prebuilt binaries ?
>
> HTH