your mod_perl success stories are wanted

2001-11-06 Thread Stas Bekman
impressive. In the course of the last year there were just a few mod_perl success stories posted, and some of them were lost. Also I'm not sure how valid are the entries at http://perl.apache.org/stories/ and http://perl.apache.org/sites.html. I'm asking you to post your mod_perl success story (even

mod_perl success story (fwd)

2000-11-08 Thread Ask Bjoern Hansen
-- Forwarded message -- Date: Wed, 08 Nov 2000 13:27:49 -0500 From: Richard Dice [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: mod_perl success story For the http://perl.apache.org/stories/ page, consider Webpersonals: http://www.webpersonals.com/ which uses HTML::Embperl

Re: mod_perl success!

2000-08-02 Thread yusun
CTED] - Original Message - From: "Andrew Chen" [EMAIL PROTECTED] To: "Pramod Sokke" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, August 02, 2000 8:18 AM Subject: Re: mod_perl success! It's actually: PerlSetVar PerlRunOnce On (that's without the handl

Re: mod_perl success!

2000-08-02 Thread Razvan Ionescu
- From: "yusun" [EMAIL PROTECTED] To: "Andrew Chen" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, August 02, 2000 3:50 PM Subject: Re: mod_perl success! I have installed the mod_perl and changed the httpd.conf as you said. But when I used the following CGI

Re: mod_perl success!

2000-08-02 Thread yusun
No, it is no problem. I have run it. You can test it. - Original Message - From: "Razvan Ionescu" [EMAIL PROTECTED] To: "Razvan Ionescu" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August 03, 2000 10:46 PM Subject: Re: mod_perl success! ups again, i me

Re: mod_perl success!

2000-08-01 Thread Pramod Sokke
Where did you set your PerlRunOnce option? I tried setting it in httpd.conf like this: Alias /cgi-perl/ /usr/ns-home/cgi-bin/ Location /cgi-perl/ #AllowOverride None SetHandler perl-script PerlHandler Apache::PerlRun Options +ExecCGI allow from all

Re: mod_perl success!

2000-08-01 Thread Andrew Chen
It's actually: PerlSetVar PerlRunOnce On (that's without the handler, of course. With it you want that off) Andrew Chen Intern, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc. On Tue, 1 Aug 2000, Pramod Sokke wrote: Where did you set your PerlRunOnce option? I tried

Re: mod_perl success!

2000-07-25 Thread Andrew Chen
Pramod: We are actually going to be generalizing it and releasing it (maybe) but we need to get approval first, so can't just send the code :) It'll probably happen in a few weeks though. So here's what you have to do: - Clean up the systems-level modules (like database stuff, base libraries)