LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

419 solutions found in server-admin

Page 21 of 21
0 votes
1 ans
3 views
How can I determine the current config of php-fpm?

I'd like to determine the current config that is 'loaded'. These would be all the values listed here: http://php.net/manual/en/install.fpm.configura...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
NginX issues HTTP 499 error after 60 seconds despite config. (PHP and AWS)

At the end of last week I noticed a problem on one of my medium AWS instances where Nginx always returns a HTTP 499 response if a request takes more than 60 sec...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Node.js + Nginx - What now?

I've set up Node.js and Nginx on my server. Now I want to use it, but, before I start there are 2 questions: 1. How should they work together? How should...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Nginx -- static file serving confusion with root & alias

I need to serve my app through my app server at `8080`, and my static files from a directory without touching the app server. # app server on port 80...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Ruby on Rails Server options

The whole issue of setting up a development server for my Ruby on Rails application confuses me. There are WEBrick, Mongrel, Passenger, Apache, Nginx and many m...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Nginx no-www to www and www to no-www

I am using [nginx on Rackspace cloud following a tutorial][1] and having searched the net and so far can't get this sorted. I want `www.mysite.example` t...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Where can I find the error logs of nginx, using FastCGI and Django?

I'm using Django with [FastCGI][1] + nginx. Where are the logs (errors) stored in this case? [1]: https://en.wikipedia.org/wiki/FastCGI

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
How to persist data in a dockerized postgres database using volumes

My docker compose file has three containers, web, nginx, and postgres. Postgres looks like this: postgres: container_name: postgres restart...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
(13: Permission denied) while connecting to upstream:[nginx]

I am working with configuring Django project with Nginx and Gunicorn. While I am accessing my port `gunicorn mysite.wsgi:application --bind=127.0.0.1:8001` i...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
NGinx Default public www location?

I have worked with Apache before, so I am aware that the default public web root is typically `/var/www/`. I recently started working with nginx, but I can&#...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
nginx - nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)

All of a sudden I am getting the below nginx error * Restarting nginx * Stopping nginx nginx ...done. * Starting nginx nginx ng...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Nginx location priority

What order do location directives fire in?

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
nginx error connect to php5-fpm.sock failed (13: Permission denied)

I update nginx to **1.4.7** and php to **5.5.12**, After that I got the **502 error**. Before I update everything works fine. nginx-error.log 2014/05/...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
How to clear the cache of nginx?

I use nginx to as the front server, I have modified the CSS files, but nginx is still serving the old ones. I have tried to restart nginx, to no success and...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Nginx 403 error: directory index of [folder] is forbidden

I have 3 domain names and am trying to host all 3 sites on one server (a Digital Ocean droplet) using Nginx. mysite1.name mysite2.name mysite3.name Only...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
How can I have same rule for two locations in NGINX config?

How can I have same rule for two locations in NGINX config? I have tried the following server { location /first/location/ | /second/location/ {...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
nginx missing sites-available directory

I installed Nginx on Centos 6 and I am trying to set up virtual hosts. The problem I am having is that I can't seem to find the `/etc/nginx/sites-available`...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Using Node.js only vs. using Node.js with Apache/Nginx

In what cases should one prefer to use Node.js only as a server in real deployment? When one does **not** want to use Node.js only, what plays better with No...

server-admin Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
0 ans
3 views
From inside of a Docker container, how do I connect to the localhost of the machine?

I have an Nginx instance running inside a Docker container. I have a MySQL running on the host system. I want to connect to the MySQL from within my container....

server-admin
AL
asked 1 month ago by Al-Rashid AI