Questions tagged [ubuntu-16.04]

Ubuntu 16.04 - named "Xenial Xerus" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 21, 2016, it was supported for 5 years. Extended Security Maintenance subscriptions are offered by Canonical until April 2024. Only use this tag if your question is version-specific.

Ubuntu 16.04 - named "Xenial Xerus" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 21, 2016, it will be supported for 5 years for Ubuntu Desktop, Ubuntu Server, Ubuntu Core, and Ubuntu Kylin. Only use this tag if your question is version-specific. Note that the Ask Ubuntu site is specifically dedicated to Ubuntu questions.

949 questions
0
votes
0 answers

PHP FastCGI still runs under www-data user

Ubuntu 16.04.1 Apache/2.4.18 PHP 5.6.32 I am trying to make a separate pool for each virtual host. So I created site1.config in /etc/php/5.6/fpm/pool.d: [site1] user = site1 group = site1 listen = /var/run/php/php5.6-fpm-site1.sock listen.owner =…
0
votes
1 answer

Only one link comes up on dual PCIe 10-Gigabit card

Background A server running Ubuntu 16.04 Dell X520 (based on Intel's 82599) is connected via PCIe ixgbe driver was installed from here and comes up at boot Issue The card is recognized by the driver - but only one link is being set up, i.e.…
0
votes
1 answer

2 of 16 cores are constantly maxing out CPU capacity - why?

I have nginx with php-fpm running on a 16 core Ubuntu 16.04 instance. The server is handling more than 10 million requests per hour. As you can see on the htop screenshot cores 6 and 7 are maxed out and that's the case constantly - even after…
Raffael
  • 669
  • 7
  • 15
0
votes
1 answer

Apache2 as SSLProxy for ASP.NET Core 2.0 application hosted on Kestrel

I have dotnet core 2.0.3 application which is hosted on Kestrel. Service running fine over http, but I was setup SSL certificate and, can't access to page (503 error): https://example.com/services/Service.asmx (before, over http was…
cs9112
  • 1
  • 2
0
votes
1 answer

err_too_many_redirects when trying to redirect non www to www

Inside virtuahost apache conf file /etc/apache2/sites-available/000-default.conf I tried to put these code inside apache conf file ServerName example.com RewriteEngine on RewriteCond %{HTTP_HOST} ^example.com RewriteRule ^/(.*)$…
Mark178
  • 11
  • 1
  • 6
0
votes
1 answer

Additional settings after installation of Apache Tomcat in Ubuntu 16.04?

I have a VM which runs Ubuntu 16.04 and LAMP and currently is hosting some WordPress sites. I have implemented locally a web project which runs in Tomcat server and I want to deploy it in the VM. I am planning to install Apache Tomcat 8 and then…
yaylitzis
  • 253
  • 3
  • 8
0
votes
1 answer

MySQL: Suddenly connection error without making any changes

I'm running MySQL 5.6.30 - MySQL Community Server (GPL) on ubuntu-16.04-x86_64 and I'm using phpMyAdmin 4.7.7. Sometimes, without doing anything on the Server or phpMyAdmin, I'm getting this error message on my websites: Connection failed:…
user444061
0
votes
0 answers

Can ping over IPv6 but can't reach HTTP

I've a server running Plesk on Ubuntu 16.04 on AWS EC2. I've configured the IPv6 as described on this guide, and can ping6 to the server fine. My server ubuntu's firewall is disabled, the only firewall is the AWS Security Group, and it allows IPv6…
Elias Soares
  • 101
  • 2
0
votes
1 answer

Install SCM software, accessible on the same PC all the time between Ubuntu and Windows?

My PC is dual boot, Ubuntu 16.04 and Windows 10. What would be the best approach to install SCM(Source Code Management) software but being able to use it(access it) all the time, from Windows and Ubuntu? Should I create separate partition and…
Vlad
  • 103
  • 8
0
votes
0 answers

Setting up multiple website owners/users with restricted SSH access on Ubuntu

I recently migrated from a Centos Cpanel server setup to Ubuntu and have been trying to work out how to setup multiple users that are restricted/jailed to their own home directories when they ssh to the server as was the case in Cpanel. I have a…
Peter A
  • 101
0
votes
0 answers

Samba log rotation

I've noticed recently that Samba is creating a large number of log files on my server which meant I couldn't create any new files as it had used up my inode count. I cleaned up a large amount of old files and I thought I had set my logs to rotate…
TommyBs
  • 179
  • 2
  • 10
0
votes
1 answer

understanding ansible execution flow

I have completed my ansible+vagrant integration which is here. Playbook installs everything i've instructed. does every file modification as instructed. But when i check on my local machine using http:localhost:8080 or http://127.0.0.1:8080 it never…
Shailesh Sutar
  • 1,427
  • 4
  • 22
  • 40
0
votes
1 answer

Apache: Map (sub)domain to directories without changing documentroot

I got the documentroot set up like this: var/www/html What I'm trying to do is: cms.domain.com --> var/www/html/cms domain.com --> var/www/html/cms/sites/site1 I'm trying to accomplish this by using virtualhosts. The problem is I can't set a…
Nevill
  • 1
0
votes
1 answer

Conflicting Logrotate Permissions

I've got a folder full of log files, and I'm using logrotate to rotate them. Until recently, I only had Apache log files in there - access.log and error.log. I've added a new log from a daemon, daemon.log. The daemon log is being written by a…
Dave Child
  • 297
  • 5
  • 15
0
votes
2 answers

CPU usage in a VM is over 100%

I have installed an Ubuntu server 16.04 in a VM from vultr (my plan is 2 CPU, 4GB RAM) and I noticed today in the admin panel that the CPU usage the last month is over 100% (currently is in 103%). In the server a web server is deployed (Apache) and…
yaylitzis
  • 253
  • 3
  • 8