-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have a
PerlTransHandler Handler
and want to unset the TransHandler inside the .
How to do that?
Thanks
Torsten
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE/O2FrwicyCTir8T4RAsXlAKCr0SfbKsG/9iNbv4pjxv1rOodV1wCggKO
> and want to unset the TransHandler inside the .
> How to do that?
AFAIK: not. The TransHandler is the first to be called and cannot appear
inside a container (ref. ModPerl cookbook). The only thing I can think of,
and in fact implemented this, to make the TransHandler URI-aware and
return immed
I understand translation handlers cannot be -specific. But
directives apply before any translation handler is called (see
below).
yes they do, but not really. to really understand this, see
http://httpd.apache.org/docs/sections.html
specifically,
"There is actually a / sequence performed
On Thu, Aug 14, 2003 at 11:07:13AM -0400, Geoffrey Young wrote:
>
> "There is actually a / sequence performed just
> before the name translation phase (where Aliases and DocumentRoots are
> used to map URLs to filenames). The results of this sequence are completely
> thrown away after the tra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 14 August 2003 14:49, Geoffrey Young wrote:
> trans handlers are used to map the URI to a filename, the result of which
> lets Apache know to which the URI belongs to. it can also
> affect which the URI belongs to if that is paired
> wi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 14 August 2003 18:20, Geoffrey Young wrote:
> Frank Maas wrote:
> > Ehm... considering both solutions worked and the quoted paragraph,
> > shouldn't we read it as 'the results of this sequence can be used during
> > the translation phase, b
Yes, I've implemented it also that way. But I thought acts on the
URI and in principle there can be a -specific transhandler. I'm
wondering why it is impossible?
trans handlers are used to map the URI to a filename, the result of which
lets Apache know to which the URI belongs to. it can als
> I'm wondering why it is impossible?
I am not exactly sure here, but I think this is because a TransHandler
is definitely not allowed inside a or container. And
since Apache does not make the distinction between containers (it uses
the constant RSRC_CONF to disallow a directive from being in (a
Frank Maas wrote:
On Thu, Aug 14, 2003 at 11:07:13AM -0400, Geoffrey Young wrote:
"There is actually a / sequence performed just
before the name translation phase (where Aliases and DocumentRoots are
used to map URLs to filenames). The results of this sequence are completely
thrown away aft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 14 August 2003 13:48, Frank Maas wrote:
> |
> | PerlSetVar SkipTransHandler 1
> |
I don't want to make it configurable.
Torsten
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE/O54ywicyCTir8T4RAss0AJ4rNMkqyKC0Tlh8
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 14 August 2003 12:34, Frank Maas wrote:
> > and want to unset the TransHandler inside the .
> > How to do that?
>
> AFAIK: not. The TransHandler is the first to be called and cannot appear
> inside a container (ref. ModPerl cookbook). The o
11 matches
Mail list logo