Questions tagged [centos7.6]
12 questions
13
votes
1 answer
How to Update to PHP 7.4 from PHP 7.x on CentOS 7
I'm running PHP 7.1 on CentOS 7 which was installed using Remi Repo. WordPress is informing me to update to PHP 7.4 for security reasons. How can I update the PHP version on the server running Apache/MySQL LAMP stack?

raw-bin hood
- 5,839
- 6
- 31
- 45
12
votes
2 answers
Mouse stopped clicking in CentOS running in Virtual Box
I have an CentOS 7 VM in the VirtualBox 6 running on Windows. I have just installed it and immediately updated whole system (sudo yum update), as result kernel version 3.10.0-957.1.3.el7 was installed.
After I rebooted and logged in into the…

ivan.ukr
- 2,853
- 1
- 23
- 41
4
votes
3 answers
Basic Authentication of Squid 4.5 - /usr/lib64/squid/basic_ncsa_auth file not found
I have centos 7.6 & installed squid 4.5 on it.
sudo yum -y install squid
I followed this link for Basic Authentication.
Without authentication squid works fine.
Here is squid.conf file after adding # Basic Authentication part :
#
#…

SilverLight
- 19,668
- 65
- 192
- 300
3
votes
1 answer
How to connect to SQL server using sqlsrv in CentOS 7.6?
I'm setting up a new server and trying to connect to Microsoft SQL Server Express 2014's database using "sqlsrv" extension/module with PHP 7.3 running in CentOS 7.6, but failed. However, with the same method in XAMPP, it does work!
I have installed…

009
- 67
- 2
- 3
- 9
1
vote
0 answers
django setup in apache +centos 7
I tried to used Django in my dedicated server and I got few issues if anybody can help me to setup Django in apache server using centos 7 python run in y server and when
I use "Django run server" in port 0.0.0.0:8000 after active source its work…

Kurosh Sol
- 31
- 1
- 9
0
votes
1 answer
"man docker" displays No manual entry for docker. OS relesse is CentOS Linux release 7.6.1810
I install docker from a binary file which is at https://download.docker.com/linux/static/stable/x86_64/docker-20.10.0.tgz.
I execute this command in the shell:
man docker
It displays:
[root@localhost package]# man docker
No manual entry for…
0
votes
0 answers
Unable to reach my .Net core application deployed on a linux server from web browser
I have the following in my appsettings.json
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:1000"
},
"Https": {
"Url": "http://0.0.0.0:1001"
}
}
}
And when I publish the application and deploy it to the server. I run…

Josh
- 1,660
- 5
- 33
- 55
0
votes
1 answer
CentOS 7 kickstart file set hostname with hostnamectl
I used remote HTTP server to install CentOS 7. Following is my kickstart file code for setting hostname, but it didn't work.
%post --nochroot --interpreter=/bin/bash --log=/var/log/hostname_post.log
hostnamectl set-hostname f10web01
%end
%post…

Gary521
- 201
- 2
- 7
0
votes
1 answer
class.upload.php failing in CentOS 7.6 LEMP droplet
Long story short:
I was hosting my MVC PHP application in Amazon Web Services in a LEMP Instance.
I then decided to move to Digital Ocean because their instances are not allowed to send emails.
My app, in the AWS instance, was able to upload photos,…
user11085376
0
votes
1 answer
cPanel MySQL Service Manager down but /var/run/mysqld/mysqld.pid is running
I recently updated my version of cPanel to v78.0.17 and upgraded MySQL from 5.6 to 5.7.
I had some errors during the startup of the MySQL server which I resolved by running the cPanel MySQL/MariaDB Upgrade a second time.
From what I can see the…

tmschneider
- 7
- 6
-2
votes
1 answer
How to upgrade postgrsql version from 9.6.5 to 9.6.14 on Centos 7.4
I have problem with restoring databases from backup because backup was created on the 9.6.14 pg_restore's version. When I want to restore my databases on the another host (with the 9.6.5 postgres version), I get this error:
pg_restore: [archiver]…

ReemICS
- 1
-2
votes
2 answers
Deprecated - Methods with the same name as their class will not be constructors in a future version of PHP
In php v 5 these php codes have no problem :
"Invalid/Unknown error",
"ACCESS_DENIED"=>"Access Denied",
"INVALID_INPUT"=>"Invalid Input",
…

SilverLight
- 19,668
- 65
- 192
- 300