Questions tagged as 'centos'

1
answer

How to make website accessible with and without "www"

My site is only accessing without the "www" inside the directory of my site, has a .htaccess with this rule: RewriteEngine on RewriteCond %{HTTP_HOST} ^subdominio\.meusite\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.subdominio\meusite\.com$ Rewr...
asked by 27.09.2015 / 08:54
2
answers

How to limit IPs that can connect remotely to mysql?

I have a centos 7 server with MySQL 5.6 installed, I can control the privileges of each user / host with GRANT. But my question is how to allow only a few IPs to connect to the bank. connect, but only those with some privilege do something. An...
asked by 26.07.2017 / 17:27
1
answer

Error "No package dkim-milter available" CentOS 5.8 [closed]

I can not install dkim-milter, I'm using CentOS 5.8 x64bit    [root @ server ~] # yum install dkim-milter       Loaded plugins: fastestmirror, security       Loading mirror speeds from cached hostfile       * base: mirror.ubiquityservers.c...
asked by 16.06.2015 / 17:22
1
answer

Is there any way to run software, native to 32 bits in 64 bits in CentOS?

I wonder if you have any way to run the 32-bit software in 64 bits? If so, do I need to install what?     
asked by 22.10.2014 / 04:31
0
answers

How to redirect all dns to a local proxy?

I would like to redirect all traffic that goes through a DNS server to a local Proxy or on the same machine ... example: 10.0.0.10 (DNS) > > Local Proxy > > Internet EX: For example, machine with ip 10.0.0.11 > (10.0.0.10) and...
asked by 10.07.2018 / 16:04
1
answer

Enable Nginx authentication for a specific URL

I'm working with a control panel and need to put an authentication in the access to the admin folder. I already created the user and password, the configuration of nginx this way: server { listen 443 ssl; server_name localhost; root /usr/lo...
asked by 18.06.2018 / 15:10
1
answer

How to hide folder in SFTP for a user

Well I create a new user on my host to access the devs, by entering putty with the created account only have access to their folder. However, when entering SFTP, the host user's folders can be accessed as I can hide the root folders in SFTP?...
asked by 23.07.2018 / 00:11
0
answers

Proxy server with php and curl super slow after x connections

I have a system that makes use of the Curl library in php, works perfectly however, when there are many online users the request with Curl gets extremely slow. I've tried all sorts of optimization in php / centos and nothing solved, does anyone...
asked by 19.11.2017 / 09:08
0
answers

login attempts on the e-mail server with non-existent users [closed]

Recently I noticed several attempts to login to the e-mail server with non-existent users, looking at the postfix log exist several lines similar to this: Nov 5 13:03:04 servename imapd: LOGIN FAILED, user=usuarioinexistente@umdominiohospedad...
asked by 05.11.2017 / 16:12
0
answers

Selenium testing on Linux

I have a suite of tests with 36 fonts, in Windows runs smoothly, in CentOS gives the error:    Chrome failed to start: exited abnormally. It is interesting to mention that when I run tests 1 to 1 the problem does not occur, just when I ru...
asked by 07.08.2017 / 13:25