Re: modperl : how resolve conflict funtion name in different package

2003-01-16 Thread Steve Piner
at the beginning of the file saying 'package pack1;' and pack2.pm should have a line saying 'package pack2;' I'm only guessing what the problem is here, as you don't state exactly what the error message is. Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: mp2: Pb using HTML::Entities

2002-11-25 Thread Steve Piner
different from euro symbol). If the character you're getting is a circle with 4 'spokes' extending from it to the top left, top right, bottom left and bottom right, then it's working - however, that's the universal currency symbol. For the euro, use euro; or #8364; Steve -- Steve Piner Web

Re: FW: mod_perl / PerlAuthenHandler question

2002-10-28 Thread Steve Piner
build mod_perl with EVERYTHING=1 and did a make install and stopped restarted Apache. Printing out the SERVER_SOFTWARE environment variable it shows 'Apache/1.3.22 (Unix) mod_perl/1.21'. What else can I do to see if mod_perl works? Jem -Original Message- From: Steve Piner

Re: mod_perl PerlAccessHandler/PerlAuthenHandler question

2002-07-28 Thread Steve Piner
building mod_perl. Unless you have reason not to, I'd recommend that you compile it with EVERYTHING=1. Steve Piner Harry Zhu wrote: I'm a verteran CGIer but a new mod-perl user. I have got the mod-perl running fine for the content handling. But when I try to step in to other stages like

Re: Using Constants from seperate file

2002-07-28 Thread Steve Piner
at startup? Steve Piner allan juul wrote: hi i wish to use use constants defined in a seperate file. my problem is, that sometimes it works sometimes it doesn't. when failing, the error_log says Bareword is not allowed so i guess it sometimes never loads my constants file at all

Re: New mod_perl site and oddness with IE

2002-07-17 Thread Steve Piner
: relative's should work - it just struck me as the first thing that wasn't necessary in the style sheet. Possibly irritating an IE bug just a little too much) Hope this helps, Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: New mod_perl site and oddness with IE

2002-07-17 Thread Steve Piner
other browser software, please check and see if anything else is broken there as well. thanks a lot! /allan Looks good to me with on Win98SE * IE 5.50.4807.2300 (SP2) * Netscape 4.79 * Mozilla 2002053012 * Opera 6.04 -- Steve Piner Web Applications Developer Marketview Limited http

Re: New mod_perl site and oddness with IE

2002-07-17 Thread Steve Piner
? Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: Cheap and unique

2002-04-30 Thread Steve Piner
ideas? Has anyone else faced this problem? tia David I'm just curious - what's wrong with the function you're already using? Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: [Fwd: Re: Cheap and unique]

2002-04-30 Thread Steve Piner
performance. Yeah, agreed. Thanks for your help so far, everyone! David -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: [ANNOUNCE] The New mod_perl logo - results now in...

2002-03-17 Thread Steve Piner
'vie' problems. Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: Question...

2002-02-13 Thread Steve Piner
invalid cookie. When they go back to the page, they'll send the invalid cookie, and you can then prompt them to log in or whatever. You'll get the invalid cookie sent back for images on that page, but that usually isn't a problem. Steve Piner Ryan Parr wrote: I think I'm missing something

Re: Single login/sign-on for different web apps?

2002-01-16 Thread Steve Piner
of unique identifier in the path or query string, but this may not be secure enough for your purposes. Oh yeah, it'd break if they didn't have images on. :-( Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: Installing modules

2001-11-04 Thread Steve Piner
make make test And if you're happy with the results, su to root and type make install Hope this helps. Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: Install problems

2001-11-04 Thread Steve Piner
]: Leaving directory `/usr/local/etc/libapreq-0.33/c' make[1]: *** [subdirs] Error 2 I'm confused. It looks like you might not have the 'apache-devel' package installed. (You did say you were on RedHat, didn't you?) Try installing that. Steve -- Steve Piner Web Applications Developer Marketview

Re: Apache 1.3.22 and modperl 1.26.

2001-10-30 Thread Steve Piner
PERL_SECTIONS=1 on the command line. Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

PerlInitHandler w/o PerlPostReadRequestHandler.

2001-10-28 Thread Steve Piner
time. My question is this: should PerlInitHandler have given me an error message? Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: When to use 'use' for accessing modules?

2001-10-23 Thread Steve Piner
completed. Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: Problem with arrayrefs in PSections

2001-07-29 Thread Steve Piner
not using a single arrayref for the configuration. Steve -Original Message- From: Steve Piner To: [EMAIL PROTECTED] Sent: 7/27/01 12:26 AM Subject: Problem with arrayrefs in PSections I've come across an oddity in configuring Apache through Perl sections. If I have a local as follows

Problem with arrayrefs in PSections

2001-07-26 Thread Steve Piner
/24']], }, ); Is this a bug, a stupid-user problem, or something else? I'm using Apache/1.3.20, mod_perl/1.25 and 1.26, and Perl v5.6.1 Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: Content-Disposition to change type and action?

2001-05-29 Thread Steve Piner
if the page is to be downloaded, the browser will use the name foo.csv. There's another parameter which gets passed to /reports/whatever.csv to indicate that it should generate a csv, and send a suitable Content-Type, but getting the 'name' right solves half the problem. Steve -- Steve Piner Web