Re: DBD::Sybase / freetds / Apache::DBI / ?

2007-11-28 Thread adam . prime
This turned out to just be a misconfiguration more than anything else. the dsn was getting changed by some rogue code, and as a result it wasn't defined in the freetds.conf, however, the new servername resolved fine through DNS so it still connected ok. The problem was that it defaulted t

DBD::Sybase / freetds / Apache::DBI / ?

2007-11-28 Thread adam . prime
We have a long standing problem pulling data from ntext fields in a server running MSSQL 2000, which i always assumed was a problem with freetds and or DBD::Sybase. However, I've actually done some investigation today, and i've discovered that the particular code that's causing problems a

Re: CGI->params() should be tainted, right?

2007-11-28 Thread Kevin Spencer
On Nov 26, 2007 4:45 PM, jalex <[EMAIL PROTECTED]> wrote: > > > Scott Gifford wrote: > > > > > > FYI, this test case works properly under my installation of Debian > > mod_perl 1.29.0.2 under apache 1.3.34. > > > > Jalex, you might want to print out the value of your test variable and > > make sure

Re: REST

2007-11-28 Thread Ben van Staveren
HTML::Mason, Rose::DB and dhandlers are your friend. On the face of it this is the sort of thing mod_perl should excel at. Does it? Can you intercept requests like this one above? Which API methods should I be looking at? smime.p7s Description: S/MIME cryptographic signature

Re: How will I know when I'm ready for mod_perl?

2007-11-28 Thread CraigT
Perrin, I'm up under mod_perl without any errors. I've been testing since yesterday. The app I'm developing is several meg of code and I've been through it all several times. A neat thing about making the transition from cgi-bin to mod_perl is that the pragma and additional error checking re

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-28 Thread Neil Shephard
On Nov 28, 2007 3:56 PM, Geoffrey Young <[EMAIL PROTECTED]> wrote: > > I don't see the problem at first glance, but what you're asking apache > to do is odd here - generally refers to a uri path component > (/foo/bar/) while refers to a filename (/foo/bar/baz.pl). so, > I'd rather see something

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-28 Thread Geoffrey Young
> If there is a syntax error with the then I'd > appreciate it if someone could explain what it is and how to correct it > (likewise with any conflicts). I don't see the problem at first glance, but what you're asking apache to do is odd here - generally refers to a uri path component (/foo/bar

Re: REST

2007-11-28 Thread Beginner
> Beginner wrote: > > On the face of it this is the sort of thing mod_perl should excel at. > > Does it? Can you intercept requests like this one above? Which API > > methods should I be looking at? > Take a look at CGI::Application using CGI::Application::Dispatch > (warning, the latter is my

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-28 Thread Neil Shephard
Perrin Harkins wrote: > > On Nov 26, 2007 4:14 PM, Neil Shephard <[EMAIL PROTECTED]> wrote: >> So it appears to me that apache "doesn't like" the regular expression. >> Has >> anyone else experienced this problem? Is it a bug that needs reporting? > > If Apache didn't like them, it would ref