Tagged Questions
1
vote
1answer
449 views
apache + nginx(for only one subdomain)
I have a nice little Server with Ubuntu 12.04 LTS with Apache controlled by plesk.
Now I've installed nginx for my Gitlab subdomain.
But now nginx wants to control all.
How can I configure the nginx ...
0
votes
1answer
909 views
Xampp is not running on ubuntu
I have nginx ,Apache2 ,Xampp installed on Ubuntu 12.04
Nginx is running on port 80
First I stopped Apache2 using /etc/init.d/apache2 stop
Now I started Xampp using /opt/lampp/lampp restart
I ...
0
votes
1answer
405 views
Will my nginx reverse proxy cache work?
I have a website running Nginx and Apache
Apache deals with PHP files, and Nginx the html static files
We have now changed the site so there are no html static files, only PHP files and this has ...
0
votes
1answer
116 views
How to give different port for Apache and Nginx in 10.10?
I am curios to know how can we assign different port to Apache and Nginx in 10.10.
I installed nginx first then apache, so when I start my machine, nginx is taking default port: 80.
I have to ...
3
votes
3answers
8k views
Where can I change the webpage showed by apache?
I have ubuntu 10.10 installed, and when I hit my IP I see:
It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.
Where ...
1
vote
1answer
854 views
An easy way to switch from Apache to Nginx
I use nginx as DAV server and apache which hosts a frontend to backuppc.
I'd like to make nginx host the frontend insead of apache. But I don't have a clue how to translate apache settings to nginx ...
2
votes
3answers
1k views
How do I optimize a nginx reverse proxy? [closed]
I am pretty much a noobie at nginx and i really need some help.
I am using nginx as a reverse proxy server to serve primarily as a load balancer. I am using almost only dynamic files. The back end ...