Re[2]: E-commerce payment systems for apache/mod_perl

2002-07-03 Thread Christopher Taranto
, Christopher Taranto WWWarehouse, Inc. At 10:43 PM 7/2/02 -0500, you wrote: Any obvious choices for a relatively small-scale e-commerce payment processing system for a server running apache / mod_perl? -- David Dyer-Bennet, [EMAIL PROTECTED] / New TMDA anti-spam in test John Dyer-Bennet 1915-2002

Re: [OT] Rewrite arguments?

2001-01-05 Thread Christopher Taranto
Would something like RewriteMap work? http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteMap At 09:43 PM 1/5/01 -0600, Les Mikesell wrote: - Original Message - From: "G.W. Haywood" [EMAIL PROTECTED] To: "Les Mikesell" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January

RE[2]: database access = How To: Linux = WinNT ODBC Proxy

2000-11-09 Thread Christopher Taranto
Check out DBI::Proxy Here is how I implemented Linux-Windows ODBC integration using DBI::Proxy 1) install all of the necessary modules on Windows machine (get off CPAN) -Net-Daemon-0.31 -PlRPC-0.2012 you will have to use nmake to compile the modules but they are a snap

Re: [slightly OT] Problem with cookies

2000-04-06 Thread Christopher Taranto
Hi Drew, My site has several domains that lead into it and I had the same problem with cookies that I fixed this way. Here's how I ended up doing the redirections using mod_rewrite and a perl script (which needed to be portable in my case). This could have probably been done simpler and more