0.04 2004-05-13
- Calling clean_request_args() on the ApacheHandler object at the end
of the request is no longer needed. Thanks to Ken Williams for
suggesting that I use $r->pnotes(). But why didn't I think of that?
-dave
/*===
House Absolute Consulting
www.houseabsolut
On Wed, 12 May 2004, John Siracusa wrote:
> > I hope to make ApacheHandler a little less self-contained in the next
> > major release (1.4), but for now I'm stuck with nasty hacks.
>
> ...which begs the question, why not use an interp in MasonX::WebApp instead
> of trying to wedge in behind Mason'
On 5/12/04 12:30 PM, Dave Rolsky wrote:
> On Wed, 12 May 2004, John Siracusa wrote:
>>> You must call clean_request_args() on the ApacheHandler object at the end of
>>> the request, unless you are making a new ApacheHandler object for every
>>> request. Otherwise bad things will happen.
>>>
>>> Th
Thanks, Guys,
I ended up installing Apache::DBI from CPAN and it is under /home/dssweb/local-perl/lib/site_perl/5.8.3. I was mistaken that Apache::DBI would come with apache.
Event though it was, for some reason it didn't get installed.
Anyways, it is working now.
Cheers, Isarin
Perrin
Hi All,
I'm having problems with internal_redirect
My content handler calls
$r->internal_redirect("/davhome/depts/tst/tstmb7/");
This is in repsonse to a request from webDAV client for uri:
ivy/dav/home?0093
So I would expect the DAV client to behave the same whether I pointed it at
http:/
On Wed, 2004-05-12 at 14:32, I S wrote:
> Sorry for being unclear. I mean Apache subdirectory
> under site_perl directory. I can seee Registry.pm
> under .../site_perl/5.8.3/sun4-solaris/Apache
> directory. (Apache::Registry) I would expect DBI in
> the same directory but it is not there.
That'
I S wrote:
Sorry for being unclear. I mean Apache subdirectory
under site_perl directory. I can seee Registry.pm
under .../site_perl/5.8.3/sun4-solaris/Apache
directory. (Apache::Registry) I would expect DBI in
the same directory but it is not there. I figured
that out after it gave me an erro
> Apache::DBI comes with mod_perl, and you should see
> it in your site_perl directory. It is a pure perl
> module, so it would not be under an i386
> directory (or whatever your architecture is). If
> you can do PerlModule Apache::DBI in your program
> without failure, it means that it is ther
0.03 2004-05-12
- _LoadActions was broken, and didn't work at all.
-dave
/*===
House Absolute Consulting
www.houseabsolute.com
===*/
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiq
On Wed, 2004-05-12 at 12:15, I S wrote:
> a) I don't understand why the database sometimes gets
> dropped. It happens randomly but frequently.
>
> could not prepare: Database disconnected at
> /dssweb/httpd/cgi-bin/feeds/viewReport line 157.
Usually this is caused by an inactivity timeout on you
On Wed, 12 May 2004, John Siracusa wrote:
> > You must call clean_request_args() on the ApacheHandler object at the end of
> > the request, unless you are making a new ApacheHandler object for every
> > request. Otherwise bad things will happen.
> >
> > This is lame, so if someone thinks of a bett
0.02 2004-05-12
- Fix a dumb syntax error that broke the session_wrapper() method.
Reported by Michael Alan Dorman.
-dave
/*===
House Absolute Consulting
www.houseabsolute.com
===*/
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http
>From the docs:
> You must call clean_request_args() on the ApacheHandler object at the end of
> the request, unless you are making a new ApacheHandler object for every
> request. Otherwise bad things will happen.
>
> This is lame, so if someone thinks of a better way to do this, I'd be happy to
I S wrote:
Hi all,
I have some questions with DBI.
a) I don't understand why the database sometimes gets
dropped. It happens randomly but frequently.
could not prepare: Database disconnected at
/dssweb/httpd/cgi-bin/feeds/viewReport line 157.
b) I built mod_perl and apache with EVERYTHING=1.
Hi all,
I have some questions with DBI.
a) I don't understand why the database sometimes gets
dropped. It happens randomly but frequently.
could not prepare: Database disconnected at
/dssweb/httpd/cgi-bin/feeds/viewReport line 157.
b) I built mod_perl and apache with EVERYTHING=1.
Should I
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 21:35
> To: Angie Ahl
> Cc: Modperl List
> Subject: Re: Apache::AuthDBI
>
> You can send the failure status code along with content of your choice
> (i.e. do an internal redirect or just send the f
Good afternoon,
On 11/5/04 at 8:14 PM +0100, Angie Ahl <[EMAIL PROTECTED]> wrote:
>I'm trying to find a way to allow users to log out of a realm based
>site (ie using basic authentication).
> [...]
>I'd like to make a lougout button in the form of
>username:[EMAIL PROTECTED] .
I used to use a
17 matches
Mail list logo