Re: migrating to mod_perl

2004-06-21 Thread Thomas Klausner
Hi! On Mon, Jun 21, 2004 at 04:34:37AM -0700, [EMAIL PROTECTED] wrote: > what are the do's and don'ts when porting from perl/CGI to mod_perl? http://perl.apache.org/docs/1.0/guide/porting.html > what can mod_perl + apache offer me that no other ( php or pure perl + > apache) can? Mainly dire

Re: migrating to mod_perl

2004-06-21 Thread Vadim
> what are the do's and don'ts when porting from perl/CGI to mod_perl? 1. use lib "module" -> use lib "/home/projects/modules" 2. http://perl.apache.org/docs/1.0/guide/porting.html -- Vad -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl

migrating to mod_perl

2004-06-21 Thread greger
Hello all, what are the do's and don'ts when porting from perl/CGI to mod_perl? I have a 5000 line mysql application to modify ( port ) to mod_perl. what can mod_perl + apache offer me that no other ( php or pure perl + apache) can? any advice much appreciated /G -- Report problems: http://

Re: help, problems on migrating to mod_perl

2003-12-09 Thread SRef
"Randy Kobes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, 8 Dec 2003, SRef wrote: > > > "Randy Kobes" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > On Fri, 5 Dec 2003, SRef wrote: > > > > > > > Env: Perl5.8 Apache2.0 mod_perl2.0(1.99xx?) PS: I did

Re: help, problems on migrating to mod_perl

2003-12-08 Thread Randy Kobes
On Mon, 8 Dec 2003, SRef wrote: > "Randy Kobes" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On Fri, 5 Dec 2003, SRef wrote: > > > > > Env: Perl5.8 Apache2.0 mod_perl2.0(1.99xx?) PS: I did try > > > to find the solution through mod_perl and apache > > > documents, but in vain.

Re: help, problems on migrating to mod_perl

2003-12-07 Thread SRef
"Randy Kobes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 5 Dec 2003, SRef wrote: > > > Env: Perl5.8 Apache2.0 mod_perl2.0(1.99xx?) PS: I did try > > to find the solution through mod_perl and apache > > documents, but in vain. Please help me, thanks. > > > > For example,

Re: help, problems on migrating to mod_perl

2003-12-05 Thread Randy Kobes
On Fri, 5 Dec 2003, SRef wrote: > Env: Perl5.8 Apache2.0 mod_perl2.0(1.99xx?) PS: I did try > to find the solution through mod_perl and apache > documents, but in vain. Please help me, thanks. > > For example, I have a script file named "index.cgi" for my > website entrance, and there are some tem

Re: help, problems on migrating to mod_perl

2003-12-05 Thread petersm
00 Subject: help, problems on migrating to mod_perl > Env: Perl5.8 Apache2.0 mod_perl2.0(1.99xx?) > PS: I did try to find the solution through mod_perl and apache > documents, but in vain. Please help me, thanks. > > For example, I have a script file named "index.cgi" for m

help, problems on migrating to mod_perl

2003-12-04 Thread SRef
Env: Perl5.8 Apache2.0 mod_perl2.0(1.99xx?) PS: I did try to find the solution through mod_perl and apache documents, but in vain. Please help me, thanks. For example, I have a script file named "index.cgi" for my website entrance, and there are some template files in the same directory with it. i