Re: Cookies, CGI::App, and mod_perl

2003-08-03 Thread Tom Hukins
site with various browsers, then analysing TCP streams in ethereal to see exactly what's happening. Tom

Re: caching questions

2003-07-22 Thread Tom Schindl
Sorry to step in here, but could I use any of the caching modules you mentionned in mod_perl2? thx tom Am Mon, 2003-07-21 um 21.45 schrieb Perrin Harkins: On Sun, 2003-07-20 at 15:47, Patrick Galbraith wrote: One thing that my code does is check to see if it's cache has been updated

Use mod_perl2 in production environment?

2003-06-13 Thread Tom Schindl
Apache1+mod_perl1 under Win32 to be stable. My job is it now to write a response to our customer and I want to have some information from developers and/or users about the stability of Apache2+mod_perl2+Unix and Apache1+mod_perl1+Win32. thx Tom

RE: mod_perl not sending cookies

2003-03-13 Thread Tom Murphy
Usually when I have this problem the path and/or domain is incorrect. Try it without either. Tom -Original Message- From: Andrew Fritz [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:25 PM To: [EMAIL PROTECTED] Subject: mod_perl not sending cookies I'm using

RE: mod_perl not sending cookies

2003-03-13 Thread Tom Murphy
Message- From: Andrew Fritz [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 7:07 PM To: Tom Murphy Subject: Re: mod_perl not sending cookies Bingo! That did it. I removed the path and domain and it works. No, the dumb questions: any idea what they should be set to to make

PerlCleanupHandler called from default-handler

2003-03-04 Thread Tom Murphy
that: ..a C module has to specifically want this processing to occur-it is not called automatically. How do I allow for this handler to be called on all requests? Note I also tried this as a PerlLogHandler to no avail. TIA, Tom Murphy

RE: crazy problem

2003-01-17 Thread Tom Murphy
for) works just fine. Yup, I suspect Matlab 6 requires a newer shared library of some sort. Cheers, Tom Murphy

Access to ap_send_fd_length in 1.0

2002-12-16 Thread Tom Murphy
response? With the clients encrypted documents, I have the documents in memory only. I would like to use the send_fb/send_fb_length call in a similar fashion. I haven't done any XS/guts type programming, so I'm hoping this will be a relatively simple task. Thanks for any pointers, Tom Murphy

Re: Problems with Apache::compat and german special chars

2002-12-10 Thread Tom Schindl
one more patch on Apache::compat. When SUBMITING-Forms a whitespace(\s+) is replaced by +. We have to retransform this. Am Son, 2002-12-08 um 21.46 schrieb Tom Schindl: Problems with Apache::compat CGI-PARAM-STRING: header=%DC%DC%DC%DCbody=%D6%D6%D6%D6type=save_thread

Re: Can't find Apache::ModuleConfig

2002-12-09 Thread Tom Schindl
Am Mon, 2002-12-09 um 03.06 schrieb Stas Bekman: Tom Schindl wrote: Thanks Stas. The documentation on perl.apache.org pointed me in a wrong direction (e.g. Apache::DBIPool (http://perl.apache.org/docs/2.0/user/overview/overview.html#Apache__DBIPool)) --cut

Re: Can't find Apache::ModuleConfig

2002-12-08 Thread Tom Schindl
read params sent via GET or POST? In mod_perl-1.2x this was done via $r-param(bla). Apache::RequestRec does not provide such an method. 2) Will Apache::TIPool ever implemented? thx tom Am Son, 2002-12-08 um 10.27 schrieb Stas Bekman: Tom Schindl wrote: Hi, I've installed perl-5.8.0

Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
there? cut-- map { s/%([0-9a-fA-F]{2})/pack(c,hex($1))/ge; $_; } split /[=;]/, $string, -1 cut-- thx tom -- b e s t s o l u t i o n . a tEDV Systemhaus GmbH

Re: Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
that HTML::Entities converts characters this way, so it should work in most situations. Still does anybody know what's wrong with pack into mod_perl although it works in perl itself without any problems. I've also added a diff. thx tom Am Son, 2002-12-08 um 21.46 schrieb Tom Schindl: Problems

Re: Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
Sorry here's the diff which includes one more thing: When SUBMITING-Forms a whitespace(\s+) is replaced by +. We have to retransform this. tom Am Son, 2002-12-08 um 22.39 schrieb Tom Schindl: I've found a work around for the problem, i would call it a patch because i don't know yet which side

Can't find Apache::ModuleConfig

2002-12-06 Thread Tom Schindl
.x and mod_perl-1.2x, I found the module. Where has it gone now, do I have to use another module instead? thx tom -- Tom Schindl [EMAIL PROTECTED] signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: adding company Foo uses mod_perl ads

2002-11-25 Thread Tom Servo
You're absolutely right about this, more importantly that IT manglement tends to be really impressed by that.It doesn't seem to matter how many advantages I espouse to my managers here, nothing convinces them more quickly than Company X uses mod_perl. Kinda like they're not willing to come

Re: How do I force a 'Save Window?'

2002-11-20 Thread Tom Hukins
not registered with the IANA. Why not use the application/octet-stream MIME type as recommended in RFC 1521? Tom

[OT] Re: Yahoo is moving to PHP ??

2002-10-30 Thread Tom Servo
Check out their online map site, they do use Python for that. snippet o' URL: http://maps.yahoo.com/py/maps.py?BFCat=. You know you're going to have a bad day when you see the sun come up. Over the curb. Brian Nilsen [EMAIL PROTECTED] On Thu, 31 Oct 2002, Gunther Birznieks

Re: SSL - mod_gzip - mod_perl = mod_proxy error

2002-10-21 Thread Tom Hukins
sent through such devices, or from using other techniques such as stripping redundant whitespace from HTML. In my experience, most ISDN connections don't use link level compression - techniques such as mod_gzip have some merit in this case. Tom

PerlHandler Inheritance

2002-10-04 Thread Tom Servo
This is probably a pointless question, but I'm mostly just curious if there is any way to get this to work. I've got two modules, Parent.pm and Child.pm. Parent.pm has a sub handler in it, and Child.pm has Parent in ISA. I can run a little driver script over these two and call Child::handler

Re: PerlHandler Inheritance

2002-10-04 Thread Tom Servo
That was exactly it, prototyping did the trick perfectly. I honestly had no idea that it would even have an effect on this. Thanks! On Fri, 4 Oct 2002, Geoffrey Young wrote: Tom Servo wrote: This is probably a pointless question, but I'm mostly just curious if there is any way

Re: AxKit under Win32

2002-09-11 Thread Tom Hukins
://www.perl.com/pub/a/2002/03/12/axkit.html?page=2 might also help. Tom

Re: [mp2.0] wrong crypt behavior

2002-09-06 Thread Tom Prochzka
Fri, Sep 06, 2002 ve 09:57:01AM +0200 Enrico Sorcinelli napsal(a): On Fri, 6 Sep 2002 08:23:33 +0200 Tom? Prochzka [EMAIL PROTECTED] wrote: Hello, I use own PerlAuthenHandler module to verify users' login and password from database. For comparsion of password user entered

[mp2.0] wrong crypt behavior

2002-09-05 Thread Tom Prochzka
Hello, I use own PerlAuthenHandler module to verify users' login and password from database. For comparsion of password user entered and password stored in database is crypt function used. Here is the code: my $real_pass = $d-[0][0]; # crypted password from database my $salt = substr

Make test failure when installing mod_perl 2.0 on Solaris 8 with Apache 2

2002-08-20 Thread Tom Hibbert
to these errors with no such luck, and would appreciate it if anyone on this list can shed some light on these errors and how I might resolve them. Thanks, Tom

Re: Mod_perl Application Development

2002-08-19 Thread Tom Hukins
, I've found its query() method useful to tell the controller what code to call to pass data back to the template: http://perlmonks.org/index.pl?node_id=150608 Tom

__floatdisf: error Compling mod_perl 1.27, apache 1.3.26 on Solaris 8 with gcc 2.95.2

2002-08-15 Thread tom . robinson
think the errors are: internal/http-get.Internal Server Error internal/http-postInternal Server Error My main concern is the first error though. I've tried many options and settings and browsed the archives but I'm still not able to get this working. :-( Any help is appreciated, Tom My

Possible naming error when extracting mod_perl 2 tarball

2002-08-15 Thread Tom Hibbert
was just wondering if this was correct (i.e mod_perl 2.0 extracting to mod_perl 1.99 directory). After looking at the files it looks like it is mod_perl 2 and therefore just a naming error in the archive - a minor issue, but I thought I would ask. Cheers, Tom

SOLVED: How to access base environment from Perl sections

2002-08-15 Thread Tom Mornini
Sections section of the guide? After all, the guide already mentions something very similar to this. -- -- Tom Mornini -- InfoMania Printing and Prepress -- -- ICQ: 113526784, AOL, Yahoo, MSN and Jabber: tmornini

Re: SOLVED: How to access base environment from Perl sections

2002-08-15 Thread Tom Mornini
On Thursday, August 15, 2002, at 07:47 PM, Stas Bekman wrote: Tom Mornini wrote: Perhaps it's obvious but after years of mod_perl, I was blocked, probably because using this basic Perl ability is frowned upon in mod_perl due to performance issues. Of course, during startup, performance

Perl sections and Apache-request-subprocess_env

2002-08-14 Thread Tom Mornini
terpreter creation. However, I cannot figure out how to do this in Perl> sections! Apache->Request returns undef (reasonably so, as there is no current request) So, the question is this: How to get the equivalent of $r->subprocess_env from within a Perl> section? -- -- Tom Mornini

mod_perl install on SGI

2002-08-09 Thread Tom Keller
using /var/inst/fw_apache which is the downloaded source file. No dice. Any suggestion would be appreciated. Thanks, Tom Keller Thomas J. Keller, Ph.D. Oregon Health Science University MMI Research Core Facility 3181 SW Sam Jackson Park Rd. Portland, OR, USA, 97239 http://www.ohsu.edu/core

OT Job discussion, was Re: [JOB] Crack OOP Perl whitebox tester wanted

2002-06-22 Thread Tom Mornini
. When I saw my reply come back on the list, I was very surprised. I apologize for making such a silly mistake. I agree that posting my response to the list was severely off topic and completely inappropriate. -- -- Tom Mornini -- InfoMania Printing and Prepress -- -- ICQ: 113526784, AOL, Yahoo

[JOB] Crack OOP Perl whitebox tester wanted

2002-06-21 Thread Tom Mornini
d that way. :-) Pay and benefits are good, though it's no longer 1998. :-) Best benefit is working with a small group of people that are highly motivated by doing it right. -- -- Tom Mornini -- eWingz Systems, Inc. -- -- ICQ: 113526784, AOL, Yahoo, MSN and Jabber: tmornini

Knowing your limitation - was Re: [JOB] Crack OOP Perl whitebox tester wanted

2002-06-21 Thread Tom Mornini
world and don't accept just the best you can find in your area, and you'll find that you solutions aren't also as limited...   -Zac Morris - Original Message - From: Tom Mornini To: [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 11:30 PM Subject: [JOB] Crack OOP Perl whitebox tester wanted W

Re: CGI::Application

2002-06-16 Thread Tom Mornini
. This proved a good strategy when we decided to implement a SOAP interface to some of our functionality. We made some new glue code in CompanyName::SOAP::page1 that was based on SOAP::Lite and it was just as easy as it should be, with 100% code reuse. -- -- Tom Mornini -- InfoMania Printing and Prepress

Re: Logging under CGI

2002-06-11 Thread Tom Brown
On Tue, 11 Jun 2002, Sam Tregar wrote: On Mon, 10 Jun 2002, Tom Brown wrote: ?? AFAIK, Files opened in append mode, and written to without buffering, should _not_ get corrupted in any manner that flock would prevent. (basically small writes should be atomic.) Right, and does Perl

Re: Load Balancing, mod_proxy, rewrite problem

2002-05-14 Thread Tom Lancaster
think this patch causes problems with the automatic adding of trailing /'s on URLs. Tom On Tue, May 14, 2002 at 12:19:44PM -0400, Perrin Harkins wrote: mire wrote: I have code like this: RewriteEngine On RewriteLog /var/site/rewrite.log RewriteMaplb

Re: Load Balancing, mod_proxy, rewrite problem

2002-05-14 Thread Tom Lancaster
On closer examination, I don't think this will solve your problem - this helps when you want to proxy something that's been included via mod_include. Tom On Tue, May 14, 2002 at 09:32:54AM -0700, Tom Lancaster wrote: I think I had a similar problem. It's a while since I tackled it, so I

Re: cannot build mod_perl-1.99_01 with httpd-2.0.36

2002-05-13 Thread Tom Kralidis
use in this function) make[1]: *** [apache_cookie.lo] Error 1 make[1]: Leaving directory `/usr/local/src/apache/httpd-2.0.36/libapreq-1.0/c' make: *** [all-recursive] Error 1 Any suggestions? Thanks ..Tom _ MSN Photos

cannot build mod_perl-1.99_01 with httpd-2.0.36

2002-05-11 Thread Tom Kralidis
for it? Thanks alot. ..Tom _ Chat with friends online, try MSN Messenger: http://messenger.msn.com

Re: Solaris 8 lockups

2002-04-19 Thread Tom Servo
it with mod_perl compiled into apache. Peace, Jamie On Thu, Apr 18, 2002 at 10:39:31AM -0700, Tom Servo wrote: We've recently started trying to migrate a number of Solaris 7 machines to Solaris 8, and everything seemed fine for a while. We have each box running its own static, dynamic

Re: Solaris 8 lockups

2002-04-18 Thread Tom Servo
We're running Apache 1.3.12, as for the mod_perl version, it's not reported in the logs when the servers start and there doesn't seem to be any source lying around, so I'm not sure how to determine its version number. If you could point me in the right direction on that, I'd appreciate it.

Re: Solaris 8 lockups

2002-04-18 Thread Tom Servo
Nevermind about mod_perl version number, looks like we're running 1.24 Brian Nilsen [EMAIL PROTECTED] On Thu, 18 Apr 2002, Marc Slagle wrote: What version apache/mod_perl are you running? Also, were these intel solaris 7 servers or sparc? We've recently started trying to

Solaris 8 lockups

2002-04-18 Thread Tom Servo
We've recently started trying to migrate a number of Solaris 7 machines to Solaris 8, and everything seemed fine for a while. We have each box running its own static, dynamic (mod_perl) and ssl servers, and everything runs fine for 3-7 hours after starting the server. Eventually, however, the

Re: Sharing Variable Across Apache Children

2002-04-17 Thread Tom Brown
Is the webserver useful if you have an error that warrants sending a mail? If sending an email means the server is broken having a flood of mails may be a feature. It will be incentive to fix whatever is breaking your server/db. Also, I would strongly recommend keeping your warning system as

Re: modperl and SQL db select

2002-03-21 Thread Tom Mornini
a recursive query. Vanilla SQL, perhaps, but not Oracle's flavor! CONNECT BY PRIOR :-) -- -- Tom Mornini -- eWingz Systems, Inc. -- -- ICQ: 113526784, AOL: tmornini, Yahoo: tmornini, MSN: tmornini

RE: loss of shared memory in parent httpd

2002-03-14 Thread Tom Brown
On Thu, 14 Mar 2002, Bill Marrs wrote: It's copy-on-write. The swap is a write-to-disk. There's no such thing as sharing memory between one process on disk(/swap) and another in memory. agreed. What's interesting is that if I turn swap off and back on again, what? doesn't seem to me

Re: loss of shared memory in parent httpd

2002-03-12 Thread Tom Brown
No, I can't explain the nitty gritty either. :-) Someone should write up a summary of this thread and ask in a technical linux place, or maybe ask Dean Gaudet. I believe this is a linux/perl issue... stand alone daemons exhibit the same behaviour... e.g. if you've got a parent PERL daemon

Re: Urgent: Can we get compiled codes(class files in java) in perl like in java

2002-03-07 Thread Tom Brown
By 'compiled code ... just like that in Java' do you mean byte code? You may want to look at http://perlmonks.org/index.pl?lastnode_id=864node_id=76685 which I found by searching for 'compiled' at perlmonks.org. Your client is making a strange request. Most people put a higher value on source

Re: How to do connection pooling

2002-02-28 Thread Tom Hukins
on Perl Monks today: http://perlmonksorg/indexpl?node_id=148233 Tom

Re: load balancing on apache

2001-12-14 Thread Tom Mornini
nasty solution (lots of errors in the log files, otherwise worked OK) so we instead used good old mod_log_config and piped the output to a Perl program that spreads the logs. -- -- Tom Mornini -- InfoMania Printing Prepress

Re: Perl and Microsoft Excel?

2001-11-29 Thread Tom Servo
There's probably a far better answer to this than I can give, but if not, an interim solution might be having whoever maintains these Excel files save them as .csv files. Excel can do that, and while you lose all the fancy formatting, it just dumps them in a comma seperated list, then you can

Re: [modperl-site design challenge]

2001-11-26 Thread tom poe
: Think Accessibility! You really should be setting this up for global accessibility and for those with disabilities!Standards begin here, don't you think? Just a thought, Tom

Re: receiving XML by POST

2001-11-26 Thread Tom Servo
On Mon, 26 Nov 2001, Joshua Chamas wrote: Maarten Stolte wrote: Hello, i'm trying to figure out how to receive an xml message/file/stream(?) using POST, and how to be able to then send that to somewhere else (DBI). We're using MASON, don't know if that is information needed in

Re: Cookie authentication

2001-11-15 Thread Tom Bille
The aim of the cookie example in the eagle book is a bit more than just authentication. Most of the answers here to use a session ID here are quite right for most purposes, but the code in the eagle book offers to store information on the client side with the security of a signature. Its NOT

Re: [challenge] new mod_perl site

2001-11-14 Thread tom poe
the http://perl.apache.org/embperl/IntroEmbperlObject.pod.2.html Say, there's no deadline on this thing, is there? grin Tom

Re: [challenge] new mod_perl site

2001-11-13 Thread tom poe
the http://perl.apache.org/embperl/IntroEmbperlObject.pod.2.html Say, there's no deadline on this thing, is there? grin Tom

Alias apache not work with include virtual

2001-11-06 Thread Trieu (Tom) Mai
://myserver/site/test.hml If there is a solution, please let me know. thanks. Tom _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

mod_perl, pipes, and No child processes

2001-11-06 Thread Tom Servo
Hello all. I'm writing an app that opens a pipe to sendmail, which if memory serves, forks off a child process of apache to do the pipe, then exits as soon as it's finished. I was doing this with MIME::Lite, and it's been working absolutely splendidly on Linux and on Solaris 7. However, on

Re: mod_perl, pipes, and No child processes

2001-11-06 Thread Tom Servo
Any ideas what is causing this? Like I said, the mail goes out fine, but it makes it pretty difficult to check the return code since it's always coming back false. Shouldn't you check $? instead? I was under the assumption that doing something similar to: my $returnval =

Re: mod_perl, pipes, and No child processes

2001-11-06 Thread Tom Servo
On Tue, 6 Nov 2001, Luciano Miguel Ferreira Rocha wrote: I was under the assumption that doing something similar to: my $returnval = $msg-send(); Would give a similar answer. I'll give the $? a shot though. I've noticed that from the shell, it always has a 0, and that

Re: Odd problem with Perl sections

2001-10-25 Thread Tom Mornini
On Wednesday, October 24, 2001, at 06:38 PM, Carolyn wrote: On Wed, Oct 24, 2001 at 03:01:25AM -0700, Tom Mornini wrote: in httpd.conf: 1 Perl 2$ErrorLog = |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR; 3 /Perl 4 ErrorLog |/home/tmornini/Source/ewingz/bin

Re: Odd problem with Perl sections

2001-10-25 Thread Tom Mornini
On Wednesday, October 24, 2001, at 07:25 PM, Carolyn Hicks wrote: On Wed, Oct 24, 2001 at 06:52:13PM -0700, Tom Mornini wrote: I don't believe that single quotes -vs- double quotes would make a difference. Both things end up a single scalar, and I seriously doubt that Apache can tell

Re: Odd problem with Perl sections

2001-10-25 Thread Tom Mornini
On Wednesday, October 24, 2001, at 11:38 AM, Scott Lanning wrote: On Wed, 24 Oct 2001, Tom Mornini wrote: 1 Perl 2$ErrorLog = |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR; 3 /Perl 4 ErrorLog |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR [snip

Re: [OT] excellent modperl/etoys article by Perrin revisited

2001-10-25 Thread Tom Servo
I was told over the weekend by one of my old eToys cow-orkers that the current incarnation of www.etoys.com isn't running our old code. Leave it to KB to buy all the code then not bother to use it. I understand that's also the reason they couldn't be bothered to migrate the old accounts over.

Odd problem with Perl sections

2001-10-24 Thread Tom Mornini
server-info: Apache Server Information Server Settings, mod_perl.c, mod_log_spread.c, mod_access.c, mod_rewrite.c, mod_info.c, mod_status.c, mod_mime.c, http_core.c OHHorizontalRule.pdf Server Version: Apache/1.3.20 (Unix) mod_perl/1.26 -- -- Tom Mornini -- InfoMania Printing Prepress

Re: Excellent article on Apache/mod_perl at eToys

2001-10-19 Thread Tom Servo
If memory serves, I think we had something like 20-30 proxy servers and I think, at the end, we had w21 through w112 for app servers, so something like 92 app servers. I don't remember how many search boxes though. Thanks for the article Perrin, I didn't know half of what you, Ollie, Chris,

Galleries/ModPerl/Images

2001-10-10 Thread Tom Allen
I just caught the end of the discussion about Stonhenge::Pictures and Apache::Gallery ... I have been working on setting up a photography site for myself and a few other digital photographers. Is there a reason NOT to put the images in a database? It certainly seemed to speed up pattern

The DEFINITIVE answer to: How much should I charge?

2001-10-10 Thread Tom Mornini
of the world where free markets and capitalism did not exist? Perhaps in socialistic colleges in the U.S.? :-) -- -- Tom Mornini -- InfoMania Printing Prepress

Re: [OT] New Micro$oft vulnerability?

2001-09-18 Thread Tom Servo
Slashdot has a report on this now, looks like a similar worm to CodeRed, but this one tries to hit numerous vulnerabilities, including backdoors left open by CodeRed. Brian Nilsen [EMAIL PROTECTED] On Tue, 18 Sep 2001, Nick Tonkin wrote: Sorry for the off-topic post; there was

Re: [OT] New Micro$oft vulnerability?

2001-09-18 Thread Tom Servo
You're tellin' me, I've now had word come down that we need to do a full audit of our Apache and *nix installations to make sure that they're okay. Nevermind the fact that the only problems we have so far is people opening up files called readme.exe in their e-mail. *slapsforeheadinfrustration*

Re: POST params with Location

2001-09-10 Thread Tom Servo
There could be something I'm missing here, but I believe you need to use $r-content() to get POST arguments. Beware though, that once you call content() you can't call it again, so hang onto whatever comes out of it. Also...isn't it $r-args() or am I just completely missing something here?

Re: cc=gcc

2001-08-31 Thread Tom Allen
will have to edit, and its not a permanent solution. I don't know if there is a configure directive. Tom Allen

Re: $r-args()

2001-08-29 Thread Tom Servo
Once you change the method to GET and put the content in with $r-args();, it becomes GET data from the query_string. All the POST data is lost when you call content(), so you can no longer read it as POST data with $r-content() again. Brian Nilsen [EMAIL PROTECTED] On Wed, 29 Aug

Environment variables and mod_perl

2001-08-28 Thread Tom Mornini
, mod_log_spread.c, mod_access.c, mod_rewrite.c, mod_info.c, mod_status.c, mod_mime.c, http_core.c Linux version 2.4.2-2 ([EMAIL PROTECTED]) (gcc version 2.96 2731 (Red Hat Linux 7.1 2.96-79)) #1 Sun Apr 8 20:41:30 EDT 2001 -- Tom Mornini -- eWingz Systems, Inc. -- ICQ 113526784

Re: Connection Reset on Mandrake Linux 8.0 / Apache 1.3.20 / ModPerl 1.26

2001-08-25 Thread Tom Allen
Philip Mak wrote: I tried telneting to your web server to see what's going on. Look at this: $ telnet www.nonserviam.net 80 Trying 65.34.152.103... Connected to nonserviam.net. Escape character is '^]'. GET /modperl/index.pl HTTP/1.1 Host: www.nonserviam.net Hello!Connection closed

Re: Just while we are so nicely [OT]: SQL Search Results in pages

2001-08-03 Thread Tom Mornini
! Just store the results in your session, and display from there... -- -- Tom Mornini -- ICQ 113526784

Re: dbi abstraction layer on perlmonks

2001-08-03 Thread Tom Mornini
On Thursday, August 2, 2001, at 03:00 PM, Robert Landrum wrote: Sweet... I was getting kinda tired of my Linux box going down on me. You must be thinking Windows! -- -- Tom Mornini -- ICQ 113526784

Apple not yukky aymore: was [OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Tom Mornini
) in EVERY OS BOX CVS, SSH, Apache, Perl, etc. in EVERY OS BOX Nothing yuk about Apple anymore, at least on the software/OS side of the house! Apple = NeXT ! Thank God! Hell, in 15 or 20 years, this OS could be as enlightened as Linux. :-) -- -- Tom Mornini -- ICQ 113526784

Re: [VERY OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Tom Mornini
. There is always more then one way to do it, and there's usually more then one right way to do it. Let's keep that in mind. Agreed. However, Perl + HTML + SQL isn't one of the right ways! :-) -- -- Tom Mornini -- ICQ 113526784

Re: Ultimate Bulletin Board? Jezuz.

2001-07-27 Thread Tom Servo
i am tasked with the job of integrating Ultimate Bulletin Board (or UBB, from http://www.infopop.com) into a client's site. they have an I'm sorry. We were running the UBB for a while and have had a few headaches. 1. the quality of [perl] code in UBB is so phenomenally bad i can't

Re: Post processing Perl output through PHP

2001-07-15 Thread Tom Brown
better, someone has written a makerpm.pl script which will build a .spec file for an RPM, from which you can build .src.rpm or .i386.rpm files... there is a version out there that works with rpm4, I won't post the it here in the hopes that someone who is maintaining a version _will_ speak up...

JOB: White box tester/developer

2001-07-12 Thread Tom Mornini
, however, so telecommuting is definitely an option. Pay and benefits are good, though it's no longer 1998. :-) Best benefit is working with a small group of people that are highly motivated by doing it right. -- -- Tom Mornini -- eWingz Systems, Inc. -- ICQ 113526784

RE: Apache 1.3.20, modperl 1.25, win32

2001-06-15 Thread Tom Gioconda
eventually, if I change to IIS, I probably can never go back. What's the verdict: am I simply damned to IIS? -Tom From: Ender Josef [EMAIL PROTECTED] To: 'Tom Gioconda' [EMAIL PROTECTED] Subject: RE: Apache 1.3.20, modperl 1.25, win32 Date: Fri, 15 Jun 2001 08:18:18 +0200 Hi Tom Don't know anything

Re: templating benchmarks...

2001-06-09 Thread Tom Lancaster
of html pages also plays a part. What do y'all think ? Tom _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

Re: undef an array

2001-06-01 Thread Tom Mornini
anything, but you'll never get the memory back until the child dies. It will run fast, however. :-) -- -- Tom Mornini -- InfoMania Printing and Prepress

Re: undef an array

2001-06-01 Thread Tom Mornini
@$upper_id, $row[0];', but no biggie. No biggie certainly. -- -- Tom Mornini -- InfoMania Printing and Prepress

forced win32 mod_perl

2001-05-24 Thread Tom Gioconda
to a point where they'll work in a production environment, or am I simply screwed and have to work around my company's dumb decree? Any help would be appreciated, although no comments on my company's IT policies, please... :) -Tom

Re: forced win32 mod_perl

2001-05-24 Thread Tom Gioconda
find anything about content handlers on their sites. From: Chris Winters [EMAIL PROTECTED] To: Tom Gioconda [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: forced win32 mod_perl Date: Thu, 24 May 2001 20:44:01 -0400 ActiveState sells a (IMO) cheap solution for just this sort of thing: PerlEx

Re: Connection to MySQL DB fails when mod_perl enabled...

2001-05-21 Thread Tom Lancaster
in /var/log/httpd/error_log, but defined in your apache configuration. -- Tom Lancaster Red Hat, Inc. [EMAIL PROTECTED] (510)-986-8770 x 354

Re: Throwing die in Apache::Registry

2001-05-04 Thread Tom Harper
or so) so it would return a useful error message rather than just die uninformatively. Maybe this is what you were asking about? Tom At 09:19 AM 5/4/01 +0100, Matt Sergeant wrote: On Fri, 4 May 2001, Perrin Harkins wrote: on 5/4/01 9:28 AM, Mark Maunder at [EMAIL PROTECTED] wrote: I have

Re: HELP??? Installation on MAC OS X

2001-04-29 Thread Tom Mornini
Tenon Systems has a current version of Apache with complete GUI administration engine at http://www.tenon.com/products/itools-osx/ This is a commercial product... On Friday, April 27, 2001, at 10:16 PM, Charlie Garrison wrote: G'day, I am trying to install mod perl on the Apple OS X Server

Re: ANNOUNCE: Apache::Reload 0.07

2001-04-23 Thread tom
add something to this effect to the docs. Regards, Tom On Sun, Apr 22, 2001 at 07:14:34PM +0100, Matt Sergeant wrote: This is a minor update as promised with some patches from a couple of sources to help reload when use lib is in effect. Let me know if it works (or doesn't) please

Re: Sendmail or not?

2001-04-08 Thread Tom Mornini
load balanced group of systems. On Sunday, April 8, 2001, at 02:52 AM, Per Einar wrote: -- -- Tom Mornini -- ICQ 113526784

Re: Sendmail or not?

2001-04-08 Thread Tom Mornini
On Sunday, April 8, 2001, at 04:16 PM, Ask Bjoern Hansen wrote: On Sun, 8 Apr 2001, Tom Mornini wrote: I don't understand why anyone would do anything else than just forking to qmail-inject. At least on Linux and FreeBSD that goes reasonably fast (you're not sending hundreds and hundreds

Re: mod_parrot

2001-04-02 Thread Tom Mornini
Hmmm. What was the date that this was announced? :-) On Monday, April 2, 2001, at 06:48 AM, Rod Butcher wrote: Does this mean Perl 6 is dogmeat ? Rod On Monday 02 April 2001 12:20, Bill Moseley wrote: I assume everyone saw this... ;) http://www.oreilly.com/parrot/ Bill Moseley

Re: mod_perl BOF

2001-03-29 Thread tom
Which hotel? On Thu, Mar 29, 2001 at 02:55:35PM +0100, Matt Sergeant wrote: On Thu, 29 Mar 2001, Geoffrey Young wrote: speaking of which, is there a meeting place for tuesday night? That's a no-brainer. The hotel bar! (I'm not really obsessed with beer, honest guvnor) -- Matt/

Re: how to prevent ie ( et al ) from resubmitting POST info

2001-03-29 Thread tom
Aha! I knew I should have stopped taxing my brain about this one long ago! The answer is simple: when your head hurts, ask the list. Thanks very much. On Thu, Mar 29, 2001 at 10:17:24AM -0800, Jeffrey W. Baker wrote: On Thu, 29 Mar 2001 [EMAIL PROTECTED] wrote: Anyone have any tricks

perl session management

2001-03-27 Thread tom joseph
Hello there.. Could u suggest a way to update a session variable. At present it is not possible for me to update a session variable from any other page. I thought it would be automatically updated when i do a new insertion into the session variable which in my case is a hash. Is there any other

  1   2   3   >