Re: apache::request and other newbie questions

2001-11-02 Thread Nouguier Olivier
John Michael wrote: I have a modperl script that uses. cgi.pm and actually I have been importing my on cgi params from get and post but do use cgi.pm for cookies. I have read in some other emails and now in the guide that it is faster to use Apache::Request so I want to change my script over

Re: [Fwd: Help with @ISA]

2001-08-06 Thread Nouguier Olivier
Hi all, Don't we need to load the module before using it? With: PerlModule My::Module::Name Location /foo SetHandler perl-script PerlHandler My::Module::Name /Location ## OR Location /foo SetHandler perl-script

Re: cached value !!

2001-07-26 Thread Nouguier Olivier
raptor wrote: hi, I have the following problem... a module/object that use a callback func..example : use Blah; my $obj = new Blah(...); ..later on ... my $firstcall = 1; sub checkSomething { if ($firstcall) {$firstcall = 0; return 0} code ... }; $$obj{checkCode} =

Re: Child Interprocess Data

2001-07-25 Thread Nouguier Olivier
Kevin Schroeder wrote: Hi,I want to create a program for mod_perl that shares information in between all the child processes so they all have current information. The data will be stored in a MySQL database, but rather than query the DB each time which, due to the kind of server load,

Re: Perl::Flash PerlFlash

2001-07-20 Thread Nouguier Olivier
Jónas Tryggvi Jóhannsson wrote: P.S. If anyone knows about any other PERL Flash modules, please don't hesitate to mention them ;) hi, Look at http://www.opaque.net/ming/ there is perl a binding that works well -- My mother always used to tell me, The early bird gets the worm. The message

An idea, for comments

2000-10-27 Thread Nouguier
Hi all Fist of all, sorry for my bad english... We "think/found" a technic to manage user action through a web interface. And I like to know your opinion about it. The goal is to trigger actions through the server without using cgi ( or mod_perl ) fake pages. The actions are managed by a

Re: Apache 1.3.14 and Mod_Perl

2000-10-17 Thread Nouguier
Annette wrote: I am new to Apache and Mod_Perl and I have a question. I am running Red Hat 6.0 on an Intel machine.I loaded the Server setup.Apache 1.3.6 is loaded and runs fine. I was able to load and run Mod_Perl RMS package from Red Hat as DSO. I want to upgrade to Apache 1.3.14 and

Re: Help...

2000-10-04 Thread Nouguier
Christophe wrote: I am pretty new with mod_perl and I have the following runtime error : Database handle destroyed without explicit disconnect at /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/Registry.pm line 144. [Tue Oct 3 22:33:58 2000] [error] Can't call method "errstr" on

Re: beginner mod_perl error

2000-09-07 Thread Nouguier
Roee Rubin wrote: I have been able to correct the @INC path issue and now have ran into the following error that is displayed in the error_log null: Undefined subroutine Apache::Hello::handler called Any help will be appreciated. [EMAIL PROTECTED] Hello, I have written a sample

Re: ErrorDocument problem

2000-09-06 Thread Nouguier
BeerBong wrote: Hello all! I have a two apache server model (front-end - simple, back-end - power) I want return custom page on 404 status. .asp, .pl files are passed to back-end via mod_rewrite on simple Apache (I'm using Apache::ASP). When I trying to access 1. /not_existing_file -

Re: IPC::Shareable problems

2000-09-06 Thread Nouguier
Steven Cotton wrote: Hi, I've been having some problems delete()'ing elements from a tied IPC::Shareable hash. The example from the pod works fine (but that's not running under mod_perl) so I'm wondering if there are any lifetime/scope issues with using IPC::Shareable 0.51 under mod_perl

Help...

2000-08-02 Thread Nouguier
Hi all, A strange behaviour I don't undestand... When using OR requiring MIME::Parser in a mod_perl ( 1.24 ) enabled apache ( 1.3.12 ), I've got many error 'cause perl is looking for Mail::Field::date Mail::Field::attrlist There is errors on compilation, so the first call