Sample Web Application that uses mod_perl

2007-02-19 Thread aqua
Dear Group,

Just would like to try mod perl 2.0 in my home system. I have XP, Apache 
2.0.59, mod perl 2.0.3 and perl 5.8.8. I was able to install and run Apache 
with mod_perl successfully.

Could you please let me know if there are any simple sample (complete) 
application available on the net with a HTML form and update the same in a 
(MySQL) database. I am familar with Perl-CGI based web application but I have 
not tried the same with mod_perl (even with PerlRun).

Appreciate your pointers in this regard. 

Best Regards
Dominc

PS: Similar information may be available on this mailing list but I cannot 
search this list.


Is it possible to search this mailing list?

2007-02-21 Thread aqua
Just wondering if it is possible to search this mailing list. It would be of 
great help to newbies like me.

Regards
Dominic


Re: Sample Web Application that uses mod_perl

2007-02-21 Thread aqua
Dear Group,

Some of you might have tried the mod_perl for the first time and tested with 
simple web application and it should be there some-where in your system. Could 
you please post a few.

Regards
Dominic


>  ---Original Message---
>  From: Aaron Trevena <[EMAIL PROTECTED]>
>  Subject: Re: Sample Web Application that uses mod_perl
>  Sent: 21 Feb '07 13:48
>  
>  On 21/02/07, Perrin Harkins <[EMAIL PROTECTED]> wrote:
>  > On 2/21/07, Aaron Trevena <[EMAIL PROTECTED]> wrote:
>  > > Who do I prod to get it updated?
>  >
>  > http://perl.apache.org/contribute/docs.html :)
>  
>  ooh SVN...
>  
>  Bugger, now I'll have to write it myself won't I.
>  
>  A.
>  
>  
>  --
>  http://www.aarontrevena.co.uk
>  LAMP System Integration, Development and Hosting
>  


create child process failed. Exiting.

2007-03-11 Thread aqua
Dear group.

I am using Windows 2000 server with Apache 2.0.59 with mod perl 2.0 and Perl 
5.8.8  and using few CGI scripts in PerlRun mode.
===
Alias /cgi-bin/ "D:/Apache2/cgi-bin/"

   SetHandler perl-script
   PerlResponseHandler ModPerl::PerlRun
   PerlOptions +ParseHeaders
   Options +ExecCGI

===

Now and then my apache exiting and I would like to know 

1. What is the reason for this error or how do I know because of which script 
my Apache is exiting
2. How do I restart my apache automatically.

Appreciate any pointer in this regard.

Regards
Dominic


Invalid argument: Parent: Failed to create the child process

2007-04-19 Thread aqua

Dear group

Once in a while I am getting the error "Invalid argument: Parent: Failed to 
create the child process" and my Apache quits. I have just three scripts 
running in PerlRun mode and I do not know what causes this error. Appreciate 
any help in this regard.

I am using Apache/2.0.59 (Win32) PHP/5.2.1 mod_perl/2.0.3 Perl/v5.8.8 
configured in a Win2000 server.

Please let me know how to locate the problem.

Best Regards and thanks for your time.

Dominic


Newbie - Samples or Tutorials

2007-09-18 Thread Aqua
Dear Gurus,

Someone please point me to a good tutorial or sample page. Most of the
resources (I came across) are ole and I am looking for samples that work on
recent HTTPD (2.2.x) and recent mod_perl version.

Best Regards
Dominic



RE: Newbie - Samples or Tutorials

2007-09-19 Thread Aqua

Thanks and I have alreday seen these documentations.

But actually I am looking for few simple materials (tutorials) which will
help my team to learn mod_perl tricks and enable them to build simple
application to start with.

Are there any simple sample mod_perl based applications available on the
net? Any info on performace changes due to the use of mod_perl etc.

Appreciate your help in this regard.

Best Regards
Dominic

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Perrin
Harkins
Sent: Wednesday, September 19, 2007 8:14 PM
To: Aqua
Cc: modperl@perl.apache.org
Subject: Re: Newbie - Samples or Tutorials


On 9/18/07, Aqua <[EMAIL PROTECTED]> wrote:
> Someone please point me to a good tutorial or sample page.

There's tons of documentation at http://perl.apache.org/, and there
are multiple books available as well.  If these aren't helping you,
please tell us specifically what you need help with.

- Perrin



Re: Newbie - Samples or Tutorials

2007-09-20 Thread aqua

Thanks for your email. I am actually looking for current "mod perl" related 
tutorials and not just Perl related. This HoptScripts site contains 3 mod_perl 
related tutorials and they are very old (2000).

Best Regards
Dominic

>  ---Original Message---
>  From: Nguyen Vu Hung <[EMAIL PROTECTED]>
>  Subject: Re: Newbie - Samples or Tutorials
>  Sent: 20 Sep '07 06:45
>  
>  Hotscripts.com has tons of tutorials[1] and sample code[2]
>  
>  By reading such tutorials, you will be able to write code, quite fast,
>  but dirty. After that, a reference and actual code from *good* perl
>  applications are your good friends. See [2].
>  
>  For the performance of mp, speaking of my own experience: It is fast
>  in comparison with other languages.
>  
>  But you can google.
>  
>  [1] http://www.hotscripts.com/CGI_and_Perl/Tips_and_Tutorials/index.html
>  [2] http://www.hotscripts.com/CGI_and_Perl/
>  
>  NVH
>  
>  Aqua :
>  > Thanks and I have alreday seen these documentations.
>  >
>  > But actually I am looking for few simple materials (tutorials) which will
>  > help my team to learn mod_perl tricks and enable them to build simple
>  > application to start with.
>  >
>  > Are there any simple sample mod_perl based applications available on the
>  > net? Any info on performace changes due to the use of mod_perl etc.
>  >
>  > Appreciate your help in this regard.
>  >
>  > Best Regards
>  > Dominic
>  >
>  > -Original Message-
>  > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Perrin
>  > Harkins
>  > Sent: Wednesday, September 19, 2007 8:14 PM
>  > To: Aqua
>  > Cc: modperl@perl.apache.org
>  > Subject: Re: Newbie - Samples or Tutorials
>  >
>  >
>  > On 9/18/07, Aqua <[EMAIL PROTECTED]> wrote:
>  >> Someone please point me to a good tutorial or sample page.
>  >
>  > There's tons of documentation at http://perl.apache.org/, and there
>  > are multiple books available as well.  If these aren't helping you,
>  > please tell us specifically what you need help with.
>  >
>  > - Perrin
>  >
>  
>