Hey,
Yeah... It's ActivePerl build 623.
What's a "vanilla" script? I know I can run scripts just fine with this same
Perl when I comment out the mod_perl lines I have below.
Well, again, thanks for your help! If this is getting (or gets) too annoying
for you, just direct me to the appropria
Aha. I found a chink. I still only have one brick in the wall,
but now it seems like i may have a clue as to why the other
bricks have been sitting there, giggling.
to wit:
Cookies are restricted to certain domains, for security reasons.
(Why have a microsoft.com cookie sent to debian.org, right
On Tue, 1 May 2001, Carey Burgess wrote:
>
> Now, how do I get it to work right? I added to httpd.conf like so:
>
> LoadModule perl_module modules/mod_perl.so
> #
> # (Other stuff here...)
> #
>
> SetHandler perl-script
> PerlHandle
FYI:
mod_perl speakers, please submit your proposals en masse!
-- Forwarded message --
Date: Tue, 01 May 2001 17:13:51 -0400
From: Rodent of Unusual Size <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
New
will trillich([EMAIL PROTECTED])@Sat, Apr 28, 2001 at 02:44:29PM -0500:
> i've been tinkering with the modperl book examples
> for Apache::Ticket*.pm (as described p305-322)...
>
> it works for
> linux/konqueror
> linux/netscape
> win/explorer
>
> it doesn't work for
> li
> -Original Message-
> From: will trillich [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 01, 2001 3:38 PM
> To: [EMAIL PROTECTED]
> Subject: Re: PerlAccessHandler -- struggling and drowning
>
>
>
> now when lynx or netscape (but not konqueror) get validated, and
> the server tries t
will trillich ([EMAIL PROTECTED]) said something to this effect on 05/01/2001:
> now when lynx or netscape (but not konqueror) get validated, and
> the server tries to redirect the browser back to the original
> URL, the browsers seem to have cached the /login page as if it
> were the /protected p
On Tue, May 01, 2001 at 12:10:34PM -0700, Randal L. Schwartz wrote:
> > "newsreader" == newsreader <[EMAIL PROTECTED]> writes:
>
> newsreader> randal s. posted a way to do that
> newsreader> sometime back. search for it in
> newsreader> the archive. his stonehenge
> newsreader> website app
On Tue, May 01, 2001 at 01:39:13PM -0500, will trillich wrote:
> On Tue, May 01, 2001 at 01:58:56PM -0400, Chris Strom wrote:
> > Even during a redirect. The following works for me (in a PerlInitHandler
> > NOT a PerlAccessHandler) with lynx (2.7) just fine.
> >
> > $r->err_headers_out->add('L
I did this in a module of mine. I simply did a new Apache::Cookie and
$cookie->bake() followed by
$r->header_out("Location"=>"http://go.here/now";);
return HTTP_MOVED_TEMPORARILY;
I chose TEMP_REDIRECT as I think it's befitting as the above is (also) from
an AuthenHandler and therefore consti
Ok... I got it installed right now. The PATH was in there, but it was wrong
for some reason. After I got that straightened out, installing through PPM
worked like a charm.
Now, how do I get it to work right? I added to httpd.conf like so:
--
> "newsreader" == newsreader <[EMAIL PROTECTED]> writes:
newsreader> randal s. posted a way to do that
newsreader> sometime back. search for it in
newsreader> the archive. his stonehenge
newsreader> website apparently uses the same trick.
If he's already doing it in the fixup phase, that'
On Tue, May 01, 2001 at 02:49:05PM -0400, Chris Strom wrote:
> > http://www.no-way-in-hell-bubba.com/login/";>
>
> should be:
>
> http://www.no-way-in-hell-bubba.com/login/";>
tolja my understanding was questionable. that helped that part,
at least... much thanks!
so now i feel like i've g
randal s. posted a way to do that
sometime back. search for it in
the archive. his stonehenge
website apparently uses the same trick.
On Tue, May 01, 2001 at 02:51:14PM -0400, Richard Chen wrote:
> I would like to customize or suppress the Server header
> from the modperl server responses such
> -Original Message-
> From: Richard Chen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 01, 2001 2:51 PM
> To: [EMAIL PROTECTED]
> Subject: modify Server header via a handler
>
>
> I would like to customize or suppress the Server header
> from the modperl server responses such as thi
I would like to customize or suppress the Server header
from the modperl server responses such as this:
Server: Apache/1.3.19 (Unix) mod_perl/1.25 mod_ssl/2.8.1 OpenSSL/0.9.6
I thought I could simply set up a Fixup handler to do this:
package NoServerInfo;
use Apache::Constants qw(:common);
sub
> http://www.no-way-in-hell-bubba.com/login/";>
should be:
http://www.no-way-in-hell-bubba.com/login/";>
On Tue, May 01, 2001 at 01:58:56PM -0400, Chris Strom wrote:
> > > I can't say as I've had any problems using
> > > err_headers_out->add("Set-Cookie") with any browsers. I'm
> > > surprised to hear that you've had problems with it.
> >
> > even DURING a redirect? i seem to have hit a chord her
On Sun, 4 Mar 2001, Daniel Jacobowitz wrote:
> Here's another reasonable-looking patch from Philippe Troin; it exposes
> child_num() in Apache::Connection.
i hesitate adding this to Connection.xs at this point since it is 1.3
specific. but i would be happy to include it as an new method
Apache:
> > > -Original Message-
> > > From: will trillich [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 30, 2001 9:44 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: PerlAccessHandler -- struggling and drowning
>
> > > this is a PerlAccessHandler, which should check for the existence
> > >
On Fri, 9 Feb 2001, Daniel Jacobowitz wrote:
> [please maintain the CC's]
>
> I just received the following bug report on the Debian bug tracking
> system. The patch seems to apply to 1.25; is it a good idea?
thanks, applied to cvs for 1.26-tobe. (and sorry for the delay)
Howdy Ken!
I think there are two separate issues here -- there's an expiration
time on the cookie, which is your app's instruction to the client as
to how long the cookie should be kept. Then there's an expiration
time of the ticket represented by that cookie data (to use the
Ticket Auth exampl
On Mon, 30 Apr 2001, will trillich wrote:
> Date: Mon, 30 Apr 2001 18:17:11 -0500
> From: will trillich <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: forbidden vs. cookie
>
> On Mon, Apr 30, 2001 at 03:46:17PM -0400, Ken Y. Clark wrote:
> > Here is some code I've used in the past in
Chris Strom wrote:
>
> > -Original Message-
> > From: will trillich [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 30, 2001 9:44 PM
> > To: [EMAIL PROTECTED]
> > Subject: PerlAccessHandler -- struggling and drowning
> > this is a PerlAccessHandler, which should check for the existenc
> -Original Message-
> From: will trillich [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 30, 2001 9:44 PM
> To: [EMAIL PROTECTED]
> Subject: PerlAccessHandler -- struggling and drowning
>
>
> Eeyore here, again, less happy than ever. S.O.S.
>
> okay. i try to use the Ticket*.pm modul
On Mon, 30 Apr 2001, Pete Jordan wrote:
> I've been off this list for over a year, so I may be covering ground that
> I've failed to find in the archives, but whatever...
>
> I've had occasion to examine the internals of Apache::Registry recently[1]
> and have been reminded of the unfeasably l
Oh ghod, what have I started... :)
I promise not to add footnotes to my messages in future...
/Pete/
27 matches
Mail list logo