Re: CGI.pm problem

2000-08-30 Thread Alexei V. Barantsev
Rick Myers [EMAIL PROTECTED] writes: On Aug 29, 2000 at 16:11:39 +0400, Alexei V. Barantsev twiddled the keys to say: Dear mod_perl'ers! I have found strange difference between object and func modes of CGI library. More precisely - I have a problem with Vars function. #use

Migrating from CGI.pm to (...?), was Re: CGI.pm problem

2000-08-30 Thread Alexei V. Barantsev
Jeff Beard [EMAIL PROTECTED] writes: There isn't a Vars() function in CGI.pm. If you're looking for the query string try param(). Or if you want to make it a mod_perl program (which is what you would normally discuss on this list) Apache::Request::param(). --Jeff There is such a

[ANNOUNCE] Apache::PageKit 0.04

2000-08-30 Thread T.J. Mather
PageKit is a new application framework that is based on mod_perl. It is similar to HTML::Embperl, but separates the Perl from HTML by using HTML::Template and can use XML to separate the content from presentation. It is based on the Model/View/Content/Controller approach to design, and includes

prob compiling mod_perl 1.24/perl 5.6.0/apache 1.3.12?

2000-08-30 Thread Daniel Piczak
can anyone be so kind to point out what i'm doing wrong ;o) [beast]/home/beast/daniel/src/perl/mod_perl-1.24{139} root : make (cd ../apache_1.3.12/src make CC="cc";) === os/unix === os/unix === ap === ap === main cc -c -I.. -I/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE -I../os/unix -I../

Re: Question about Apache::DBI::DEBUG

2000-08-30 Thread Yann Neuhaus
Hi Sorry I don't really remember the mail, I think it was because of the DEBUG information that were missing in the Apache error_log. There were many reasons why my Apache wasn't working with Apache::DBI (not well compiled with mod_perl, http.conf not correctly set, .) I wrote a little

Re: Migrating from CGI.pm to (...?), was Re: CGI.pm problem

2000-08-30 Thread Stas Bekman
On 30 Aug 2000, Alexei V. Barantsev wrote: Jeff Beard [EMAIL PROTECTED] writes: There isn't a Vars() function in CGI.pm. If you're looking for the query string try param(). Or if you want to make it a mod_perl program (which is what you would normally discuss on this list)

[ANNOUNCE] Apache::Reload 0.04

2000-08-30 Thread Matt Sergeant
This release adds the ability to specify modules to reload in the config file as well as in the module itself. Docs below: NAME Apache::Reload - Reload changed modules SYNOPSIS In httpd.conf: PerlInitHandler Apache::Reload PerlSetVar ReloadAll Off Then your module:

[ANNOUNCE] HTML-StickyForms-0.03.tar.gz

2000-08-30 Thread Peter Haworth
This is an important upgrade for anyone using HTML::StickyForms with Apache::Request 0.31. Previously, trim_params() was subject to a bug in Apache::Request::param(), which doesn't seem to allow setting of multi-valued fields. This version of StickyForms works around the bug. --- Forwarded

Re: Migrating from CGI.pm to (...?), was Re: CGI.pm problem

2000-08-30 Thread Jeff Beard
Ah, so there is. I grep'd an older version which didn't since I'd never heard of it before. You use Apache::Request to get query parameters the same way you do with CGI.pm's param() method. perldoc Apache::Request. Did you could try just importing the CGI.pm HTML functions? Personally, I

may be an offtopic question

2000-08-30 Thread Niral Trivedi
Hello All, Sorry for asking this question, but If you know any other mailing list to post this message, please give me the address... I know that perl 5.6 does support to some extent utf8 and unicode.. but can somebody point to me some site or resources which has examples on that??? Because I

RE: [ANNOUNCE] Apache::Reload 0.04

2000-08-30 Thread Douglas Wilson
Forgive me if this is a stupid question, but I am rather ignorant in regards to mod_perl, and I'm curious about something. If you reload modules, does that increase the size of the forked children of the parent process? Or does just the parent reload, with the children having to die and respawn?

RE: [ANNOUNCE] Apache::Reload 0.04

2000-08-30 Thread Matt Sergeant
On Wed, 30 Aug 2000, Douglas Wilson wrote: Forgive me if this is a stupid question, but I am rather ignorant in regards to mod_perl, and I'm curious about something. If you reload modules, does that increase the size of the forked children of the parent process? Or does just the parent

Problems loading POSIX module

2000-08-30 Thread erich oliphant
Hi, I have a script that bombs under modperl when it tries to 'use POSIX'. I get the same message when I try to preload it in the httpd.conf. Here's the error: -- [Tue Aug 29 15:59:21 2000] [error] Can't load '/usr/local/lib/perl5/5.6.0/sun4-solaris/auto/POSIX/POSIX.so' for module POSIX:

RE: [ANNOUNCE] Apache::Reload 0.04

2000-08-30 Thread Stas Bekman
On Wed, 30 Aug 2000, Matt Sergeant wrote: On Wed, 30 Aug 2000, Douglas Wilson wrote: Forgive me if this is a stupid question, but I am rather ignorant in regards to mod_perl, and I'm curious about something. If you reload modules, does that increase the size of the forked

RE: [ANNOUNCE] Apache::Reload 0.04

2000-08-30 Thread Matt Sergeant
On Wed, 30 Aug 2000, Stas Bekman wrote: On Wed, 30 Aug 2000, Matt Sergeant wrote: On Wed, 30 Aug 2000, Douglas Wilson wrote: Forgive me if this is a stupid question, but I am rather ignorant in regards to mod_perl, and I'm curious about something. If you reload modules,

RE: [ANNOUNCE] Apache::Reload 0.04

2000-08-30 Thread Stas Bekman
On Wed, 30 Aug 2000, Matt Sergeant wrote: On Wed, 30 Aug 2000, Stas Bekman wrote: On Wed, 30 Aug 2000, Matt Sergeant wrote: On Wed, 30 Aug 2000, Douglas Wilson wrote: Forgive me if this is a stupid question, but I am rather ignorant in regards to mod_perl, and I'm curious

OT -- BerkeleyDB/Perl/Solaris

2000-08-30 Thread Rob Tanner
I know this is off topic but I've gotten zero reponses off normal channels nor have I heard back when I emailed the module author (and I know there's at least one other person in the same predicament), so I'm hoping I might get some help here. The problem is building the perl BerkeleyDB

make tar_Apache broken?

2000-08-30 Thread Jesse Erlbaum
Hey Doug mod_perl'ers! I tried to build mod_perl and use "make tar_Apache" to build a distributable tar for other same-architecture machines, without success. You should know, I was trying to build mod_perl using a non-root account, in an alternate location. I did so by setting PREFIX and

ANNOUNCE: HTML::Mason 0.88

2000-08-30 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.88.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.88.tar.gz size: 261334 bytes md5: bee596df529e4b405c223d5bdfb8bd3a Mason is a component-based web site development system with caching, debugging, and

JOB - US/CA/SF - Looking for a well rounded Linux/Apache/mod_perl/mysql SysAdmin

2000-08-30 Thread Sang Han
Hi all, We're in need of a SysAdmin/Developer in Training type of person. The company, VirtualGiveaway, that I work for uses the Linux/Apache/mod_perl/mysql combo almost exclusively in our backend production infrastructure. We are currently in need of someone who has more of the System

Re: Build problems on Solaris

2000-08-30 Thread Doug MacEachern
On Thu, 10 Aug 2000, Paul Breslaw wrote: I cannot get mod_perl to pass 'make test' on Solaris (5.5.1). I've tried different versions of mod_perl (1.18, 1.21_03 and 1.24) and different versions of Apache (1.3.4, 1.3.12) all against the same version of perl 5.004_04 (gcc). I used the

Re: Apache::Registry spawning zombie shells?

2000-08-30 Thread Doug MacEachern
On Tue, 22 Aug 2000, martin langhoff wrote: hi list, while doing a silly thing (building a set of HTML files with info from a DB file), I found that while the apache server was being crawled by lwp-rget, a lots of zombie shells were being spawned and killed. sh -c /bin/csh -cf

Re: 'make test' error with CVS modperl

2000-08-30 Thread Doug MacEachern
On Tue, 22 Aug 2000, Bruce W. Hoylman wrote: Having downloaded the latest CVS snapshot of modperl, using my standard APACI config parameters to configure and compile, it compiles to completion without error. 'make test' however returns the following error when attempting to start the test

RE: env in background process

2000-08-30 Thread Doug MacEachern
On Wed, 23 Aug 2000, Sheth, Niraj wrote: Didn't get any reply yet on this, so I think i am doing something very stupid ... i'm still catching up with plenty of unanswered mail in my modperl mailbox, including yours, doing the best i can.

Re: Apache::Config

2000-08-30 Thread Doug MacEachern
On Thu, 24 Aug 2000, Stas Bekman wrote: Is it just me or has there been discussionof something along the lines of Apache::Config here before? Where might I accquire it? I could not find it on CPAN... It will appear in mod_perl-2.0 for sure, and it's on the todo list of mod_perl-1.x, so

Re: Patch to t/modules/request.t

2000-08-30 Thread Doug MacEachern
this thread is pretty large, i'm sure the fix is nice and small, anybody have a patch with the final solution? thanks.

Re: PerlCleanupHandler

2000-08-30 Thread Doug MacEachern
On Wed, 9 Aug 2000, Michael Peppler wrote: Hi, We're seeing a number of requests where the write from apache to the client browser times out and the SIGALRM signal fires. Our Apache::Registry scripts in that case don't clean up correctly, leaving session lock files around, which of course

Re: Patch to t/modules/request.t

2000-08-30 Thread Doug MacEachern
On Thu, 31 Aug 2000, Ken Williams wrote: [EMAIL PROTECTED] (Doug MacEachern) wrote: this thread is pretty large, i'm sure the fix is nice and small, anybody have a patch with the final solution? thanks. Sounds so ominous... =) didn't mean it to, i'm just buried and looking for any

cvs commit: modperl/src/modules/perl Apache.xs

2000-08-30 Thread dougm
dougm 00/08/30 20:38:37 Modified:.Changes src/modules/perl Apache.xs Log: add PerlCleanupHandler to the {get,set}_handlers table Revision ChangesPath 1.507 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl/src/modules/perl Apache.xs

2000-08-30 Thread dougm
dougm 00/08/30 20:39:45 Modified:.Changes src/modules/perl Apache.xs Log: fix refcnt bug in $r-get_handlers Revision ChangesPath 1.508 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl ToDo

2000-08-30 Thread dougm
dougm 00/08/30 22:35:35 Modified:.ToDo Log: todo Revision ChangesPath 1.247 +7 -0 modperl/ToDo Index: ToDo === RCS file: /home/cvs/modperl/ToDo,v retrieving revision 1.246

cvs commit: modperl/src/modules/perl Apache.xs

2000-08-30 Thread dougm
dougm 00/08/30 22:49:07 Modified:.Changes Apache Apache.pm src/modules/perl Apache.xs Log: switch usage of hard_timeout() to soft_timeout() Revision ChangesPath 1.509 +4 -0 modperl/Changes Index: Changes

cvs commit: modperl/t/modules request.t

2000-08-30 Thread dougm
dougm 00/08/30 22:54:11 Modified:.Changes t/modules request.t Log: modules/request test fix Revision ChangesPath 1.510 +3 -0 modperl/Changes Index: Changes === RCS

cvs commit: modperl apache-modlist.html

2000-08-30 Thread dougm
dougm 00/08/30 22:54:45 Modified:.apache-modlist.html Log: updates from ken Revision ChangesPath 1.73 +5 -4 modperl/apache-modlist.html Index: apache-modlist.html === RCS file: