How find out mod_perl files
am 16.03.2011 18:07:13 von shantlingayya.swamy--e0cb4e43ce69835958049e9c9381
Content-Type: text/plain; charset=ISO-8859-1
HI All,
I m working on project which is built using perl,CGI , mod_perl and
Apche 1.3. i have over 800+ files , is there best way to find how many
mod_perl files out of 800?
Thanks
Shanty
--
Life is Just a dream on the way to death...........
Regards
Shantlingayya
--e0cb4e43ce69835958049e9c9381
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
HI All,
sing =A0perl,CGI , mod_perl and Apche 1.3. i have =A0over 800+ files , is t=
here best =A0way to find how =A0many =A0mod_perl =A0files out of =A0800? iv>
--
Life is Just a dre=
am on the way to death...........
Regards
Shantlingayya
--e0cb4e43ce69835958049e9c9381--
Re: How find out mod_perl files
am 16.03.2011 23:38:28 von Bruce JohnsonOn Mar 16, 2011, at 10:07 AM, shant..... wrote:
> HI All,
>=20
> I m working on project which is built using perl,CGI , mod_perl =
and
> Apche 1.3. i have over 800+ files , is there best way to find how =
many
> mod_perl files out of 800?
mod_perl is a function of Apache, not the perl scripts. IIRC, you can =
specify that some directories not use mod_perl via httpd.conf =
directives, or run used-to-be CGI files under mod_perl (with varying =
success...if they were written with 'use strict;' in place they should =
run ok.=20
They may run optimally, and there are gotchas, particularly around =
things like 'use somefile.pl;' to include stuff in a re-usable fashion, =
but in our experience moving about 50-70 scripts from a non-mod_perl =
Apache 1.3 system to a mod_perl Apache 2.0 system, very few things =
broke.)
See:
=
See also:
The first thing to try, imo, is just set up the new Apache server with =
mod_perl and run through the apps, see what breaks...no need to fix =
things that aren't broken.
--=20
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs