On Wed, 30 Aug 2000, Brian S. Craigie wrote:
> > [Thu Aug 17 20:23:37 2000] [error] Can't locate
> auto/Apache/Symbol/undef.al in @INC (@INC contains:
...
> /usr/local/lib/perl5/sun4-solaris/5.00404 /usr/local/lib/perl5 >
> to upgrade to perl 5.6.0
you
On Mon, 14 Aug 2000, Andrew Fuqua wrote:
> I'm trying to pass a path name with slashes as the value of a note, and
> when I try to retrieve the note from another handler in the same
> request, the note is not there. Code goes like this:
>
> in a PerlInitHandler:
> $r->notes('dir_name' => '/some
On Fri, 11 Aug 2000, Tim Sweetman wrote:
> I've seen something similar - when the client browser times out,
> execution seems to stop mid-Print statement, and mod_Perl gets ready for
> the next request, without cleaning up objects present (or, at least,
> without calling ->DESTROY).
this should
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
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 c
[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... =)
===
RCS file: /home/cvspublic/modperl/t/mod
this thread is pretty large, i'm sure the fix is nice and small, anybody
have a patch with the final solution? thanks.
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
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.
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
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 -
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
On Thu, 27 Jul 2000, Ken Fox wrote:
> Here's a patch that I sent to Doug. Not sure if I would
> accept something from a guy who *clearly* can't read a
> simple INSTALL file... ;) Here's hoping anyway.
if you need to test if the headers have been sent, the best way to do that
is:
if ($r->headers
i committed 2 small bits of the last patch, adding PerlCleanupHandler to
the {get,set}_handlers table and the $r->get_handler refcnt fix. i put a
new version of the patch against cvs here:
http://perl.apache.org/~dougm/set_handlers.pat
similar to the last, but also deals with
$r->set_handlers(P
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 Administr
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
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 INS
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 module
Dear all,
I am trying to install mod-perl on my freebsd 4.0 server with stronghold and
lastest modperl from cvs. I keep having the same error as follow:
==
ib/perl5/5.6.0/i386-freebsd/auto/DynaLoader/DynaLoader.a -L/usr
On Wed, 30 Aug 2000, mgraham wrote:
>
>
> I don't have specific help for your problem, but I have noticed that
> package-scoped lexicals can be somewhat unpredictable under mod_perl.
>
> 1) If at startup time (pre-fork) you use a function within a package
> to set a lexical variable that is sc
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_per
I don't have specific help for your problem, but I have noticed that
package-scoped lexicals can be somewhat unpredictable under mod_perl.
1) If at startup time (pre-fork) you use a function within a package
to set a lexical variable that is scoped to that package, that
variable may or may not
On Wed, 30 Aug 2000, erich oliphant wrote:
> 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.
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 y
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
> > f
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: ld.
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
> pa
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?
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 co
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 pref
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 Messa
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:
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) Ap
Anyone else seen this problem?
On 18th August 2000 I wrote:-
> Building mod_perl fails the following tests:
>
> modules/symbol..ok 1/2FAILED test 2
>Failed 1/2 tests, 50.00% okay
>
> internal/apiok 6/76FAILED tests 7-76
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 Arti
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..
36 matches
Mail list logo