Re: Help with mod_perl and slash

2003-10-28 Thread George Clark
Sorry for the duplicate post. I sent one from the wrong email address and didn't think that it went through. George

Help with mod_perl and slash

2003-10-28 Thread George Clark
Hi, This past weekend I upgraded a server to the latest R-tag version of Slashcode. Somehow, it has broken other applications on the server including mod_survey (perl), and mailman (python). Either moving them to an alternate virtual host, or commenting out the slash virtual host definition get

Help with mod_perl and slash

2003-10-28 Thread George Clark
Hi, This past weekend I upgraded a server to the latest R-tag version of Slashcode. Somehow, it has broken other applications on the server including mod_survey (perl), and mailman (python). Either moving them to an alternate virtual host, or commenting out the slash virtual host definition gets

Re: New User's First Steps

2003-10-28 Thread David Kaufman
Eric Moore <[EMAIL PROTECTED]> wrote: > I have converted to mod_perl only using the Apache::Registry. > Application uses CGI::App and HTML::Template. > > Site runs faster now, but warnings disappeared from all logs. > [errors] show up, but not warnings. > > Any ideas on what I'm doing wrong? > ...

Re: New User's First Steps

2003-10-28 Thread Jacob Fugal
Eric Moore wrote: Having googl'd and read various faqs, cookbooks... Site worked OK under CGI, but slowly -- on an old machine. I have converted to mod_perl only using the Apache::Registry. Application uses CGI::App and HTML::Template. Site runs faster now, but warnings disappeared from all logs

Re: New User's First Steps

2003-10-28 Thread Stas Bekman
Eric Moore wrote: Having googl'd and read various faqs, cookbooks... Site worked OK under CGI, but slowly -- on an old machine. I have converted to mod_perl only using the Apache::Registry. Application uses CGI::App and HTML::Template. Site runs faster now, but warnings disappeared from all logs

Re: [Summary] [Config] Upgrading, Need stable setup

2003-10-28 Thread Stas Bekman
Robert Friberg wrote: Without seeing the backtrace I can't tell whether it's a bug in Apache::Request or Perl. And either way, the bug report should go to perl5-porters list? Only if it's a bug in perl, and not Apache::Request. Post the backtrace here and we will be able to tell.

New User's First Steps

2003-10-28 Thread Eric Moore
Having googl'd and read various faqs, cookbooks... Site worked OK under CGI, but slowly -- on an old machine. I have converted to mod_perl only using the Apache::Registry. Application uses CGI::App and HTML::Template. Site runs faster now, but warnings disappeared from all logs. [errors] show

RE: [Summary] [Config] Upgrading, Need stable setup

2003-10-28 Thread Robert Friberg
> Without seeing the backtrace I can't tell whether it's a bug in > Apache::Request or Perl. And either way, the bug report should go to perl5-porters list? mvh, #--- # Robert Friberg perl,java,xml,uml,sql,delphi, # Systemutvecklare c/c++

Re: [Summary] [Config] Upgrading, Need stable setup

2003-10-28 Thread Stas Bekman
Robert Friberg wrote: Stas Bekman wrote: It's probably a good idea to report those segfaults to the perl5-porters list. Please excuse my ignorance but I would have thought the offensive code was anywhere *except* in the perl interpreter. I was calling methods on an invalid Apache::Request obj

RE: [Summary] [Config] Upgrading, Need stable setup

2003-10-28 Thread Robert Friberg
Stas Bekman wrote: > It's probably a good idea to report those segfaults to the > perl5-porters list. Please excuse my ignorance but I would have thought the offensive code was anywhere *except* in the perl interpreter. I was calling methods on an invalid Apache::Request object. Isn't perl jus

Re: [Summary] [Config] Upgrading, Need stable setup

2003-10-28 Thread Stas Bekman
Robert Friberg wrote: Hello All, Thanks for all the replies. I spent a few hours yesterday installing RH9 on a new box, upgrading perl to 5.8.1, installing apache 1.3.28 and modperl 1.29 from source. No problems at all, just followed the instructions at http://perl.apache.org/docs/1.0/guide/ins

Re: use modperl to pass authentication to .htaccess

2003-10-28 Thread John Saylor
hi ( 03.10.28 09:38 -0500 ) Phoebe Reed: > I know how to get the username password in a perl script, after basic > authentication, but I do not know if it is possible to go the other > way - to give the username/pass to an .htaccess protected directory > from a script. It seems like it should be

use modperl to pass authentication to .htaccess

2003-10-28 Thread Phoebe Reed
Hi All, I use Basic authentication on part of my site, using an .htaccess file. I would like to be able to pass a username/pass to this part of my site, from a perl script. So a user would type in their username and password into a cgi driven form, and then the cgi would call a new page, that i

[Summary] [Config] Upgrading, Need stable setup

2003-10-28 Thread Robert Friberg
Hello All, Thanks for all the replies. I spent a few hours yesterday installing RH9 on a new box, upgrading perl to 5.8.1, installing apache 1.3.28 and modperl 1.29 from source. No problems at all, just followed the instructions at http://perl.apache.org/docs/1.0/guide/install.html I still g

Re: Problem with Apache2 mod_perl uploading a file

2003-10-28 Thread Volker Kroll
On Mon, 2003-10-27 at 17:36, Stas Bekman wrote: > Volker Kroll wrote: > > Hi, > > > > how do I enable File-uploads in mod_perl1.99 for Apache2? > > In Apache 1.3 I had to change some variables in Apache::Request but > > Apache::Request is not ported right now. How do I do it? I looked in the > > d