Tips on Configuring Nginx for Virtual HostingJuly 10th, 2008 Nginx tutorials and examples doesn't tell you how you can configure nginx with virtual hosting when different sites are in different pre-defined directories. Often you are moving over your site from a different web server like Apache HTTPD to Nginx.
Nginx Hacking TipsJuly 12th, 2008 Nginx is a high performance web server and mail proxy server written by Igor Sysoev and a good replacement for Apache HTTPD, the market leader. Nginx is rapidly increasing its market share with major websites joining it like wordpress.com.
How to Determine if your Sensitive Data is Safe in Shared HostingAugust 26th, 2005 One of the strong security concerns in shared hosting environments is whether your sensitive data like MySQL server login/password or other login/password is actually safe from other users sharing the same web hosting machine. Few shared hosting providers do not provide telnet/ssh.
Working To Transition To Dedicated Web HostingJune 30th, 2006 I am working to transition my server to dedicated web hosting. My Westhost VPS account is crumbling under traffic and no amount of optimization is being able to handle anymore the heavy traffic I am getting.
Mystery of Vanishing Sysdeo Tomcat Plugin for EclipseSeptember 18th, 2005 I posted earlier about my inability to use Sysdeo Tomcat Plugin with Eclipse 3.1. I found the solution.
WestHost VPS Web Hosting Provider - ReviewMarch 30th, 2009 There are so many web hosting providers these days, all claiming to be the top of the line and with lucrative packages, you are bound to get confused. So we have started this series where we will review a web hosting provider a month based on our personal experiences.
How To Find Bash Script Directory Within ScriptSeptember 14th, 2008 One of the common challenges bash script writers face when writing a script which references files in the same directory (or its sub-directories) as the script file. As the script can be called from anywhere, you cannot use the current directory to refer to the files.
Solving CSS Stylesheet Not Loading / Rendering ErrorJuly 3rd, 2007 My blog had this vexing problem where it used to render ugly, really ugly, as the stylesheet wasn't being loaded on Firefox. However after a refresh everything was fine.
Top 10 Web Hosting Providers (Updated August 2005)August 3rd, 2005 According to Hosting-Review, an independent provider of web hosting reviews, the Top 10 Web Hosts (updated August 2005) are:
BlueHost
IX Web Hosting
Powweb
Lunarpages
iPowerWeb
Yahoo Hosting
StartLogic
Host Excellence
Bluefish Hosting
Site Build It
Link
Web Hosting suggestions for Power Users (including JSP, Servlet Hosting)February 10th, 2005 I had tried several web hosting providers before settling down. Recently I was checking to see if something better have come up.
mod_rewrite Lesson - How To Make It WorkJune 29th, 2006 I learnt a hard lesson today on mod_rewrite. I haven't had time to explore further to find the root cause.
Shared Web Hosting Versus Virtual Private Server(VPS) hosting: Pros and ConsSeptember 11th, 2009 Those of you planning to set up an online enterprise or already have one, know that there are different types of web hosting plans out there. Out of these two of the most widely used web hosting types are Shared web hosting and VPS hosting.
How To Use .htaccess to Prevent Apache HTTPD Directory ListingMarch 16th, 2008 Apache HTTPD servers are configured by default to display directory listing, when index files like index.htm or index.html of index.php etc. are not present in the directory.
SimpleXML doesn't Work with PHP 5.x: Problem & SolutionNovember 16th, 2005 SimpleXML is PHP 5.x way to handle XML. It is simpler than DOMXML (which incidentally is very poorly documented in manual or elsewhere) which is available on PHP 4.x and much simpler than SAX solutions.
mod_rewrite Not Working in .htaccess - SolutionJuly 10th, 2006 I faced a hair-tearing problem. mod_rewrite was loaded and yet it was not working in .htaccess files (and httpd.conf initially).
July 10th, 2008 at 8:12 pm
[...] hosting server_name is set to the first server name in your server_name list. This can lead to directory resolution problems in nginx (read the linked article for an elegant solution) in addition to specifying a wrong value for [...]
July 12th, 2008 at 8:18 am
[...] Nginx: how to fix directory resolution issue as well as internal re-directs in virtual hosting [...]
August 13th, 2009 at 12:09 pm
This code is not use full for removing ending slashes from Url.
I tried following code putting into several blocks.
optimize_server_names off;
server_name_in_redirect off;
but not useful. We need to wait until Nginx publish newer version.