0
votes
2answers
22 views

Nginx Running Wordpress Redirecting www to non-www by mistake

I have an nginx server (1.4.1) running a website in Wordpress. It is automatically redirecting www.mysite.com to mysite.com without any specific rules for doing so. I'd like it to stop and keep the ...
0
votes
0answers
26 views

error: 502 bad gateway in flask app on nginx and uwsgi

I am deploying a flask app on Ubuntu server using Nginix, uWSGI. I followed this tutorial... http://www.soundrenalin.com/about I am beginner in Nignix and Sys Admin. But when i run my app it gives ...
0
votes
0answers
17 views

nginx binary files not available linux

Hi I have a requirement like that i should be able to install nginx in a machine that doesnt have internet connection so below are the approaches that i tried created a debian package from the ...
0
votes
1answer
28 views

How do you detect the issue causes Passenger application instances keeps consuming more and more memory?

Here it comes: I have a Rails application running on a RedHat server. I use Passenger Standalone v3.0.19 to serve it. The database is MySQL. Recently I found that some of the Passenger Application ...
-1
votes
2answers
21 views

How can I set the permission of a .key file to be only accessed by nginx [closed]

I have a SSL certificate key in the directory /etc/nginx/key, how can I set permissions to allow only the nginx process to access the key file?
0
votes
1answer
45 views

Is pm.max_children in php-fpm equal to the maximum number of parallel downloads?

I'm preparing a web server (gentoo linux, nginx, php-fpm, php) for my website. During configuration I came to pm.max_children value in fpm config. The default is 50. If I plan to serve some big files ...
1
vote
1answer
90 views

How to Deal with Cookies in Varnish stack

Due to slow performance of the site, I started looking info Varnish as a caching solution and have some questions about Google Analytics. When there are 5K active users on the site (according to ...
0
votes
0answers
131 views

nginx not listening to port 80

I've just installed a Ubuntu 12.04 server and nginx 1.2.7, removed default from sites-enabled and added my own file into sites-available and symlink at sites-enabled. Then restarted nginx. Problem: ...
0
votes
0answers
93 views

php+nginx+vagrant - php fails to write

I have a vagrant box setup running my dev code which is a nginx/php setup. (Quick info on vagrant - its a virtualbox wrapper: http://www.vagrantup.com/). In the vagrant/virtualbox setup, it is using ...
0
votes
1answer
82 views

NGINX change phpmyadmin port within location block

i have my phpmyadmin setup as so , this is within the server block of the default in sites-available and sites-enabled How can i change the port to say 8003 within the location block or somewhere ...
2
votes
2answers
124 views

ServiceStack-based web site under Mono/Linux: Performance with static content

I'm planning on converting an ASP.NET MVC web site to ServiceStack Razor, with the aim of hosting it on a Linux server. What would be the best solution for serving the static content of the site? ...
0
votes
1answer
189 views

nginx error bind Cannot assign requested address

I am running Amazon Linux AMI and nginx and when I try starting my nginx server: $ sudo /etc/init.d/nginx restart I get the following error: nginx: [emerg]: bind() to IP failed (99: Cannot assign ...
0
votes
0answers
881 views

htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/files/domain.com/public_html/images/' is executable

Today i migrated my images from one server to another and faced a strange permission issue [Mon Mar 25 08:42:23.676315 2013] [core:crit] [pid 15182] (13)Permission denied: [client 24.14.2.22:48113] ...
0
votes
2answers
521 views

Strange webserver issue

MY OS: Ubuntu 12.10 Web server environment is: Nginx + PHP-FPM Installed based on this tutorial Here is nginx conf file of website server { set $host_path "path_to_website"; server_name ...
2
votes
1answer
42 views

Removing directory of files slows down ENTIRE webserver

I have a directory in /var/www/media with subdirectories containing a day's worth of many many images. Every night one of of these subdirectories is deleted using rm -rf /var/www/media/1234. Server is ...
0
votes
1answer
105 views

Trying to use Passenger/Nginx for my Rails production server, 403 error

I'm trying to get my production server up and running on my Ubuntu 12.04 LTS server, I followed this tutorial step by step, ...
0
votes
2answers
145 views

PHP mail(); not sending simple mail throug ssmtp

actually if I run the mail function in the php console (php -a) it works, but if i do it on a php script and I execute it from chrome it doesnt work. <?php mail('test@gmail.com', 'Subject', ...
0
votes
1answer
114 views

Can i change Nginx variable client_max_body_size value from php.ini file?

i dont have a write access to /etc/nginx/nginx.conf file and i can see that client_max_body_size is set to a lower value than i need. Before i can contact the server administrator and get that bumped ...
0
votes
1answer
50 views

Reloading nginx config from within a rails app

I have a multi-app system running on a centOS box, that consists of our main app and a deployer app. when a client wants a new instance of our app, they use our deployer, fill in some info and the new ...
-1
votes
1answer
21 views

Monitore for new Releases of Opensource Projects [closed]

i have a webserver running with nginx... the nginx is compiled out of the sources. The Problem is, that i dont want to monitore the nginx website for new releases. Is there a software / website ...
0
votes
1answer
50 views

Blocking Methods Like fcntl() and accept(), Which One of The Requesters Will Get It?

I'm reading php-cgi's source code and sees that the forked child processes are using fcntl(fd, F_SETLKW, &lock) to wait for a lock of the socket fd and then do accept(). ...
0
votes
2answers
72 views

Perl CMS for nginx - with template, stylesheet, and navigation

I'm looking for a Perl based CMS which would have: A template file to edit site layout. The template would have some keywords to add: site title site navigation (a vertical tree-view list of ...
-1
votes
1answer
132 views

nginx can't bind on [::]:80 even if no program is using it [closed]

I can't "make" nginx to listen on ipv6 i've run every command that exists for open ports, and nothing no program or service is using the 80 port at all ( ipv4 even ) this is the output of netstat ...
0
votes
0answers
283 views

detected unhandled Python exception

abrt: detected unhandled Python exception in '/usr/local/cpanel/hooks/addondomain/addaddondomain' code: #!/usr/bin/env python import subprocess import sys import os import yaml from xml.dom import ...
1
vote
2answers
99 views

Nginx: how to view what files are in downloading state?

I still wait for the answer. I need to view if someone is downloading a specific file at this moment. The initial problem: I would like to know when someone interrupts downloading the file. The ...
0
votes
0answers
73 views

How to remove the index.php in the url?

my host server is nginx. in the root directory i have installed magento, then i created a file named blog, then installed wordpress into it. now, the directory is: app includes .... blog/wp-admin ...
0
votes
2answers
722 views

unable to implement php with nginx

I have nginx working with arch linux. I am having trouble adding php and fastcgi. I installed the php and php-fpm packages. php-fpm service is on. When I access a file with a php extension, the ...
0
votes
1answer
173 views

session.serialize_handler as igbinary causing “igbinary_unserialize_header: unsupported version”

I have installed igbinary 1.1.1 from PECL, configured it as serializer for session.serialize_handler in php.ini so that it is shown in phpinfo(). The change was tested - so far everything is fine, but ...
2
votes
1answer
281 views

nginx as reverse proxy for runining apache

I have some trouble configuring nginx as reverse proxy. It is good to say I have a VPS with kloxo and webmin installed and running multiple domains on my VPS. I have installed nginx via REPEL and ...
2
votes
0answers
202 views

Same Machinekey on Mono and IIS running MVC 4

Current setup: Server A - OS: Debian Squeeze Web Server: Nginx + Fastcgi + Mono 3.0 ASP.NET MVC 4 (.Net 4.5) using base internet template. Db Backend: Mysql Domain: (example) ...
0
votes
1answer
408 views

Deny access to a PHP file (Nginx)

I want Nginx to deny access to a specific PHP file, let's call it donotexposeme.php, but it doesn't seem to work, the PHP script is run as usual. Here is what I have in the config file: location / { ...
0
votes
0answers
94 views

Nginx and nodejs for handling Image uploads and caching it

I am having Nginx running on port 80 and nodejs on port 8000. With our current setup Nginx serves all the static contents until user clicks login,where request will be send to nodejs on port 8000 and ...
-1
votes
1answer
102 views

.htaccess: How can I keep the same the URL, but display a different page on the server [closed]

How can I keep the same the URL, but display a different page on the server using .htaccess rewrite rule? I'm working on hotlink protection. The playlist is generated with the following link: ...
0
votes
1answer
238 views

Openfire Crashing with Java Error

I am running a openfire based chat system in my server, but do get lot crashes related to the openfire java environment, i already increased the java VM memory to the 512MB but still it crashes when ...
0
votes
0answers
112 views

APC is using less then 30Mb of RAM

The problem: APC is using only 27-28Mb of memory, but i am sure it can and should use more ram, and this will improve performance. I am trying to find what makes the limit. I have the following ...
0
votes
0answers
130 views

dump conf from running nginx process

Is it possible to get which conf the nginx is using only from a running nginx process? To get the conf file path. sometimes ps aux reveal it, sometimes it doesn't. It might be just something like ...
0
votes
1answer
59 views

Nginx - Building from source - not working

I was using this code to install Nginx aptitude -y install nginx aptitude -y full-upgrade This was working fine. However, I want to install my apps from source to give me more control. I then used ...
0
votes
2answers
582 views

Phusion Passenger Nginx module installer v3.0.17 issue on Debian 6.0.5 amd64 due to broken package

I tried default Passenger Nginx installation steps, but it couldn't succeed, I am newbie to linux and ruby on rails , so guys please help me if i am doing wrong or something is wrong, upto my ...
0
votes
0answers
178 views

fork() failed: Cannot allocate memory (12) [closed]

I am using a Linux server, with nginx and MySQL. I am using php5-fpm for caching, this error appears in my php5-fpm log, I just want to know why this memory allocation error occurs and how can I fix ...
0
votes
1answer
79 views

What happens when php fpm process crashes?

For example I import a csv file for some reason the process crashes, in this case the process is restarted so I want to know the restarted process will again import the file?
0
votes
1answer
465 views

fastest hacks for deploying a Sinatra app under nginx and thin (linux ofcourse)

I am trying to figure out best practices of deploying a sinatra app under nginx and thin! any guidelines or sourcecode will be appreciated. I don't want to use passenger nor Apache.. as my hunch is ...
2
votes
1answer
2k views

How to configure GitLab as a subdomain in nginix.conf

I was using Apache2 before I installed GitLab on my VPS. I just want to make GitLab a subdomain of my site (git.example.com) and have my main site (www.example.com) look at /var/www/html/index.html ...
0
votes
0answers
14 views

How to find the amount of data In and out from nginx?

I am using nginx as a reverse proxy. And currently working on amount of data processed by nginx (i.e. I need to find amount of data In and data out from nginx) over a period of 1 minute. Will be using ...
0
votes
1answer
263 views

nginx + php can't mkdir despite correct permissions

www@srv:/$ ls -lAh /data/ drwxrwxr-x 654 www www 20K Aug 21 00:01 history ls -lAh /data/history/ drwxrwxrwx 19 www www 4.0K Aug 21 10:58 2012-08-21 So I have a directory 2012-08-21 and ...
0
votes
0answers
243 views

Server setup on nginx

I have to setup Kayako server on a centOS 6.3 machines.. I installed nginx with php5.3 and other required stuff, everything is working. So I copied kayako files to: ...
1
vote
1answer
136 views

rebuilding packages and the package manager on debian

This is something that has been bugging me for a while, unable to find any good answers googling, hopefully someone can have a solid answer here. It's about how to rebuild debian packages and how to ...
11
votes
4answers
2k views

Nginx and php-fpm: cannot get rid of 502 and 504 errors

I have an ubuntu-server and a pretty high loaded website. Server is: Dedicated to nginx, uses php-fpm (no apache), mysql is located on different machine Has 8 GB of RAM Gets about 2000 requests per ...
1
vote
2answers
676 views

Why does Gunicorn use port 8000/8001 instead of 80?

I busy setting up a development environment for Django Framework using Gunicorn (as Django service) and NGINX (as a Reverse Proxy). When I look at several tutorials like this one and this one, I see ...
-1
votes
1answer
237 views

Scalatra on nginx : how to set up?

Would like to set up Scalatra to run on a box running nginx. Already have nginx set up correctly, and am able to serve static html pages, however, I now wish to point it to a Scalatra app. All of the ...
0
votes
1answer
360 views

Nginx killed for “Out of memory”?

My nginx has 8 process, each of them take about 150M memory. From time to time,my nginx get killed for this(dmesg) 21228 total pagecache pages 50 pages in swap cache Swap cache stats: add 85, ...

1 2 3