Questions tagged as 'servidor'

0
answers

Configure subdomain in NGINX with rails

I'm uploading a Ruby on Rails application to DigitalOcean, and I need it to stay in a subdomain, I've already set up DNS and it's working. The application works in the primary domain. But the subdomain does not work. I'm using NGINX and th...
asked by 15.10.2018 / 22:50
0
answers

Recycle external pools in C #

I'm trying to recycle pools on external IIS servers from a C # code. After a search I found this method. string username = "user"; string password = "password"; string path = "IIS://ipServidor/nomeServidor/AppPools/NomePool"; using (DirectoryE...
asked by 05.10.2018 / 18:45
1
answer

Windows Server 2012 application with domain Locaweb [closed]

I have a Google Cloud Server Windows Server 2012, but I do not understand much of it. How do I point a domain that I have in Locaweb to my application running in IIS? On the locaweb site asks me to configure DNS.     
asked by 15.09.2016 / 16:34
0
answers

Parallel Task How to improve performance of this function

I'd like a suggestion to improve the performance of these methods. It has taken them too long to finish. Please if the question is not very clear just to mention that I try to improve I will make some images available with the codes. https://i.s...
asked by 23.09.2018 / 04:26
0
answers

Error "Server PHP Built-in Server at localhost failed to start."

I'm trying to start my localhost server and I'm not getting it. I am using Php 5.3 and Xampp 1.7.2 apache. I created a single file called test and within the dou an echo test, and nothing more. I have already uninstalled everything and start fro...
asked by 07.09.2018 / 20:44
0
answers

Error Migrating Active Directory from Windows Server 2003 to Windows Server 2016

Good afternoon! I'm facing a migration problem! My scenario is as follows! I have a server that all Win server 2003 and I will pass the domain of it to my new server that his system is Win Server 2016 Standard. I have already done all the for...
asked by 28.08.2018 / 21:47
1
answer

How to run http-server node?

I'm trying to install http-server npm install http-server -g But it is giving this error, I already configured the proxy, what can be? log: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1...
asked by 20.08.2018 / 20:36
0
answers

Mysql / MariaDb - Can not connect to local MySQL server through socket '' (111)

I have a program on Linux that runs quietly on a virtual machine with Ubuntu 14 and MySQL 5.5 . However, when you try to migrate to Ubuntu 18 and MySQL 5.7 , the program displays this message:    Can not connect to local MySQL server...
asked by 08.08.2018 / 04:45
0
answers

Performance difference of an application with identical scenarios

This weekend we deployed an application based on the Magento framework, which was extensively tested in a number of scenarios, with a high user load making multiple database requests, such as queries, updates and insertions, the entire course of...
asked by 30.07.2018 / 13:15
2
answers

How to run a python script that is located on another machine

I have 2 raspberry and a windows computer that has an apache server. I want to run a script that is on the server from those 2 raspberry. I type in the command line: sudo python3 192.168.0.8//teste/teste.py but the following message com...
asked by 24.07.2018 / 16:02