روی همون آپاچی بودی مگه اذیت شدی؟
---------- Post added at 03:40 AM ---------- Previous post was at 03:36 AM ----------
Now if you’re a web server administrator and you’re thinking of replacing Apache (and if you aren’t, you should think about it) the first thing you have to know is that there is no drop-in replacement for Apache. Things you’ve been accustomed to for years are suddenly going to be entirely different. For instance, nginx has no facility comparable to Apache’s .htaccess files, so it’s not going to work for shared hosting providers where multiple users have web sites on a single server. But I don’t have this problem, since I run all my sites on my own CentOS-based servers.
Migrating from Apache to nginx | Life with Linux