Tagged Questions
0
votes
1answer
34 views
NginX access configuration
I'm using ubuntu x64 server with nginx as webserver.
In my company, we configured intranet (local) dns server so that, when you enter domain1.com, it goes directly into defined LAN ip adress.
We ...
0
votes
0answers
77 views
+30 sites using 1gb ram on nginx
I have a LEMP setup (Ubuntu 12.04, Nginx, Mysql, PHP 5.3 and APC) and I have 30 sites hosted on it. They all are wordpress sites. It uses about 1GB RAM. Is this normal? I thought nginx would use less ...
0
votes
0answers
116 views
Nginx + fastcgi_cache for WordPress hosting
The tutorial for Nginx + WordPress + fastcgi_cache with conditional purging is fantastic, however if you're running a bit ahead of this tutorial Brian Mercer's PPA doesn't quite cut it as it needs ...
0
votes
1answer
54 views
Starting LEMP server at startup
Based on this blog post I've installed LEMP server. Is there any easy way to add this web server: PHP-FPM, Nginx, MySQL into startup applications list?
2
votes
0answers
137 views
Why rewrite directive causes “301 Moved Permanently” with Nginx?
Below is a much simplified version of what I have in the configuration file of a server run by Nginx 1.2.5, yet it causes 301 Moved Permanently with Location: http://example.com/phpmyadmin/ before ...
1
vote
1answer
130 views
Nginx and automatic updates
I'm on Ubuntu 12.04.1 with unattended-upgrades configured for automatic security updates, and I installed Nginx by first adding
deb http://nginx.org/packages/ubuntu/ lucid nginx
deb-src ...
2
votes
2answers
151 views
Setting up my www directory correctly
I'm quite new to Ubuntu and Linux in general.
I need to create a my www directory (in /home) and set the permissions/ownership correctly so that any new files and directories created by myself (via ...
0
votes
1answer
330 views
403 Error when using nginx to access file other than index.htm
I set up nginx on Ubuntu 12.04 and when remotely accessing a file other than the index.htm/php/html, the server says that access is forbidden. I tried to search for a solution but no luck. Any ...
5
votes
1answer
736 views
Crashed my server, how do I find out what happened?
From a remote machine, I ran 100 concurrent requests against my Ubuntu VPS
ab -n 100 -c 100 http://...
And, as I suspected, the server "crashed". I can still ping it, and it responds very quickly ...