> Depends where you're coming from, surely? If you're purely SSI, then
> you're adding overhead, if you're already heavily perl then you're
> reducing the load (provided you play by the rules ;-).
This guy already said he was trying to replace #exec calls to perl CGI
scripts, so it should definit
Vivek Khera <[EMAIL PROTECTED]> writes:
> > "BC" == Bogomolnyi Constantin <[EMAIL PROTECTED]> writes:
>
> BC> mod_perl will never reduce your server load (in fact it will increase it )
>
> This is an absolutely wrong statement.
Depends where you're coming from, surely? If you're purely SS
> "BC" == Bogomolnyi Constantin <[EMAIL PROTECTED]> writes:
BC> mod_perl will never reduce your server load (in fact it will increase it )
This is an absolutely wrong statement.
When I converted one site to mod_perl, the load dropped dramatically
because it could handle the requests faster.
> "MH" == Mike Hodson <[EMAIL PROTECTED]> writes:
MH> administrator) is using a set of small perl scripts run thru the
MH> SSI method to change
MH> advertizing banners on different pages. I personally want to
MH> convert them into some sort of embperl or PHP
You should use in
preference t
Hello ,
mod_perl will never reduce your server load (in fact it will increase it )
and specialy SSI+Modperl will bring you realy huge httpd procs .
I think that you should read http://perl.apache.org/guide/performance.html
& http://perl.apache.org/guide/scenario.html
best
Constantin
- Origina
Ok, I have an update on this.
I found some docs on how to set things up, but ran into a problem when
compiling it.
Here's the line I used to configure mod_perl, and have it build apache:
perl Makefile.PL PERL_SSI=1 USE_APACI=1 APACI_ARGS='--prefix=/usr/apache
--enable-shared=max --disable-shared=
On Thu, 17 Aug 2000, Mike Hodson wrote:
> I need to know if mod_perl can execute the perl scripts called by the
> exec cgi SSI command, and if so, instructions on how to make this work
> properly.
Take a look at the mod_perl docs:
http://perl.apache.org/src/mod_perl.html#mod_perl_and_mod_include_