Re: MP2, SOAP::Lite and Oracle

2005-02-05 Thread Philippe M. Chiasson
Juan Natera wrote: Hello, I have a few custom modules that work nicely in a standalone SOAP::Lite server. After deciding we needed the performance boost of moving it to mod_perl 2, we have encountered some issues. I am getting this error in the apache error_log: DBI connect('','username',...) faile

Re: ModPerl Installiation help

2005-02-05 Thread Philippe M. Chiasson
steve silvers wrote: I just installed Fedora core 3, everything. The default Perl install is 5.8.5 and not sure about Apache for httpd -v does not display the version. My question is how do I now install modperl and get it working. Do I have to download another version of Perl and Apache to rebu

Re: Intercepting with data for mod_dav

2005-02-05 Thread Philippe M. Chiasson
Jeff Finn wrote: [...] To the list: My encryption is proprietary based on the PW the user sends... anyone know a tested symmetric streaming (not block) encryption algoritm? RC4: http://search.cpan.org/dist/Crypt-RC4/ SEAL2: http://search.cpan.org/dist/Crypt-SEAL2/ --

Re: Logging user's movements

2005-02-05 Thread ben syverson
On Feb 4, 2005, at 6:51 PM, Christian Hansen wrote: 1) Use a reverse proxy/cache and send proper Cache-Control and Etag/Content-Length headers, eg: 2) Use a 307 Temporary Redirect and let thttpd serve it. I tested this, and it works wonderfully. Thanks Christian! I'm still trying to figure out wh

Re: Need help getting DBI to work under mod_perl

2005-02-05 Thread Boysenberry Payne
I surrounded the DBI->connect with an eval{} or confess() and got the following: Bad at /Users/WebRoot/perl/updater.pl line 19 Apache::ROOT::perl::updater_2epl::handler('Apache=SCALAR(0x8c7c10)') called at /System/Library/Perl/5.8.1/darwin-thread-multi-2level/Apache/ Registry.pm line 143

Need help getting DBI to work under mod_perl

2005-02-05 Thread Boysenberry Payne
I'm able to run DBI->connect() fine when I run my .pl and .pm scripts as mod_cgi. Once I set up my httpd.conf and startup.pl files it no longer works. I get the following: Can't connect to MySQL server on 'localhost' (49) I can't find what (49) means anywhere... I've included my code below, may

Re: Logging user's movements

2005-02-05 Thread ben syverson
On Feb 5, 2005, at 5:38 PM, Perrin Harkins wrote: It sounds like the problem is not so much that mod_perl is serving cached HTML, since that is easily improved with a reverse proxy server, but rather that your entire cache gets invalidated whenever anyone creates a new node, and mod_perl has to

Re: [OSCon 2005 guidelines] what talks to submit

2005-02-05 Thread Stas Bekman
Nicholas Studt wrote: On Wed, 2005-02-02 at 21:56 -0500, Stas Bekman wrote: so, no one besides Slava and Perrin is interested in the feedback on this list? Or is it because no one plans to submit anything? So far we have just a few mod_perl proposals submitted, whereas the Java and the PHP track

Re: [OSCon 2005 guidelines] what talks to submit

2005-02-05 Thread Nicholas Studt
On Wed, 2005-02-02 at 21:56 -0500, Stas Bekman wrote: > > so, no one besides Slava and Perrin is interested in the feedback on this > list? Or is it because no one plans to submit anything? So far we have > just a few mod_perl proposals submitted, whereas the Java and the PHP > tracks have alre

Re: Logging user's movements

2005-02-05 Thread Perrin Harkins
ben syverson wrote: The way the system works now, it is live. Every time a page is generated, it stores the most recent node ID along with the cached file. The next time the page is viewed, it checks to see what node is the most recent, and compares it against what was the newest when the file w