Re: Need help in compiling the mod-perl

2000-05-25 Thread Ged Haywood
Hi there, I found it difficult to understand exactly what you mean in some parts of your message. I am sorry. When you give error messages and configuration details please try to give the exact wording. Make these parts of your message separate from the rest of the text of your message, for

Re: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeffrey W. Baker
On Wed, 24 May 2000, John M Vinopal wrote: Apache 1.3.12 modperl 1.24 perl 5.6.0 CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. Prototype mismatch: sub

PerlTransHandler

2000-05-25 Thread Sergey Ivanyuk
Hi All. I'm having problems with the PerlTransHandler handler. I would like to only translate some requests, but keep Aliases working. However, I just can't get that done. If I use a simple 'return DECLINED;', all my cgi scripts and aliases directories return 'Not found'. I know the handler

Newbie: Apache::DBI Directive bug

2000-05-25 Thread Nigel Hamilton
Hi, I've got a showstopper bug ... Whenever I place the directive to load Apache::DBI in httpd.conf ... I get a config file syntax error. The directive is: PerlModule Apache::DBI I compiled mod_perl with EVERYTHING=1 ... can anyone tell me why this would be the

AxKit article

2000-05-25 Thread Matt Sergeant
http://www.xml.com/pub/2000/05/24/axkit/index.html -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: Apache::ASP

2000-05-25 Thread Joshua Chamas
Forever Young wrote: Hi Guys, I am new to Apache Mod Perl, today I saw the Apache::ASP at www.cpan.org I wonder do I need an IIS server to run it? Or can I run it under Linux Redhat Apache server as well? Yes, its a perl native port to Apache + mod_perl. Check out

[newbie]: Catching apache output.

2000-05-25 Thread Alexei V. Alexandrov
Hello modperl, The problem i would like to solve is that i want to catch the actual output from the apache. I have bought "Writing apache modules with perl and C" there are two examples on how to write thing like Echo or NavBar. These two scripts just parse the actual file that is

Re: Preloading modules

2000-05-25 Thread David Hodgkinson
"Eric Jain" [EMAIL PROTECTED] writes: Any Perl module required from within a module which has been preloaded through PerlRequire or PerlModule in httpd.conf will be preloaded into shared memory as well. Correct? Yes. Thus saving some latency when Apache forks a new child. -- Dave

Re: [newbie]: Catching apache output.

2000-05-25 Thread Matt Sergeant
On Thu, 25 May 2000, Alexei V. Alexandrov wrote: Hello modperl, The problem i would like to solve is that i want to catch the actual output from the apache. I have bought "Writing apache modules with perl and C" there are two examples on how to write thing like Echo or NavBar.

RE: Newbie: Apache::DBI Directive bug

2000-05-25 Thread Geoffrey Young
-Original Message- From: Nigel Hamilton [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 3:40 AM To: [EMAIL PROTECTED] Subject: Newbie: Apache::DBI Directive bug Hi, I've got a showstopper bug ... Whenever I place the directive to load Apache::DBI in

Re: [newbie]: Catching apache output.

2000-05-25 Thread Ask Bjoern Hansen
On Thu, 25 May 2000, Alexei V. Alexandrov wrote: [...] written in perl can catch the output (any script [php, cgi, etc.], any html file) and parse the output and make some changes to it (say like parsing href tags). Where should i look? That's not possible with apache 1.3. It's planned

Re: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeremy Howard
CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. ... Anyone else seen these? Oh yes, I've been battling that tonight... Do the following: In Carp::Heavy, change 'DB' to

Re: XHTML_DTD redefined?

2000-05-25 Thread Jeremy Howard
I'm getting this on every startup: Constant subroutine XHTML_DTD redefined at /usr/lib/perl5/5.00503/constant.pm line 175. what's this about? This isn't actually a mandatory warning any more (as others have suggested), but of course being a good boy you've got -w on, so you get the

Re: Form generation libraries

2000-05-25 Thread Peter Haworth
On 24-May-00 at 18:50, Jeffrey W. Baker ([EMAIL PROTECTED]) wrote: On Wed, 24 May 2000, Peter Haworth wrote: Jeffrey W. Baker wrote: On Wed, 24 May 2000, Peter Haworth wrote: Jeffrey W. Baker wrote: myInput = hfTextInputNew(); myInput-addAttr(myInput, "name", "first_name");

CGI.pm broken with Apache/mod_perl/warnings? (was Re: XHTML_DTD redefined?)

2000-05-25 Thread Randal L. Schwartz
"Perrin" == Perrin Harkins [EMAIL PROTECTED] writes: Perrin "Randal L. Schwartz" wrote: I'm getting this on every startup: Constant subroutine XHTML_DTD redefined at /usr/lib/perl5/5.00503/constant.pm line 175. what's this about? Perrin That would be the mandatory warning for

Re: Bugs 5.6.0 modperl use?

2000-05-25 Thread Tom Barron
Jeffrey W. Baker wrote: On Wed, 24 May 2000, John M Vinopal wrote: ... CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. Prototype mismatch: sub

Re: [Re: [Re: Questions about Apache::Session]]

2000-05-25 Thread Edgardo Szulsztein
Hi First of all, I ask my apologises with the list. In the text: could I do it (I don't like the list, but I couldn't find this information in the documentation). I wanted to say: I don't want to bother the list with my question, but I couldn't find this information in the documentation :-)

High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Michael Nachbaur
I'm in the process of designing an ecommerce system, and have several options on the table. Since I love perl/mod_perl/apache, my knee-jerk reaction is to write it in perl. However, in the best interest of the project, I need to look at other possibilities, and take an objective look at the

Can't call method bytes_sent

2000-05-25 Thread Kees Vonk 7249 24549
What could cause the following error in a Perl Section (in the middle of a virtual host declaration)? Syntax error on line 350 of /opt/ward/apache/conf/httpd.conf: Can't call method "bytes_sent" on an undefined value at /opt/perl5/lib/5.00503/CGI/Carp.pm line 344. Kees

Re: Form generation libraries

2000-05-25 Thread Jeffrey W. Baker
On Thu, 25 May 2000, Peter Haworth wrote: On 24-May-00 at 18:50, Jeffrey W. Baker ([EMAIL PROTECTED]) wrote: It's C with function pointers as struct members. That seems a little excessive to me spacewise, but I guess it means you can keep the functions static, and not confuse users with

RE: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Matt Sergeant
On Thu, 25 May 2000, Jason Bodnar wrote: Could someone also give me a quick list (or a link to where I can find a list) of some high-profile sites that use Perl, and pull it off? http://www.slashdot.org Careful with this - it's a high traffic site, yes. But it doesn't exactly pull off

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread JoshNarins
The United Nation's IMIS Project definitely exceeded 100,000 lines of Perl. If you throw in all the utilites and admin stuff, the total probably tops 200,000. The design was decent enough that it was rare that any particular module was completlely overhauled or found to be unncessary. IMIS

Another problem with Apache::ASP and DynaLoader.pm

2000-05-25 Thread Art
Hi. In the the error log I got the following error: [Thu May 25 08:05:41 2000] [error] Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/MD5.so' for module MD5: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/MD5.so: Undefined symbol "PL_markstack_ptr" at

Re: Newbie: Apache::DBI Directive bug

2000-05-25 Thread John D Groenveld
Apache might barf on the PerlModule directive if you built modperl as a DSO, but forgot to actually include in httpd.conf LoadModule perl_module libexec/libperl.so Did you confirm that Apache has modperl loaded, perhaps with HEAD http://localhost/ John [EMAIL PROTECTED]

Search for Apache::Safe

2000-05-25 Thread Alexander Lazic
hi, i search for the Apache::Safe Module which isn´t in mod_perl-1.24 included. mod_perl-1.24/MANIFEST = #lib/Apache/Safe.pm But on "http://www.perl.com/CPAN-local/modules/by-module/Apache/apache-modlist.html" is listed. Please can anyone tell me where i can get it, because i think it

Error in running apache::asp, part 3

2000-05-25 Thread Art
Hi, After fixing the MD5 error, when I tried to run a script, I got internal error on the browser. In the error log, I got: [error] Undefined subroutine Apache::ASP::handler called. what does it mean? How to fix it? Arthur (newbie)

Re: Error in running apache::asp, part 3

2000-05-25 Thread Ime Smits
| [error] Undefined subroutine Apache::ASP::handler called. | what does it mean? | How to fix it? Considering the errors you posted the past hour, I think something went wrong during the Apache::ASP installation. Consider installing Apache::ASP once again with the cpan installer (possibly use

REPOST: Limiting Resources

2000-05-25 Thread Suresh
Hi all, I am trying to limit the execution of a mod_perl script by setting the limit of RLimitCPU. But this does not seem to work. I am using apache 1.3.12 , mod_perl. I tired using the module Apache::Resource but even that did not work. Does any body know why this is or am i missing

Re: REPOST: Limiting Resources

2000-05-25 Thread Steve van der Burg
I am trying to limit the execution of a mod_perl script by setting the limit of RLimitCPU. But this does not seem to work. I am using apache 1.3.12 , mod_perl. I tired using the module Apache::Resource but even that did not work. Does any body know why this is or am i missing something. The

Re: REPOST: Limiting Resources

2000-05-25 Thread Vivek Khera
"SvdB" == Steve van der Burg [EMAIL PROTECTED] writes: I am trying to limit the execution of a mod_perl script by setting the limit of RLimitCPU. But this does not seem to work. I am using apache 1.3.12 , mod_perl. I tired using the module Apache::Resource but even that did not work.

Re: GET html page - permission denied

2000-05-25 Thread ___cliff rayman___
Prasit P wrote: Hi guys, I've built Apache 1.3.12 with mod_perl 1.21. I would get permission denied message, if I use this perl script. $remote = IO::Socket::INET->new( Proto => "tcp", PeerAddr => 209.10.98.1, PeerPort => 80, ); print $remote "GET http://209.10.98.1/index.html HTTP/1.0\n\n";

Re: global variables and reparsing question (low priority ;)

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Marc Lehmann wrote: You must be kidding here!!! Using lexicals on package level is broken??? If it is broken, then _why_ is it recommended programming practise in perl (see perltoot for example)? i'm not kidding. i don't understand whay you mean by 'using lexicals on

Re: Problem compiling mod_perl 1.24 on Solaris 2.6

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Fred Miller wrote: Like I said, I'm a bit naive in these matters. I didn't specify using gcc or cc. I used the same path to compile Perl, Apache, and Mod_Perl. When I aaksed which gcc and which cc, my machine does report gcc appearing in my path ahead of cc. Could that

Re: CORE::exit and Apache:Registry

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Mark Hewis wrote: As far as I have tested under Apache::Registry the following commands have the following effect 1) CORE::exit - restart all child processes for that server ( a little too drastic for me) that shouldn't happen. it should only kill the kid it was

Re: global variables and reparsing (short reproducible example)

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Perrin Harkins wrote: On Wed, 24 May 2000, Marc Lehmann wrote: I was under the impression that you cannot configure Apache from a PerlRequire. If that is not the case (and somehow works) I'd really like to get away from perlsections. You can only configure Apache

Re: Apache::Registry script problem

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Drew Taylor wrote: Hi all, I'm having a serious, but intermittent, problem with my Apache::Registry scripts. I have 2 (soon to be more!) site running on the same physical server. Each site is driven by a set of short perl-script scripts. The scripts execute code in OO

Re: difference between ...

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, David Hajoglou wrote: Would there ever be any difference between the output of the following: (looking on the mod_perl quick reference card) From Apache::URI $str = $uri-query() From Request object $str = $r-args(); As far as what they hold about

Re: httpd exits with apache-1.3.12 and mod_perl-1.21 on Redhat 6.2

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Roberto Bourgonjen wrote: Hi all, I am encountering strange problems on redhat 6.2 installations with rpm's apache-1.3.12-2 and mod_perl-1.21-10 (the latest available versions from redhat. I _have_ to use rpm's). I've tried two machines. As soon as load certain

Re: Need help in compiling the mod-perl

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Seshagiri Rao Maddirala wrote: Hi, I am tryong to compile modperl with gcc2.8.1 on solaris 7. Even before make finishes I get out with error: mod_perl.c at line 278 'aptestconfigonly' - Unresolved symbol. I picked it up today afternoon from ftp site of

Re: PerlTransHandler

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Sergey Ivanyuk wrote: Hi All. I'm having problems with the PerlTransHandler handler. I would like to only translate some requests, but keep Aliases working. However, I just can't get that done. If I use a simple 'return DECLINED;', all my cgi scripts and aliases

Re: CGI.pm broken with Apache/mod_perl/warnings? (was Re: XHTML_DTDredefined?)

2000-05-25 Thread Doug MacEachern
On 25 May 2000, Randal L. Schwartz wrote: Yeah, it's CGI.pm alright. So do I complain to Lincoln to fix it, or is it just a synergy thing between mod_perl, Apache, and CGI.pm that I'll have to live with? are you re-loading CGI.pm? that's the only way this warning can be triggered, from

Re: GET html page - permission denied

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Prasit P wrote: Hi guys, I've built Apache 1.3.12 with mod_perl 1.21. try upgrading mod_perl, 1.22 has this change: =item 1.22 - March 22, 2000 proxy support fixed wrt RFC2068, thanks to Benjamin Elijah Griffin for the spot

Re: httpd exits with apache-1.3.12 and mod_perl-1.21 on Redhat 6.2

2000-05-25 Thread Stas Bekman
On Wed, 24 May 2000, Roberto Bourgonjen wrote: Hi all, I am encountering strange problems on redhat 6.2 installations with rpm's apache-1.3.12-2 and mod_perl-1.21-10 (the latest available versions from redhat. I _have_ to use rpm's). I've tried two machines. If the latest mod_perl solves

Re: Search for Apache::Safe

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Alexander Lazic wrote: hi, i search for the Apache::Safe Module which isn´t in mod_perl-1.24 included. it doesn't exist. i had written a version once, but wasn't happy with it. there is an experimental PerlOpmask directive that was added to mod_perl in 1.15_01 (see

Re: Apache::PerlVINC

2000-05-25 Thread Stas Bekman
On Wed, 24 May 2000, Kees Vonk 7249 24549 wrote: try this in httpd.conf: Perl delete $INC{'Apache/PerlVINC.pm'}; require Apache::PerlVINC; /Perl Apache start up now (why does mod_perl not do this, can you explain?), however I get the following error when trying to access a

Re: REPOST: Limiting Resources

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Suresh wrote: I am trying to limit the execution of a mod_perl script by setting the limit of RLimitCPU. But this does not seem to work. I am using apache 1.3.12 , mod_perl. I tired using the module Apache::Resource but even that did not work. Does any body know

Re: REPOST: Limiting Resources

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Vivek Khera wrote: limit of RLimitCPU. But No; you are wrong. wrt RLimitCPU and friends, he is right. the built-in apache RLimit directives only work for mod_cgi processes, which are set in ap_call_exec(). hmm, i bet the RLimit* directives could be moved to a

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Mark Murphy
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED] Delivered-To: mailing list [EMAIL PROTECTED] X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs Date:

Re: Apache::Registry script problem

2000-05-25 Thread Drew Taylor
Doug MacEachern wrote: On Wed, 24 May 2000, Drew Taylor wrote: The part that changes is the 'cloudstock' and '1'. However, I occasionally (and not reliably) get a page from cloudstock.com using the wiredstock.com scripts! On some debugging, I can verify that when this happens the

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Mark Murphy wrote: sh Configure -Dcc=gcc -Ubincompat5005 hmm, i've seen a similar report related to largefile support, try once more with: sh Configure -Dcc=gcc -Ubincompat5005 -Uuselargefiles

Re: PerlTransHandler

2000-05-25 Thread Sergey Ivanyuk
I'm having problems with the PerlTransHandler handler. I would like to only translate some requests, but keep Aliases working. However, I just can't get that done. If I use a simple 'return DECLINED;', all my cgi scripts and aliases directories return 'Not found'. I know the handler

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Mark Murphy
I never mentioned this but I'm running Solaris 7 on a Ultra 10 - Begin Forwarded Message - Date: Thu, 25 May 2000 15:28:05 -0400 (EDT) From: Mark Murphy mark@opus Subject: Re: mod_perl 1.24 testing keeps failing To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Mime-Version:

Re: Apache::Registry script problem

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Drew Taylor wrote: I have tried many things to solve this problem. Many thanks go to Geoffrey Young who helped me privately (and clued me into a great solution to another future maintenance problem as well!). i glad your problem is solved, but can we keep all help on the

Re: PerlTransHandler

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Sergey Ivanyuk wrote: package handler; use Apache; sub handler { return DECLINED; } where does DECLINED come from? watch what happens if you add 'print handler()' and run it from the command line, and watch what happens when you add 'use strict;'. adding 'use

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Mark Murphy
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED] Delivered-To: mailing list [EMAIL PROTECTED] X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs Date:

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread morpheus
eToys.com On Thu, 25 May 2000, Michael Nachbaur wrote: I'm in the process of designing an ecommerce system, and have several options on the table. Since I love perl/mod_perl/apache, my knee-jerk reaction is to write it in perl. However, in the best interest of the project, I need to look

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Mark Murphy wrote: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' those are the flags added when largefile support is enabled. try with a fresh source tree and run: sh Configure -des -Dcc=gcc -Ubincompat5005 -Uuselargefiles -des will use all defaults except those you

Re: GET html page - permission denied

2000-05-25 Thread Prasit P
Thank guys for your answer. I've just tried using Apache 1.3.12, and mod_perl 1.24, all downloaded today, but it's the same problem. Anything that I can do with httpd.conf, to make it run find with mod_perl. Regards, --- Doug MacEachern [EMAIL PROTECTED] wrote: On Thu, 25 May 2000,

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Barry Robison
You may want to check out http://www.opensales.org/html/source.shtml, rather than starting from scratch .. I haven't used it, but it's a Perl based GPL commerce solution. -- Barry Robison - [EMAIL PROTECTED] The bite of conscience. The bite of conscience, like the bite of a dog into a

Re: Apache::Registry script problem

2000-05-25 Thread Drew Taylor
Doug MacEachern wrote: On Thu, 25 May 2000, Drew Taylor wrote: I have tried many things to solve this problem. Many thanks go to Geoffrey Young who helped me privately (and clued me into a great solution to another future maintenance problem as well!). i glad your problem is solved,

Your input for Apache Rules article

2000-05-25 Thread Stas Bekman
Folks, please help Thomas to prove the 39.5% of those who don't use Apache, that they should reconsider that. Note that Thomas has agreed to get this forwarded to the list. Please reply directly to him. We (the list) know what you are going to tell :) Thank you. -- Forwarded message

Re: httpd exits with apache-1.3.12 and mod_perl-1.21 on Redhat 6.2

2000-05-25 Thread Roberto Bourgonjen
On Thu, 25 May 2000, Doug MacEachern wrote: On Wed, 24 May 2000, Roberto Bourgonjen wrote: Hi all, I am encountering strange problems on redhat 6.2 installations with rpm's apache-1.3.12-2 and mod_perl-1.21-10 (the latest available versions from redhat. I _have_ to use rpm's). I've

Re: httpd exits with apache-1.3.12 and mod_perl-1.21 on Redhat 6.2

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Roberto Bourgonjen wrote: rpm's apache-1.3.12-2 and mod_perl-1.21-10 (the latest available whoops, i missed your version. if you're trying to use mod_perl as a dso, upgrade to 1.24.

Re: GET html page - permission denied

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Prasit P wrote: Thank guys for your answer. I've just tried using Apache 1.3.12, and mod_perl 1.24, all downloaded today, but it's the same problem. seems that only works when you use http://hostname, both mod_proxy and mod_perl use logic like so:

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Perrin Harkins
On Thu, 25 May 2000, Barry Robison wrote: You may want to check out http://www.opensales.org/html/source.shtml, rather than starting from scratch .. I haven't used it, but it's a Perl based GPL commerce solution. Or you may not. It doesn't support mod_perl. I'd suggest looking at Tallyman

Re: CGI.pm broken with Apache/mod_perl/warnings? (was Re: XHTML_DTDredefined?)

2000-05-25 Thread Perrin Harkins
On 25 May 2000, Randal L. Schwartz wrote: I got no "no warnings". this is still 5.5.3 :) There's always the time-honored { local $^W; } - Perrin

Re: Problem: Apache/mod_perl/NT host won't close smtp connection

2000-05-25 Thread Chuck Goehring
This is a follow-up to my previous post for anyone who might have this problem and find this in the archives. Firstly, the install was done correctly, I just lacked an understanding of the directory hierarchies. The version used in my original post was the binary distribution of

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Drew Taylor
Perrin Harkins wrote: On Thu, 25 May 2000, Barry Robison wrote: You may want to check out http://www.opensales.org/html/source.shtml, rather than starting from scratch .. I haven't used it, but it's a Perl based GPL commerce solution. Or you may not. It doesn't support mod_perl. I'd

Re: global variables and reparsing (short reproducible example)

2000-05-25 Thread Marc Lehmann
On Thu, May 25, 2000 at 12:09:09PM -0700, Doug MacEachern [EMAIL PROTECTED] wrote: You can only configure Apache from Perl sections, but you can load all your modules, shared data, etc. from a file pulled in with PerlRequire. actually you can, if a module defines variables in the

RE: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Gunther Birznieks
At 10:51 AM 5/25/00 -0500, Jason Bodnar wrote: On 25-May-2000 Michael Nachbaur wrote: This site will have major traffic, will need to be extended and changed (a lot), and needs to scale very well. My experience with Perl (as well as what I've heard from other developers) is that Perl

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Neil Conway
On Fri, May 26, 2000 at 09:20:35AM +0800, Gunther Birznieks wrote: Well, yeah, C and Java can suffer the same problems as Perl, but because Java is so constrained as a language, the design of the language has a built in constraint. With Perl you can literally do ANYTHING, and to program

books (was High-volume mod_perl based ecommerce sites?)

2000-05-25 Thread Perrin Harkins
On Thu, 25 May 2000, Neil Conway wrote: I'm probably a novice programmer, at least by the standards of most of the people on this list. I'm 16, and since I haven't taken Computer Science at university yet, I'm a bit lacking in 'formal programming education'. I'd rather not form bad habits -

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Jim Winstead
On May 25, Barry Robison wrote: You may want to check out http://www.opensales.org/html/source.shtml, rather than starting from scratch .. I haven't used it, but it's a Perl based GPL commerce solution. Every time I look at this code, my brain hurts. Especially crap like this: ##

Re: global variables and reparsing question (low priority ;)

2000-05-25 Thread Marc Lehmann
On Thu, May 25, 2000 at 11:58:38AM -0700, Doug MacEachern [EMAIL PROTECTED] wrote: You must be kidding here!!! Using lexicals on package level is broken??? If it is broken, then _why_ is it recommended programming practise in perl (see perltoot for example)? i'm not kidding. i don't

RE: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeff Stuart
That's a GOOD question. Is there anyone at the moment using perl 5.6.0 in production? Is it ready for production yet? -- Jeff (FurBall) WebOverdrive Newbie Tech Board http://www.topniche.com/tech/ [EMAIL PROTECTED] -Original Message- From: Jeffrey W. Baker [mailto:[EMAIL PROTECTED]]

RE: Bugs 5.6.0 modperl use?

2000-05-25 Thread Craig Vincent
snip That's a GOOD question. Is there anyone at the moment using perl 5.6.0 in production? Is it ready for production yet? /snip I currently use 5.6.0 (w/ mod_perl 1.24) on all my production servers and 5.6.0 is currently listed as stable so for I don't see any reason as to say it isn't usable

Re: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jim Winstead
On May 25, Jeff Stuart wrote: That's a GOOD question. Is there anyone at the moment using perl 5.6.0 in production? Is it ready for production yet? We have one site in production with it, and a number of others going into production soon. We've been using is exclusively in our development

Wierd problem with redirect

2000-05-25 Thread Vijay
Hello, I have a perl script which tries to redirect the URL to another page. It gives peculiar problem. The resultant page source is as follows --- HTMLHEADMETA HTTP-EQUIV="Set-Cookie" CONTENT="visirotid=880; path=/; domain=www.trichurgateway.com;"/HEADBODY/BODY/HTML

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Jason Bodnar
I'm probably a novice programmer, at least by the standards of most of the people on this list. I'm 16, and since I haven't taken Computer Science at university yet, I'm a bit lacking in 'formal programming education'. I'd rather not form bad habits - is there any advice anyone can give me on how

Authentication implementation

2000-05-25 Thread Sergey Ivanyuk
Hi All. I'm trying to implement a real simple authentication scheme, where the login page sets a cookie to the users's browser, and unless the cookie is set, any request beyond the login page gets redirected to login. I've tried the PerlTransHandler, but the cookies aren't available to the

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread John BEPPU
[ date ] 2000/05/25 | Thursday | 10:28 PM [ author ] Jason Bodnar [EMAIL PROTECTED] Probably the best way to learn good OO Perl is to learn Java or C++. As Gunther said, other languages are much more strict so they force you to write good OO stuff. I'd hesitate to push C++ on a beginner,

RE: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeff Stuart
Ok, follow up question if I may. :) Are any of you using it with DBI and DBD::mysql? I see on the Mason list that people are using it with HTML::Mason so that module is safe. :) Looks like I'm gonna have to pull out that old Linux box and do a test on it. :) -- Jeff (FurBall) WebOverdrive

cvs commit: modperl/src/modules/perl mod_perl.c

2000-05-25 Thread dougm
dougm 00/05/25 11:06:27 Modified:.Changes Makefile.PL src/modules/perl mod_perl.c Log: fixes for building with stronghold Revision ChangesPath 1.492 +3 -0 modperl/Changes Index: Changes