One cgi test fails w/ CGI open of tmpfile: Permission denied

2000-06-15 Thread Jie Gao
Hi All, I have had the subject problem just now. And there is no specific answer about a solution in the archive. The one that got me out of this problem is: chmod 1777 /var/tmp Jie -- make test output: $ TEST -v

Re: XSL-handler

2000-06-15 Thread Matt Sergeant
On Wed, 14 Jun 2000, Joshua Chamas wrote: I have heard complaints about XML::XSLT, but since I have been working with Geert on the module these past months, it has increased in rendering speed by a factor of 3, there is a real OO interface, and DOM memory garbage collection is production

Re: XSL-handler

2000-06-15 Thread Joshua Chamas
Matt Sergeant wrote: On Wed, 14 Jun 2000, Joshua Chamas wrote: I have heard complaints about XML::XSLT, but since I have been working with Geert on the module these past months, it has increased in rendering speed by a factor of 3, there is a real OO interface, and DOM memory garbage

start up message

2000-06-15 Thread Jie Gao
Hi All, -- config info --- Apache/1.3.12 (Unix) mod_perl/1.24 $ perl -V Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=solaris, osvers=2.7, archname=sun4-solaris uname='sunos duo 5.7

Re: XSL-Handler

2000-06-15 Thread Jonas Nordström
I still can't get it to work. I've installed XML-Sablot 0.35 (and Sablot 0.36 and XML-Parser and XML-XPath and Storable and perl 5.6.0 ...) Same error! Also, when I start up the webserver, I get: [jon@zappa]/home/hal/foo/binapachectl start Ambiguous use of caller = resolved to "caller" = at

PerlLogHandler and mod_usertrack

2000-06-15 Thread Jim Sproull
Hi all, I'm looking to using mod_usertrack to log requests based on cookies (which it's good at, of course). I have this all in and working fine. However, I'm using my own PerlLogHandler to handle all the logging. mod_usertrack allows a CustomLog variable called %{cookie}n which contains

[ANNOUNCE] HTML::StickyForms 0.01

2000-06-15 Thread Peter Haworth
I've finally released my sticky forms module on CPAN. There's currently no user documentation, but the interface should be fairly self explanatory. I'd appreciate some comments on the interface, and I'll start working on the docs for the next release. The uploaded file

Header issues with Mod_Perl and CGI.pm

2000-06-15 Thread bill chmura
I cannot seem to get this to work correctly. I just got Mod_Perl installed on my webserver (Apache 1.3.3 on HPUX) I am trying to get a script working that sets a cookie on the users machine -. This is where it goes all wrong. The script uses CGI.pm (v 2.36) to do everything from headers

Re: PerlLogHandler and mod_usertrack

2000-06-15 Thread Ian Kallen
If you're writing your own PerlLogHandler, get the cookie from the request object, $r-header_in('Cookie') -Ian Today, Jim Sproull [EMAIL PROTECTED] frothed and gesticulated about...: I'm looking to using mod_usertrack to log requests based on cookies (which it's good at, of course). I have

Re: PerlLogHandler and mod_usertrack

2000-06-15 Thread Ian Kallen
Hi Jacob! Difference being that if you change your cookie'ing to use something other than mod_usertrack, you'll have to make sure it also creates that key for it in the notes table otherwise your PerlLogHandler won't see it. $r-header_in('Cookie') should always be there for slicing and dicing...

Re: PerlLogHandler and mod_usertrack

2000-06-15 Thread Jacob Davies
On Thu, Jun 15, 2000 at 10:23:38AM -0700, Ian Kallen wrote: Hi Jacob! Hi Ian! Difference being that if you change your cookie'ing to use something other than mod_usertrack, you'll have to make sure it also creates that key for it in the notes table otherwise your PerlLogHandler won't see

RE: PerlLogHandler and mod_usertrack

2000-06-15 Thread Jim Sproull
-Original Message- From: Jacob Davies [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 15, 2000 1:46 PM To: Ian Kallen Cc: Jim Sproull; [EMAIL PROTECTED] Subject: Re: PerlLogHandler and mod_usertrack Hi Guys! On Thu, Jun 15, 2000 at 10:23:38AM -0700, Ian Kallen wrote: Hi

RE: [ANNOUNCE] HTML::StickyForms 0.01

2000-06-15 Thread Jeff Stuart
Small rant here. :) Ok Peter, this looks interesting. WHAT does it do :) And please, to ALL module developers, when you post an announcement, even if it's an upgrade, please include a brief description of what the module does. :) Your module may JUST be the thing that I'm looking for but

Help with memory leak

2000-06-15 Thread gc
I'm having a memory leak problem that I suspect comes from a mod_perl module of mine. The module talks to a MySQL database using DBI. I can't see any memory hogs when I check the linux box with 'top', but after several days the computer inevitably grinds to a halt. This didn't happen before

Re: [OT] [JOB] mod_perl and Apache developers wanted

2000-06-15 Thread dreamwvr
Hi Jeffery, What is this about? You forgot the part about suing legitimate domain name holders, harrassing artists with little or no income, and trying to extend USA jurisdiction to the internet. While I'm sure the engineering department had no part in such things, I believe the readers of

cvs commit: modperl/Apache Apache.pm

2000-06-15 Thread cholet
cholet 00/06/15 01:13:37 Modified:Apache Apache.pm Log: backing out $Apache::Server::ConfigTestOnly documentation Revision ChangesPath 1.51 +0 -17 modperl/Apache/Apache.pm Index: Apache.pm