Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Ray Zimmerman
At 1:17 PM -0500 11/13/00, Ruben I Safir wrote: Is that the new Machintosh BSD OS? Yes. Darwin refers to the open source BSD layers, and Mac OS X refers to the whole thing including the new Aqua UI on top and the Classic compatibility environment for running previous Mac OS apps. Mac OS X is

baffled by Directory vs. Location problem

2001-02-13 Thread Ray Zimmerman
I ran into a problem trying to get MysqlTool running under mod_perl using the instructions in the included README, so I've broken down my problem into a simple Hello World script (modified from the one in the Eagle book) that demonstrates the same problem. The problem I'm having is that I can

RE: baffled by Directory vs. Location problem [SOLVED]

2001-02-14 Thread Ray Zimmerman
Thanks ... I finally figured out what it was ... the path I was using in Directory was not consistent with the one used in DocumentRoot because of the use of symlinks. I fixed that and things are working fine now. Ray

[JOB] Perl web/database programmer needed

2001-02-21 Thread Ray Zimmerman
. Experience with embedded Perl technologies, Linux server administration, XML, Java, JavaScript and open source software are a plus. - ... e-mail me off-list if you are interested. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255

Re: HTML Mason 1.0 setup

2001-03-01 Thread Ray Zimmerman
At 11:03 AM -0800 3/1/01, Rob Bloodgood wrote: I've been using HTML::Mason under mod_perl on my site for awhile, using 0.89, and I like it lots. :-) So when the new 1.0 came out, I went to go upgrade, and broke EVERYTHING. Not only that, but, I haven't been able to make sense out of what Mason

[JOB] Web/Database Programmer/Analyst (US-NY-Ithaca)

2001-04-05 Thread Ray Zimmerman
. Contact Information: Ray Zimmerman Cornell University 428 Phillips Hall Ithaca NY 14853 Ph: (607) 255-9645

Object - RDBMS mapping tools and mod_perl

2001-05-10 Thread Ray Zimmerman
reasons why any of these may not play with with mod_perl/Mason? Thanks, -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853

Re: Object - RDBMS mapping tools and mod_perl

2001-05-11 Thread Ray Zimmerman
At 12:03 AM -0400 5/11/01, Chris Winters wrote: SPOPS is built to map objects to relational databases, or other data stores. If you're just getting/setting object properties and persistence (create/update/fetch/remove) along with relationships among the objects, you don't even need to write any

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

2001-08-01 Thread Ray Zimmerman
write-up (probably because it didn't exist then) is SPOPS, mentioned earlier in this thread. There is also a related mailing list at ... http://lists.sourceforge.net/lists/listinfo/poop-group -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
At 11:24 AM -0700 10/3/01, Wilfredo Sanchez wrote: On Wednesday, October 3, 2001, at 11:10 AM, Ray Zimmerman wrote: I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Now I'd like to include the apple_hfs_module or hfs_apple_module

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
At 2:23 PM -0400 10/3/01, John Siracusa wrote: On Wednesday, October 3, 2001, at 02:10 PM, Ray Zimmerman wrote: I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Would it be too much trouble for you to post a complete, step-by-step

OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
? Thanks, -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853

separating C from V in MVC

2002-05-29 Thread Ray Zimmerman
stuff now, I want the RIGHT way :-) ... and do I have the concepts right? -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853

Re: separating C from V in MVC

2002-06-10 Thread Ray Zimmerman
others group this kind of data together with fonts, colors, etc? And where do you define it? Very much appreciating all the MVC discussion ... -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate

requesting feedback on MVC implementation

2002-06-11 Thread Ray Zimmerman
the corresponding entry in the action table. I'm sure there are details that I haven't thought about yet, but any comments on this structure? Tear it apart! :-) -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University

O-R mapping vs. R-O mapping (was Re: separating C from V in MVC)

2002-06-14 Thread Ray Zimmerman
as opposed to cut wood. BTW, this thread should probably be moved to the poop list ... -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853

RE: [OTish] Version Control?

2002-11-01 Thread Ray Zimmerman
a different directory. Right? What I do (with a very limited number of vhosts) is have each vhost proxy to a different backend server which does have its own version of (nearly) everything. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255

URI escaping question

2002-11-14 Thread Ray Zimmerman
Suppose I have a hash of string values that I want to include in the query string of a redirect URL. What is the accepted way of escaping the values to be sure that they come through intact? Specifically, it seems that Apache::Util-escape_uri() -- Ray Zimmerman / e-mail: [EMAIL PROTECTED

URI escaping question

2002-11-14 Thread Ray Zimmerman
-escape_uri() is not escaping '=' and '' so if one of the values in the hash is a URI with a query string it messes things up. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932

crazy problem

2003-01-17 Thread Ray Zimmerman
be a permissions problem, right? If so, mod_perl would also have trouble? Any clues? I'm out of ideas ... For anyone who may have Matlab available, btw, this is only with Matlab 6. Matlab 5 (which we no longer have a license for) works just fine. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B

'die' in a CleanupHandler

2003-09-08 Thread Ray Zimmerman
Just curious ... what happens if I call 'die' in a mod_perl handler (especially a CleanupHandler)? Does it actually kill the apache child or does something catch the exception before that happens? -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone

Re: 'die' in a CleanupHandler

2003-09-08 Thread Ray Zimmerman
At 6:19 PM -0400 9/8/03, Perrin Harkins wrote: On Mon, 2003-09-08 at 16:10, Ray Zimmerman wrote: Just curious ... what happens if I call 'die' in a mod_perl handler (especially a CleanupHandler)? Does it actually kill the apache child or does something catch the exception before that happens