I have a Netware server 6.5 sp6 with Apache 2.0.59. I am trying to use some perl scripts to send HTML form data back to a particular e-mail address. The scripts work on my workstation with my active perl but fail running on the server.
Error message: Can't call method "mail" on an undefined v
On Tue, Sep 30, 2008 at 1:11 PM, David Nicol <[EMAIL PROTECTED]> wrote:
> On Tue, Sep 30, 2008 at 11:40 AM, Perrin Harkins <[EMAIL PROTECTED]> wrote:
>> I don't use it, but it can do auth and serve images.
>
> as can Apache itself, with appropriate access control. The two steps
> (this should not
On Tue, Sep 30, 2008 at 11:40 AM, Perrin Harkins <[EMAIL PROTECTED]> wrote:
> I don't use it, but it can do auth and serve images.
as can Apache itself, with appropriate access control. The two steps
(this should not be news to anyone here) are checking the auth then
something like "exec cat $fil
On Tue, Sep 30, 2008 at 8:11 AM, Jeff Pang <[EMAIL PROTECTED]> wrote:
> AFAIK, Perlbal is reverse proxy before the webserver, not a real web server.
I don't use it, but it can do auth and serve images. If you read the
presentations about LiveJournal's backend, they explain this.
- Perrin
On Mon, 29 Sep 2008 17:04:29 -0400
"Perrin Harkins" <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 29, 2008 at 3:00 PM, Mark Stosberg <[EMAIL PROTECTED]> wrote:
> > We have a large, busy, database application that relates to millions of
> > photos, which we also need to store and display.
>
> Have you
> Usually people just make sure inserts/updates to the photo table is
> done in a transaction and if that transaction succeeds or fails, it
> does the appropriate write/delete on the file system.
I could perhaps be better about "rolling back" file system actions
if a DB transaction files.
I'l
> One point I am curious about, is what kind of file structure you use to
> store the millions of images on the filesystem. I can't imagine that
> you do it really into one flat directory ?
Thanks for the response.
We use the 'md5' scheme in CGI::Uploader. From the docs:
"[We] will creat
Himanshu wrote:
A newbie question in the insightful thread. Can serving static files
and cookie authentication go together?
Yes. You can do this with something like mod_auth_tkt in a proxy web server (very light) and have a
backend mod_perl (or php, or Java, etc) server set the cookie after
> Message du 29/09/08 23:05
> De : "Perrin Harkins"
> A : "Mark Stosberg"
> Copie à : modperl@perl.apache.org
> Objet : Re: Any success with storing photos in a database?
>
>
> On Mon, Sep 29, 2008 at 3:00 PM, Mark Stosberg wrote:
> > We have a large, busy, database application that relates to m