Questions tagged as 'servidor'

1
answer

Xampp as a corporate solution for a web server with php applications [closed]

I have a machine that will serve as a web server, with applications in php and applications with embedded server such as pentaho and odoo erp, which will be used as intranet and extranet systems. As far as xampp is concerned, would someone wi...
asked by 04.02.2015 / 17:07
1
answer

Class C # as parameter in SQL Server [closed]

asked by 12.04.2017 / 01:39
1
answer

What would be "Server Signature" and how to turn it off?

In some tests found that the "server signature was on," I do not know what that is. What is it and how can I turn off this "signature"? In security testing I recommend that I turn off this signature to preserve server security.     
asked by 07.01.2015 / 20:25
1
answer

Connecting a local server to an external server with js and php

My intention is for the local server to query data on an external server. I wonder how I could get the external server to wait for the local connection, and depending on that local connection, make different decisions. Example: I have 2 clien...
asked by 13.05.2015 / 22:06
1
answer

Tomcat log too heavy

I've noticed that some files that are inside the Log folder of Tomcat are getting too heavy. Yesterday I deleted a file with 40GB and today it already has another with 2GB . I can not read the contents of these file...
asked by 05.01.2016 / 13:44
2
answers

PHP Settings Required for Local Server

I'm starting development in PHP, and I've started to have some incompatibilities in my code. I say in case something works locally and when I upload it to the server, something goes wrong. On the server, the PHP version is: PHP Version 5.2....
asked by 17.08.2014 / 21:50
1
answer

Problems with Tomcat 7

I have a Java web application, installed on a Windows Server. When starting tomcat, it works normally, and addresses like: http://localhost:8085 and http://localhost:8085/examples (examples that already come with tomcat) They work n...
asked by 05.01.2015 / 17:09
1
answer

How to do a "select like" to a result of a subquery

I need to make a select in sql server 2014 to the result of a subquery, example: select * from tabela2 where codigo like ("1;3;4","3","1;2;5") Where ( "1;3;4","3","1;2;5" ) is the result of the subquery ( sele...
asked by 27.09.2017 / 17:06
3
answers

Redirect from "domain.com.br" to "subdomain.xyz.com.br"

I'm having a redirection / pointing problem, and I think it's some bad server configuration. I have a VPS (digital ocean) running Ubuntu14 (terminal) with Apache, PHP5, MySql. I have full access to the DNS settings of this VPS and domains (Regis...
asked by 07.07.2015 / 15:36
1
answer

Nginx - running php and node app in the same domain with different ports

I'm setting up a blocks in nginx, but I'm having trouble running two separate apps, see the following situation: I have 2 apps (PHP and Node.js) just a domain (example.com) and need to point port 80 for the PHP application and 8080 for the...
asked by 30.11.2015 / 15:34