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...
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.
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...
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...
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....
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...
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...
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...
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...