Questions tagged as 'servidor'

2
answers

Error when creating a Django simple table?

class Produtos(models.Model): #id = models.AutoField(primary_key=True) nomeproduto = models.CharField(max_length=50, blank=True, null=True) quantproduto = models.CharField(max_length=30, blank=False, unique=True) status = models...
asked by 22.06.2018 / 15:43
1
answer

How to host a laravel site on windows server?

The computer where I want to host the site developed in laravel is in another network. I put the whole site on the server and ran the command php artisan serve --host MEUIP --port MEUPORTO When I test on another computer does the browser re...
asked by 19.08.2017 / 18:33
1
answer

move_uploaded_file failing

Hello, guys, how are you? I have a problem to save images inside the server. This code I found on the internet, but it does not work. It returns me some errors. Can you help me? This is the code: if ( isset( $_FILES[ 'lutadorUm' ][ 'name' ]...
asked by 06.04.2017 / 19:26
1
answer

MySql server with Xampp to be accessed by another machine? [closed]

I am a complete beginner in tinkering with web programming and local and remote servers, my notion on these subjects is quite partial. Well, I have a system that will need to access a Mysql database. But this server with the database must be on...
asked by 25.08.2016 / 16:53
1
answer

Mongodb and Redis on the same server

I am planning a system that uses Mongodb for reading data and Redis for session sharing between PHP and Nodejs. Is it a problem to have both Redis and Mongodb running on the same server, since both store data in memory?     
asked by 04.12.2014 / 00:44
1
answer

(Eclipse) JBoss never starts

I'm having trouble trying to make JBoss run on the Eclipse self. I installed JBossASTools, downloaded the latest version of JBoss, and did the default installation procedure for new server in Eclipse (with the configuration file standalone-fu...
asked by 01.05.2015 / 03:08
1
answer

How to redirect a subdomain using the DNS service of Registro.br

I have a private server with fixed IP and I have some sites running on port 80. Configuration: Linux Debian and Apache For example, I have two subdomains: IP_SERVIDOR/site1 IP_SERVIDOR/site2 I registered the two domains in the registr...
asked by 30.04.2015 / 16:50
2
answers

Max size larger than 2MB in file upload DOCman

When I try to send a file through Joomla DOCman, it will not let me upload files larger than 2MB. However I have been to see all the configurations of the cpanel and has all a good limit. Here is a print of the settings that I put in the cpanel,...
asked by 14.10.2014 / 14:00
2
answers

Dedicated server X VPS. How to know which one suits a particular situation?

I have an application in PHP (codeigniter + MySQL) hosted in a shared web environment. Database viewing and writing accesses have increased a lot in recent times and I'm experiencing "Throttling CPU" problems on the part of the hosting server....
asked by 20.07.2014 / 16:17
2
answers

How to do a dynamic update to all database tables for a specific column

How can I make a dynamic update to all database tables for a specific column common to all my tables? I'm thinking of using the catalog table to raise the database objects but how can I build the dynamic update for each table that the select...
asked by 12.02.2018 / 05:38