How find out mod_perl files
--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,<div><br></div><div>I =A0m =A0working =A0on project which is built u=
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?</d=
iv><div><br></div>
<div>Thanks</div><div>Shanty<br clear=3D"all"><br>-- <br>Life is Just a dre=
am on the way to death...........<br>Regards<br>Shantlingayya <br>
</div>
--e0cb4e43ce69835958049e9c9381--
Re: How find out mod_perl files
On Mar 16, 2011, at 10:07 AM, shant..... wrote:
> 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?
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.
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:
=
<http://www.dlhoffman.com/publiclibrary/software/mod_perl/mod_perl_cgi.htm=
l#>
See also:
<http://docstore.mik.ua/orelly/weblinux2/modperl/ch02_06.htm>
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.
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs