Hi,
>
> I have 3 handlers  like this :
>
> PerlHandler   Apache::OutputChain phonecom_ep Apache::EmbperlChain
> Apache::PassFile
>
> And
>
> $http_headers_out{location}="milocation";
> Apache::exit;
>

I don't use OutputChain, but I guess it will let Embperl in a way, so that
it doesn't generates headers. Mayb it help to set the header directly:

    [-
    use Apache;
    use Apache::Constants qw(REDIRECT);


    $req_rec->header_out("Location" => "http://$ENV{HTTP_HOST}/specials/");
    $req_rec->status(REDIRECT);
    -]


Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to