Questions tagged as 'servidor'

1
answer

Get server operating system in PHP [duplicate]

How can I get the server operating system in PHP? I would like to return something similar like this: Windows 7 Service Pack 1 x64     
asked by 14.11.2017 / 13:13
1
answer

How to get server operating system information? [closed]

How can I get the operating system from my server? For example, some method to know if the operating system of the production environment is in Linux, Windows, etc ...     
asked by 07.08.2017 / 23:33
2
answers

How to publish multiple Laravel applications on Shared Server?

I have two independent applications made in Laravel I would like to host them on the same server, in separate directories. I searched extensively in the documentation and forums, and managed to make only one application work correctly, howeve...
asked by 19.02.2016 / 21:23
1
answer

Problems with localhost applications with AngularJS and NodeJS

I have some questions and problems trying to create a server with nodeJS . The issue is that I have an application developed with very simple AngularJS and I want to make another one in nodeJS which basically loads AngularJS . I crea...
asked by 03.08.2015 / 21:17
2
answers

Activate module "zlib" in php 5.5

I have a Magento store hosted on a dedicated server and to generate a PDF file in one of the platform modules you need to have the Zlib extension installed. The same is already installed, if I execute the following command in the terminal the ex...
asked by 09.06.2015 / 22:56
3
answers

How to send parameters to a server?

I started learning Android programming very fast. I was programming in Java desktop but never made any application to communicate with a server. Now I need to communicate with a server via the post method in an Android application. I...
asked by 07.10.2015 / 22:45
2
answers

How to create a robot using requests in Java?

I have been interested in making robots to perform small repetitive and boring tasks. I use a class of Java called Robot. However, I think the way I'm doing is not the most appropriate, because it's a pretty handy robot that works with mo...
asked by 14.03.2014 / 18:22
2
answers

Incorrect PostgreSQL Daylight Saving Time

With the change of daylight saving time start date this year, postgreSQL database is having problems (as well as several other systems), informing timezone with dls (daylight saving) from 21/10. How do I get the SGDB to report...
asked by 23.10.2018 / 23:54
1
answer

How to detect network instability with C #

I have a WinForms system where the folders that this system generates and uses is on a server, but there are some routines of this system that are creating multiple PDF's on the server, and when there is any instability in the network it does no...
asked by 29.03.2017 / 14:54
1
answer

Release subdirectory through .htaccess [duplicate]

How do I release a specific sub directory (and all of its files) via .htaccess? As I use "friendly url" and through .htaccess I block everything that is not convenient, I would like to know how to "free" access to a specific folder a...
asked by 22.05.2015 / 04:11