TE_ADDR in path_info
remo.laubacher at ortic.com
remo.laubacher at ortic.com
Sun Sep 7 11:29:13 MSD 2008
I've seen that most of the time, path_info contains different values? Looks
like a memory problem to me?
Thanks!
Remo
On Fri, 5 Sep 2008 17:04:51 +0200, "Remo Laubacher"
<remo.laubacher at ortic.com> wrote:
> Hi,
>
> I'm using this code to set PATH_INFO:
>
> set $script $uri;
> set $path_info "";
>
> if ($uri ~ "^(.+\.php)(/.+)") {
> set $script $1;
> set $path_info $2;
> }
>
> Mostly this works fine but in some cases $_SERVER['PATH_INFO'] returns
> TE_ADDR.
> Any ideas?
>
> I'm using nginx 0.6.32 on debian 4, so far without a single problem.
>
> Thanks a lot!
> Remo
More information about the nginx
mailing list