I am switching from Apache to NGNIX server environment.
Dolphin is using htttpaccess files. How to change htese to config files in NGNIX
Anyone has experienced such change?
someone has re-write rules for DOL7 on NGNIX
I am switching from Apache to NGNIX server environment. Dolphin is using htttpaccess files. How to change htese to config files in NGNIX Anyone has experienced such change? someone has re-write rules for DOL7 on NGNIX |
I wouldn't imagine anyone here having experience with re-writing Dolphin for use on another web server environment. If there's any documentation from NGNIX on going about this, or anywhere else on the web, you're welcome to try it yourself. Just a question: why are you switching web server environments? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Good luck with that. I gave it a try and keep running in to issues with PHP. Got past the installer, but still had issues. This may help convert the rewrite rules: http://www.anilcetin.com/convert-apache-htaccess-to-nginx/ You may be better off just using Nginx for static files, then pass everything else to apache. Please let me know if you are able to get this to work. Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life |
I wouldn't imagine anyone here having experience with re-writing Dolphin for use on another web server environment. If there's any documentation from NGNIX on going about this, or anywhere else on the web, you're welcome to try it yourself. Just a question: why are you switching web server environments? ngnix is more reliable when it comes to server load. I could cut from 1.5 g to about 144 mb memory, saving me 80 Us$ per month. |
Good luck with that. I gave it a try and keep running in to issues with PHP. Got past the installer, but still had issues. This may help convert the rewrite rules: http://www.anilcetin.com/convert-apache-htaccess-to-nginx/ You may be better off just using Nginx for static files, then pass everything else to apache. Please let me know if you are able to get this to work. basically it works, but got some issue now as I changed the user on the server.. will see how to work it out |