Questions tagged as 'servidor'

1
answer

How to use various sites in Ubuntu Dedicated Server?

Hello, friends! Context: I have a dedicated server to host web applications. The root directory is the default / var / www / html of any server. I want to host a website first. In the root directory (/ var / www / html) is phpmya...
asked by 12.02.2018 / 16:02
1
answer

How to configure a common java project, host and run on a server [closed]

Oops, good evening, guys, with some questions about java systems running without a server. I and some friends are developing a java integration project (we receive information from a server / service, we treat it in our system and then we pas...
asked by 05.12.2017 / 03:23
1
answer

cron job is not executed

I have a cron job that calls a url, this url is a folder that contains an index.php file. This PHP file runs every 12 hours and saves the databases of my server in .sql files inside a folder, but by the cron job it is not doing this, but if I ca...
asked by 05.07.2017 / 03:11
1
answer

Why is working slower locally?

When I upload a local server with PHP or NodeJs , I come across a slowness that does not happen in a hosting The same happens when I simulate a server with Ngrok In other words, is this all due to processing power or do...
asked by 25.07.2017 / 14:40
1
answer

Can I automatically run a Python program outside my computer?

Good morning, I've done a Python script that searches the various websites for the occurrence of some words and stores them in SQL database. I would like to track the occurrence of these words over time, but I do not want to be left clicking to...
asked by 06.06.2017 / 10:32
1
answer

Ubuntu Terminal access a website every day

I'm working with a WebService (SOAP + XML) that requires access every day on a link, I want to automate this service on my Ubuntu Server, I thought of using Lynx along with CronTab to access the link and then close, follows the CronTab code: 0...
asked by 16.04.2017 / 23:55
1
answer

HTTP request limit and SQL queries

I am developing a system that will have a lot of requests and would like to know the opinion based on your experience. 1) A server running apache with php and 64GB of memory, would process 50,000 requests per second? Example, an HTTP request...
asked by 05.04.2017 / 03:16
1
answer

MVC structure on remote server

I have the following directory structure in localhost : -config -hsapp |--Controllers |--Models |--Views -public |--Assets |--Index.php -vendor composer.json It is perceived that it is an MVC structure. I created a virtualhost right...
asked by 20.03.2017 / 23:18
2
answers

How do apps validate login to a remote server?

Let's assume I have a site with a MySQL database with logs for login, so a desktop or mobile app would need information like host, root and password to remotely validate a form, but that would not be dangerous every copy of the app have this inf...
asked by 16.11.2016 / 02:46
1
answer

Handling web page errors with PHP

Hello!  Is there a possibility that when there is a 404 error, for example, my server send me an email notifying me of the occurrence through php?     
asked by 08.08.2016 / 04:30