I have a ubuntu 10.04 server and i've installed nginx from repositories with:
apt-get install nginx
i have all my sites running and i want to install redmine but i'm having problems with passenger. I have installed passenger but i can add it to nginx because i dont have the sources so i can't use:
passenger-install-nginx-module
Would this break my current nginx installation? Is there any way of install passenger module? can i have 2 nginx servers running on the same machine, different port?I could install redmine in a nginx on another port.
Thank you all.