Questions tagged as 'servidor'

1
answer

Is it dangerous to leave mod_mime_magic active in Apache?

I was once arguing with a more experienced programmer than myself (the user @Bacco ) about uploading files. I was commenting with it it did not make sense for someone to try uploading a file with jpg extension having in the content a...
asked by 18.10.2016 / 13:19
2
answers

How to run Wamp Server on a network?

I installed Wamp Server on the network, but it does not work. It turns red, move the mouse and it says "Server online". I have already modified the httpd.conf file to release the permission for all hosts and nothing. Follows: # #...
asked by 02.12.2015 / 17:06
3
answers

How to maintain a web project in synchronization with remote server?

I would like to know the best practices of keeping a web project up to date on a remote server. I'm starting a web project in which I need to keep it on a remote server, and from my local server I keep synchronized all the files on the server, f...
asked by 13.08.2015 / 19:31
1
answer

from sql server to mysql with php

I have a SqlServer database and need, via php script, to send the data from a table to a MySql database. Will OPENQUERY result within the condition I have (php script)? How best to do this? The code I use to connect banks: Sql...
asked by 20.08.2015 / 14:09
1
answer

Is there any standard, convention or practice that governs the use of static file server domains?

I have the following scenario: Each customer of my service (SaaS) has a custom url. For this, I created a CNAME record *.dominio.com pointing to my server. Eg: empresa1.dominio.com , empresa2.dominio.com , etc. For s...
asked by 15.05.2015 / 17:11
1
answer

What is the correct way to use wildcard DNS?

I need the Apache virtualhost of my server to meet the following rule: 1- If you are domain.com or www.domain.com, then display the content at /var/www/domain.com/home 2- If it is blog.domain.com, then it displays the content in /var/...
asked by 07.09.2014 / 07:12
2
answers

ASP Classic runs on ASP.NET server?

I have a whole site made in Classic ASP and hosted by a provider. My client - who is a multinational - wants to put their website inside the company's global server and the directive that came from outside says the server runs ASP.NET. My...
asked by 12.01.2016 / 19:43
2
answers

Should I encrypt the password on the application or server?

I'm making an application that requires user registration and my question is whether to do the encryption in the application and save it to the server or send the password and do the encryption on the server at the time of the registry?     
asked by 24.08.2017 / 16:27
2
answers

Programming with client and server: How to get numerous data exchanges per client and numerous clients simultaneously?

The client: from socket import * serverHost = 'localhost' serverPort = 50007 # Menssagem a ser mandada codificada em bytes menssagem = [b'Ola mundo da internet!'] # Criamos o socket e o conectamos ao servidor sockobj = socket(AF_INET, SOCK...
asked by 08.04.2018 / 00:54
1
answer

When changing any line of PHP, it gives 500 error (server)

Colleagues. I have serious problems with a particular server, from which only these errors happen. We have a system from which we change the directory and all the links are working perfectly and are in the root directory of the server. We've...
asked by 09.04.2017 / 22:56