Questions tagged as 'servidor'

0
answers

How to point the domain to my personal hosting

I recently bought a domain in 1 & 1 and I would like the domain to point to my linux server that I have on my computer. The port address of my router is like this, is it correct? The DNS of my domain I have so configured, the ip 47.63.1...
asked by 29.12.2018 / 18:06
1
answer

Display ANGULAR4 on APACHE server

I want to display an Angular4 app on a Apache server. After investigating a good time, this is what I have done so far: ng build --prod - > A dist folder has been created in my application. I copied (should I cut it?) and pas...
asked by 09.12.2018 / 19:53
0
answers

How to stop "httpd.serve_forever ()"

I had Apache perfectly configured and functioning. I wanted to try this script in Python: from http.server import HTTPServer, BaseHTTPRequestHandler class Serv(BaseHTTPRequestHandler): def do_GET(self): if self.path == '/':...
asked by 09.12.2018 / 23:15
2
answers

How to make my Linux server that has an antivirus installed, analyze the computers of a network?

I have installed on my computer that has Ubuntu, the sophos antivirus but what I want is to make my computer a server in which the antivirus scan the computers that can connect to my computer through the network, but I do not know how make that...
asked by 08.11.2018 / 16:39
0
answers

how can I see a page from my phone via wifi to a computer that has a lamp that is connected to the same wifi network

I do not know if I explain well in the title of the question, but here I give more detail, to start clarifying that I have a computer with Linux installed, and I have a local server with xampp. As I said both my PC and my phone are connected to...
asked by 01.11.2018 / 17:29
0
answers

JAVA socket closes before sending an ACK

   My code to understand this is a server socket receives a message of "n" lines with hexadecimal characters at the beginning and end (MLLP protocol), but when this buffer is analyzed to pass to string and then pass it to my procedure, it causes...
asked by 31.10.2018 / 16:43
0
answers

"Server Hangup" errors, "502 Bad Gateway", "err_empty_response" after creating a subdomain with xmlapi

The server shows me "Server Hangup", "502 Bad Gateway", "err_empty_response",  these messages after creating a subdomain from php with xmlapi. The information is registered in the database and the subdomain is created perfectly, only then it sho...
asked by 01.10.2018 / 01:06
0
answers

How to mount a public web server WITHOUT having public IP

I need to set a PUBLIC web server (can be accessed from anywhere). The problem is that I am inside an intranet. That is, I have a satellite Internet provider which has only 1 public ip and through its server performs the internal routing of al...
asked by 11.09.2018 / 21:31
2
answers

error when uploading image to the server, saving the name in the database

hello I have a problem uploading an image to the server and saving the name in the database, upload the name of the image but do not save it on the server because when I see it, it says an object not found but if the name appears with the one th...
asked by 06.08.2018 / 22:25
1
answer

Google Cloud SSH access

I have a server in Google Cloud and I used the SSH access to edit, install and change files. The problem is that I was looking for a way to install a FTP access and used: apt-get install vsftpd libpam-pwdfile and I changed the file vsft...
asked by 17.07.2018 / 17:13