Questions tagged as 'centos'

1
answer

Load of CSV Centos 7 PHP problems

Hi, I have a CSV file that contains this configuration: if (isset($_POST['submit'])) { $allowed = array('csv'); $filename = $_FILES['file']['name']; $ext = pathinfo($filename, PATHINFO_EXTENSION); if (!in_array($ext, $allowed)) { $message...
asked by 21.07.2017 / 10:49
2
answers

Configure .htaccess in Codeigniter CentOS 7 Server?

Cordial Greeting. Recently I'm working with the Codeigniter framework and a small web app, I use CentOS 7 to mount the application. The problem is that I use the CodeIgniter URL helper to remove the index.php from the URL de http://midomini...
asked by 05.07.2017 / 14:45
2
answers

How to build 2 network interfaces in centos

I have a server that has 2 network interfaces. One to a public IP and another to a private ip. The one in the private IP has to look at a proxy. When I lift any of the 2 IPs in one of the interfaces it works fine. That is to say. If I raise t...
asked by 20.04.2017 / 17:08
0
answers

I can not install php-mssql in php 5.4 CentOS 7

I've been around for a while now but I hope someone can help me, I try to install php-mssql with yum and I get the following error: [root@stackoverflow ~]# yum install php-mssql freetds Loaded plugins: fastestmirror Loading mirror speeds from...
asked by 06.11.2018 / 01:35
0
answers

Zimbra - Errors in zmconfigd service

CentOS 6.10 - Zimbra 8.7.1 The zmconfigd service is stopped and I can not start it. In the log, this line appears constantly: mail zmconfigd [23872]: Sleeping ... Configuration inconsistency detected ('ascii' codec can not encode characters in...
asked by 17.10.2018 / 16:24
0
answers

Ffmpeg binary file path error

Someone knows more or less how to find the binary file path of ffmpg and tried several routes and still gives the following error. FFmpeg binary does not exist on path: I put this route and it does not give either / usr / bin / ffmpeg Etc...
asked by 20.10.2018 / 16:14
1
answer

ADD DATA IN LINUX

How can I do to subtract the values of the number of tickets sold per event to the total number of seats in each tribune of the event to know the seats available for that event? function menu { echo "MENU PRINCIPAL" echo "1. Consultas" e...
asked by 03.11.2018 / 01:47
0
answers

Point Domain to an account within my VPS

Buy a VPS hosting then buy a domain and point it to my static IP address. Then my address midominiovps.com points to my 200.12.12.12 Within my VPS create a user account, and I can enter that user page as follows midominiovps.com/~usuario...
asked by 01.09.2018 / 12:40
0
answers

I can not count to FTP with the public ip of my VPS. [Problem with sftpd (FTP) Centos]

The listening ports on localhost The listening ports with the public ip (Where port 21 no longer appears) I already use the commands to open the iptables and firewall-cmd ports, I have already opened the ports from my provider....
asked by 25.08.2018 / 08:14
0
answers

Configure the HAProxy in CentOS 6.9 with NGINX 1.10.2

Hello, someone who can help me configure the HAProxy to balance the load of the servers but I can not do the load balancing, it always enters the Master Server and does not balance the load on the Backends. I add my configuration. ----- Confi...
asked by 24.07.2018 / 18:03