Posts Tagged ‘nginx’
A message “ ‘sys_errlist’ is deprecated; use ‘strerror’ or ‘strerror_r’ instead ”
Tuesday, June 8, 2010 15:33 No CommentsWhile building nginx version 0.7.66, 0.8.35 or higher on Linux the following warning messages are issued: warning: `sys_errlist’ is deprecated; use `strerror’ or `strerror_r’ instead warning: `sys_nerr’ is deprecated; use `strerror’ or `strerror_r’ instead This is normal: nginx has to use the deprecated sys_errlist[] and sys_nerr in signal handlers because strerror() and strerror_r() functions are [...]
Nginx.net is using an Old Version?
Friday, February 6, 2009 15:25 No CommentsBy now I’m writing this post, nginx latest stable version is nginx-0.6.35 I tried to see which version is nginx.net using right now..
Nginx rewrite rules for vBulletin + vbSEO
Friday, January 16, 2009 11:56 1 CommentI searched on google and I think never heard about it. I actually have implement nginx + vbseo on the forum that I maintained. You can see them here and here How to create a nginx rewrite rule that is working for vBulletin and vbSEO plugins?
Nginx Rewrite rules for WordPress MU with Wp Super Cache plugin enabled
Thursday, November 27, 2008 12:32 3 CommentsI’ve spending my time to search how wordpressMU on nginx can support WP Super Cache plugin By default they only giving us the rewrite rules for Apache Default nginx rewrite rules without WP Super Cache plugin rewrite ^.*/files/(.*) /wp-content/blogs.php?file=$1; if (!-e $request_filename) { rewrite ^.+?(/wp-.*) $1 last; rewrite ^.+?(/.*\.php)$ $1 last; rewrite ^ /index.php last; [...]
Install/Recompile nginx upstream hash module on Debian/Ubuntu
Thursday, November 27, 2008 12:06 No CommentsI have described how to recompile/install nginx to support upstream hash module on Debian/Ubuntu before. But I don’t know why it’s not appear on search engine.