nginx - the raise of a new giant
So.. my host has made a lot of nice changes on the server that enhanced the speed but made my vbulletin's ALBUMS unusable.
My host says:-
Everything was working fine except the albums. None of the pictures in albums were displayed (were giving 404 nginx error) NOR the customized profile's CSS was working.We now have started using complex setup to serve sites, all of sites are now being served by two Web server softwares, apache for dynamic contents and Nginx for static contents.
Nginx web server is proxifying all of dynamic contents requests to apache like Php and other dynamically generated contents, while it is processing all of static contents like images, css, zip and other static files extensions.
We have made the complex setup to run server more efficiently while keeping server load as minimum as possible, with just current implementation we are saving 1 GB of ram which you can see from server status page which always used to be 30+% and now it is 15% only .
You can read more about Nginx here :-
Apache vs Nginx : Web Server Performance Deathmatch
Nginx - Small, But Very Powerful and Efficient Web Server :: Homo-Adminus Blog by Alexey Kovyrin
I then disabled rewriting of Member Profiles URL's and it started working. This is also a reason why I have suggested a Separate Album URL's turning ON/OFF option so that I could have turned it off temporarily until my nginx problem resolves.
Thanks








Reply With Quote
