Hi folks!
I am happy to announce that the new development version of
ngx_openresty, 1.2.7.5, is now released:
http://openresty.org/#Download
Special thanks go to all our contributors and users for helping make
this happen!
Below is the complete change log for this release, as compared to th
I followed the instructions for adding the "mainline" repo to my yum
config, ran a clean but I still only find 1.2.8 available for install
(CentOS6 x64).
What might I be doing wrong?
-AJ
On 4/3/2013 9:08 AM, Sergey Budnevitch wrote:
Hello
We've added new repository with pre-build l
Hello!
On Tue, Apr 09, 2013 at 05:24:12PM -0400, gwinans wrote:
> So, I've run without this third party cache purge module since I mentioned a
> custom build.
>
> The server is still chewing through disk space and IO remains pegged to the
> wall (mix of the cache loader and new cache items). The
So, I've run without this third party cache purge module since I mentioned a
custom build.
The server is still chewing through disk space and IO remains pegged to the
wall (mix of the cache loader and new cache items). The cache loader seems
unable to keep up -- I've never seen it actually delete
Tip: I had overcame alias+try_files problem by using symlinks insted of
aliases.
Bests,
Andor
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2991,238228#msg-238228
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinf
after a few addons to the code - in totally irrelevant places - the error
returns so it did not help.
Now i try to create a new upstream handler so i can use it instead of the
subrequest model.
i described the model i work in the first post above. let me add this:
in my first tests of the upstrea
Hi All,
I observed that automatic failover behaviour is not working with my nginx
server.
# /opt/nginx/sbin/nginx -v
nginx version: nginx/1.2.8
nginx server is running with following conf:
upstream lb_get {
server localhost:8031 ;
server localhost:8032 ;
}
server {
lis
I would like to be able to support HEAD requests. For the most part, HEAD
works well with static files. However, if I am trying to use a HEAD request
against a PHP file, it is missing the Content-Length or the
Transfer-Encoding header.
PHP-FPM is connected to nginx 1.2.8 using FCGI. I also have gz