access lists and auth basic
Igor Sysoev
is at rambler-co.ru
Sun Jul 8 15:26:24 MSD 2007
On Sat, Jul 07, 2007 at 08:18:29PM +0930, Kingsley Foreman wrote:
>
> ----- Original Message -----
> From: "Igor Sysoev" <is at rambler-co.ru>
> To: <nginx at sysoev.ru>
> Sent: Saturday, July 07, 2007 6:22 PM
> Subject: Re: access lists and auth basic
>
>
> >On Sat, Jul 07, 2007 at 05:29:03PM +0930, Kingsley Foreman wrote:
> >
> >>I tried that (i actually sent it to 32mb just to be way over the top) and
> >>it didn't help.
> >
> >What "nginx -t" said about this ?
> >
> >>Kingsley
> >>
> >>----- Original Message -----
> >>From: "Aleksandar Lazic" <al-nginx at none.at>
> >>To: <nginx at sysoev.ru>
> >>Sent: Saturday, July 07, 2007 4:53 PM
> >>Subject: Re: access lists and auth basic
> >>
> >>
> >>>Hi,
> >>>
> >>>On Sam 07.07.2007 11:31, Kingsley Foreman wrote:
> >>>>
> >>>>thanks fot that, it worked a treat, the website is located here
> >>>>http://games.internode.on.net/
> >>>>
> >>>>It was running apache it is now running nginx.
> >>>
> >>>Cool ;-)
> >>>
> >>>>Im only seeing 1 problem now (and of course it is effecting my
> >>>>girlfriend so it is making my life hell, she has a fairly large cookie
> >>>>in here browser, it looks like this
> >>>
> >>>[snipp]
> >>>
> >>>>any suggestions on how to fix this.
> >>>
> >>>could this help:
> >>>
> >>>http://wiki.codemongers.com/NginxHttpProxyModule#proxy_buffer_size
> >>>
> >>>Cheers
> >>>
> >>>Aleks
> >>>
> >>
> >
> >--
> >Игорь Сысоев
> >http://sysoev.ru
> >
> >
>
> proxy_buffer_size 32768k;
> proxy_buffers 4 32768k;
Sorry, I missed, try:
fastcgi_buffer_size 32768k;
fastcgi_buffers 4 32768k;
> 2007/07/07 20:17:08 [info] 32272#0: the configuration file
> /etc/nginx/nginx.conf syntax is ok
> 2007/07/07 20:17:08 [info] 32272#0: the configuration file
> /etc/nginx/nginx.conf was tested successfully
>
>
> the error log printed
> 2007/07/07 11:21:04 [error] 2197#0: *59969 upstream sent too big header
> while reading response header from upstream, client: 121.45.170.6, server:
> games.internode.on.net, URL: "/forums/viewtopic.php?p=1483389", upstream:
> "fastcgi://127.0.0.1:10005", host: "games.internode.on.net"
>
> Kingsley
>
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list