Skip to content

Tag: nginx

WebVirtMgr NGINX -> Apache2 configuration

will anyone help me with transferring configuration from Nginx to Apache2? I dont know what to do with headers editing… Thanks According this: https://github.com/retspen/webvirtmgr/wiki/Install-WebVirtMgr Answer Found solution! Just make you sure, that you have libapache2-mod-wsgi installed

Installing (and deploying) Mono ASP.Net to Redhat

I have an Asp.Net app (built in mono) that I am trying to deploy to a Linux Redhat 6 environment. I tried following the instructions on the mono website: http://www.mono-project.com/docs/web/aspnet/ http://www.mono-project.com/docs/getting-started/install/linux/ I was able to get nginx installed and setup; ho…

Tornado Python as daemon

I have my code written with tornado and I want to make it work pretty much like apache or nginx, that is It must keep listening to the port even when I close the shell. It must start automatically on system restart I have tried nohup command to make it work even when I close the shell. It works. But

Nginx(proxy) + Apache: two process listening same port

I have two servers on CentOS: Nginx(proxy) + Apache. I need restart Nginx but if i try to test configuration before restart, i have next error: How i can solve this problem? Thanks! P.S. Nginx has listen port 80, apache listen 81. Answer I don’t know why this error has appeared, but after I made error h…