mod_perl File Extension Configuration instead of a Path Configuration

2004-04-29 Thread JupiterHost.Net
nything at perl.apache.org... which I'm sure is my fault ;p )? TIA Lee.M - JupiterHost.Net -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: mod_perl File Extension Configuration instead of a Path Configuration

2004-05-03 Thread JupiterHost.Net
Sorry to top post... So is it (the subject/original email below) impossible then? Or is it possible just not advisable? TIA JupiterHost.Net wrote: Hello group! Super mod_perl newbie here :) I was wondering if its possible to setup mod_perl in httpd.conf with a File Extension Configuration instead

Re: mod_perl File Extension Configuration instead of a Path Configuration

2004-05-03 Thread JupiterHost.Net
gt;))[0] Michael Peters Venzia -- Original Message --- From: "JupiterHost.Net" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Mon, 03 May 2004 10:31:56 -0500 Subject: Re: mod_perl File Extension Configuration instead of a Path Configuration Sorry to top post... So

Re: mod_perl File Extension Configuration instead of a Path Configuration

2004-05-03 Thread JupiterHost.Net
Thanks for your input! I really appreciate it! Perrin Harkins wrote: On Mon, 2004-05-03 at 12:39, JupiterHost.Net wrote: IE: it would be just as dangerouse as running a regular perl or shell or OTHER_LANGUAGE_HERE script in their home dir, correct? [...] mod_perl scripts are run with the

Re: mod_perl File Extension Configuration instead of a Path Configuration

2004-05-03 Thread JupiterHost.Net
Perrin Harkins wrote: On Mon, 2004-05-03 at 17:24, JupiterHost.Net wrote: So if I did it the .mpl way then /usr/foo/bar.mpl and /usr/foo/baz.mpl will run as nobody (IE untrusted user with less privileges) If that's who your server runs as, then yes. The "nobody" user has the sam

Re: mod_perl File Extension Configuration instead of a Path Configuration

2004-05-04 Thread JupiterHost.Net
DJ wrote: I dont know if this has been answered, since i deleted my email but the answer is: SetHandler perl-script PerlHandler Your::Module Thanks DJ! I did get this earlier: PerlModule Apache::Registry AddHandler perl-script .mpl PerlHandler Apache::Registry so incorporating the 2 i

Re: Adding more locations to INC in startup.pl

2004-07-23 Thread JupiterHost.Net
even better: use lib qw(/home/blah /usr/local); 1; HTH Lee.M - JupiterHost.Net -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: APR::Base64 uses

2004-08-11 Thread JupiterHost.Net
they need now is one piece of data to see all the CC info. Instead of one per record. Just my .02 ;p Lee.M - JupiterHost.Net -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: APR::Base64 uses

2004-08-11 Thread JupiterHost.Net
#x27;t use google then do you? ;p probably msn or yahoo, or gulp AOL :) google had ads but they are way more discreet and talk about relevant results, wow its awesome! Anyway I can see the Dead Tree approach of course, the smell is nice :) Lee.M - JupiterHost.Net -- Report problems: http://perl.

Re: APR::Base64 uses

2004-08-11 Thread JupiterHost.Net
source projects which is a good reason to be thankful for developing with open source. Speaking of developing, i'd better get back to work. ONe more thing below. I see ;p Anyway I can see the Dead Tree approach of course, the smell is nice :) Lee.M - JupiterHost.Net Books have undeniable charms

Re: Mentoring program software

2004-08-16 Thread JupiterHost.Net
Kevin Wu wrote: Does anybody know and recommend any mentoring program software, especially using Perl/Mod_perl + Apache + Linux, with capability of processing 20 - 2000 connections. Maybe if I knew what mentoring program software was... :) I guess that means I can't sorry :) -- Report problems

Re: Hosting provider disallows mod_perl - "memory hog / unstable"

2004-08-29 Thread JupiterHost.Net
ntPerl is nice to and can be used via apache or not HTH :) Lee.M - JupiterHost.Net -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Shopping Cart Software

2004-11-20 Thread JupiterHost.Net
A.T.Z. wrote: I have had limited experience with one application -- 'ShopSite'; it appears to be fairly complete and in the absence of any other input, I will probably end up purchasing that. I am hoping, though, to elicit recommendations or comments from those that have experience with shopp

Re: Keywords

2004-11-20 Thread JupiterHost.Net
Anthony Gardner wrote: Can someone tell me why sex, sexy, suck and child hmmm, not 100% sure but: sex and sexxy describe perl and mod_perl in general :) suck might be there to describe other bloaty clunky wanna be's :) For instance say I'm looking for a solution and I type: "Why does PHP su

Re: Shop Cart Software

2004-11-30 Thread JupiterHost.Net
Hi, Hello, I want to thank you for your response to my request for ideas about Shopping Cart Software and apologize for taking so loon to respond--a mail server re-arrangement, that should have been simple somehow went awry and has No worries :) diverted my attention form Shopping Carts to mail i

Re: OT: Free Software as a "Security Hole"

2005-01-12 Thread JupiterHost.Net
Goehring, Chuck, RCI - San Diego wrote: I post here for lack of a better place. Sorry in advance to anyone offended. I was speaking to an acquaintance that has a security background and she told me her company prohibits the use of "Free" software because there is no guarantee that there are no "b

Re: connection error

2005-02-26 Thread JupiterHost.Net
I have havy loaded site with 5 mln. hits per day. I use Apache and mod_perl . Every 15-20 minutes I see in error_log this error: DBI connect('softsearch;mysql_socket=/tmp/softsearch.sock','softsearch',...) failed: Access denied for user 'softsearch'@'localhost' (using password: NO) at Engine.pm lin

Re: Which OS would you choose given a free choice

2005-04-15 Thread JupiterHost.Net
angie ahl wrote: Hi guys Hello, I'm getting a new server and was planning on going with Fedora Core 3 and plesk. But it was just suggested that I maybe consider FreeBSD and DA. Never even heard of DA (about to look it up) but being a Mac user I must know a little about FreeBSD. OSX mmm yum ;p neve

Re: do is not working?

2005-04-26 Thread JupiterHost.Net
Octavian Rasnita wrote: Hi, Hello, I have tried the following test script under mod_perl using ModPerl::Registry handler: use strict; use warnings; my $m = do "/usr/local/intranet/site/modules/markets.ini"; use Data::Dumper; print Dumper $m; The program prints "$VAR1 = undef;" if I run the program

Re: mod_perl2 and PHP

2005-08-06 Thread JupiterHost.Net
Thomas Klausner wrote: Hi! Hello, Is it possible and advisable to write the complex part of an application (the Controller, if you like) in mod_perl2 and use PHP as a frontend (or View) ? While I personally prefere Template::Toolkit as a presentation language, the project I'm currently getti

Re: mod_perl advocacy

2005-09-13 Thread JupiterHost.Net
Octavian Rasnita wrote: Hmm, sorry. I was just trying to think to something that might make perl more used than PHP. - PHP is crap and a half to admin - Its huge and clunky - PHP based systems are more prone attack since PHP relies to much oin assumptions ("Oh its quoting it all for me, so

Re: TZ variable and mod_perl

2005-10-31 Thread JupiterHost.Net
Balázs Szabó (dLux) wrote: Hi, Hello, I am the author of the Class::Date module, which can be found in CPAN, and i had a complaint about timezone handling in perl. I tried to debug it, and I have found that mod_perl uses the TZ environment somehow differently. What I did in my module is

Re: mailing list does NOT work

2005-12-23 Thread JupiterHost.Net
Gordon Stewart wrote: List TO WHO IT MAY CONCERN GET ME OFF THIS LIST Gordon Gordon, Please use a little common sense about discussion lists and look at your "list-unsubscribe" header: , instead of spamming all the members yelling about getting off the list.

Re: mailing list does NOT work

2005-12-28 Thread JupiterHost.Net
steve larson wrote: List TO WHO IT MAY CONCERN GET ME OFF THIS LIST [EMAIL PROTECTED] Steve, Please use a little common sense about discussion lists and look at your "list-unsubscribe" header: , instead of spamming all the members yelling about getting off the

Re: mailing list does NOT work

2005-12-28 Thread JupiterHost.Net
can only suggest a course of action based on common sense. Still, I beleive its moot in this case since the same email was sent by two "people". IE its a phishing mail and not a real request. JupiterHost.Net wrote: steve larson wrote: List TO WHO IT MAY CONCERN GET ME OFF THIS L

Re: mailing list does NOT work

2005-12-30 Thread JupiterHost.Net
BUT i don't see how its phishing. I suspected it because its literally the exact same text but two completely different addresses and names. You can scrape all the addresses to this list off the web true enough or by just subscribing. Exactly :) Any posts, and especially replies are

Re: Long Running Process - make it a daemon?

2006-01-10 Thread JupiterHost.Net
Hello, our CMS create sometimes long runnig tasks. This Tasks we start with the following code: `/usr/bin/perl -e 'use Modul; Modul->function($arg);' > /dev/null &`; This works. Apache returns the html-page and the long running function goes into the background. But if we restart Apache all c

Re: Problems with PerlRun

2006-01-30 Thread JupiterHost.Net
Patrick Kennedy wrote: With PerlRun, after the script has run the name space is supposed to be flushed of all variables and subroutines. Right? This doesn't seem to be happening with my setup. I'm getting incorrect output, based on previous executions of the script. Here's a simple example: #!

Re: Problems with PerlRun

2006-01-31 Thread JupiterHost.Net
Frank Wiles wrote: On Mon, 30 Jan 2006 18:32:13 -0600 "JupiterHost.Net" <[EMAIL PROTECTED]> wrote: a) "new CGI" is old FYI... Just downloaded the latest CGI.pm and the docs still show using this syntax, as much as I agree it should always be CGI->n

Re: Problems with PerlRun

2006-01-31 Thread JupiterHost.Net
Can someone point me at docs as to why that's better? I've seen both used and didn't know one was considered better than the other. new CGI; is ambiguouse (did you mean to call the function new() in the main:: name space with the expression (function? constant? bareword? handle?) "CGI"? CGI-

Re: RegEx Hell

2006-01-31 Thread JupiterHost.Net
so cool. I'm using Brian Ingerson's IO:ALL to slurp some files May want to look at File::Slurp also, its highly efficient, may help :)

Sanity check, mod_perl 2.0 works on Apache 2.2.0 right?

2006-02-07 Thread JupiterHost.Net
Didn't see this anywhere for sure and just wanted to verify before I started a project: mod_perl 2.0 works on Apache 2.2.0 (IE the next step up from 2.0) correct? TIA!

Re: Sanity check, mod_perl 2.0 works on Apache 2.2.0 right?

2006-02-07 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: JupiterHost.Net wrote: Didn't see this anywhere for sure and just wanted to verify before I started a project: mod_perl 2.0 works on Apache 2.2.0 (IE the next step up from 2.0) correct? TIA! Hi There , Yes it does ! KEv Thanks Kev :)

mod_perl 2 newbie

2006-02-07 Thread JupiterHost.Net
Hello List! I'd like to build mod_perl/2.0.2 statically built into apache as per: http://perl.apache.org/docs/2.0/user/install/install.html#Static_mod_perl However instead of making apache2 as part of mod_perl2 I'd like to 1) configure/make/etc mod_perl 2 2) add other modules 3) build apache

Re: mod_perl 2 newbie

2006-02-07 Thread JupiterHost.Net
Jonathan Vanasco wrote: There's no point to build MP2 into apache there's barely any difference in performance between the static and module versions most people i know just run the module version - its far easier to set up , and you don't have to rebuild everything on every new releas

Re: mod_perl 2 newbie

2006-02-08 Thread JupiterHost.Net
John ORourke wrote: I don't know about a manual build but some installs put the perl stuff in file(s) in /usr/local/apache2/conf.d/, so it may not be mentioned in httpd.conf. Thanks John for the info, that doesn't appear to be it but I'm still looking to see if it was added in a different

Re: mod_perl 2 newbie

2006-02-08 Thread JupiterHost.Net
Diona Kidd wrote: > I believe that the command you shared will build MP2 as a module by > default and you will see mod_perl.so in the modules directory. Then just Sure enough /usr/local/apache2/moduels/mod_perl.so is there I'm still stuck on apache one's setup Thanks Diona! > add the LoadModu

Re: mod_perl 2 newbie

2006-02-08 Thread JupiterHost.Net
This is what I do to build it: In apache src dir: ./configure \ --prefix="/usr/local/apache_2.0.54+mod_perl" \ --enable-so \ --enable-proxy \ --enable-ssl \ --enable-proxy-http \ --with-mpm=prefork \ --enable-modules=most \ --enable-mods-shared=max make install

Re: mod_perl 2 newbie

2006-02-08 Thread JupiterHost.Net
JupiterHost.Net wrote: Diona Kidd wrote: > I believe that the command you shared will build MP2 as a module by > default and you will see mod_perl.so in the modules directory. Then just Sure enough /usr/local/apache2/moduels/mod_perl.so is there I'm still stuck on apache

Re: mod_perl 2 newbie

2006-02-08 Thread JupiterHost.Net
Tom Schindl wrote: May I suggest reading SIMPLY the INSTALL-File coming with mod-perl where it reads: Thanks, I did look at those, what I was looking for was a configure option to add those for you without having to do the LoadModule manually or via a apache2/bin/apxs command. Mod_perl 1

Re: Database transaction across multiple web requests

2006-03-31 Thread JupiterHost.Net
Tomas Zerolo wrote: Howdy, Howdy to you :) this is not strictly a modperl question, but I'm sure some of you are downright experts on this. We have a modperl2 applicattion with a database backend (PostgreSQL, DBI). For session management we use Apache::Session. Now the need has arisen to

Re: Mail::POP3Client and pdf decode

2006-04-06 Thread JupiterHost.Net
Charlie Smith wrote: I'm trying to decode an email that was pop'd. After writing the body to a disk file using the perl Mail::POP3Client routine $pop->BodyToFile( $fh, 1); It looks all like text. So, I run following command to translate by "it looks all like text" do you mean its "like words

Re: clusters

2006-05-09 Thread JupiterHost.Net
E.Q. McGoon wrote: Perrin Harkins wrote: Tons of them. Practically any doc about clustering will apply. I wrote one ages ago about one mod_perl site I worked at: http://perl.apache.org/docs/tutorials/apps/scale_etoys/etoys.html Is there some specific part you're having trouble getting yo

Re: Protecting source code

2006-08-23 Thread JupiterHost.Net
> I am writting web application for mod_perl which will be installed > on client's server. Application is almost finished and now I am > wondering which is the best way to protect source code. > > Already checked Module::Crypt but cound't get it to work. It > doesn't create any output file. I came

Re: Anyone using CGI::Simple?

2007-01-16 Thread JupiterHost.Net
Randal L. Schwartz wrote: "Andy" == Andy Armstrong <[EMAIL PROTECTED]> writes: Has anyone heard from James Freeman, the maintainer of CGI::Simple (http://search.cpan.org/dist/Cgi-Simple/)? It's not been updated in a couple of years, the outstanding bugs appear to mostly be related to the

Re: Anyone using CGI::Simple?

2007-01-16 Thread JupiterHost.Net
Why would anyone use this instead of CGI.pm? I like it because: - uploads are handled more intuitively IMHO - no HTML stuff (although CGI's HTML methods are pretty slick) - no function/method oddness Not sure about its mod_perl issues, I use it mostly under persistent perl as anormal CGI.