Questions tagged [host]

A general-purpose computer system interconnected to some communications network, or communications networks for the purpose of achieving resource sharing amongst the participating systems is called Host.

A general-purpose computer system interconnected to some communications network, or communications networks for the purpose of achieving resource sharing amongst the participating systems is called Host.

This term is used in a number of Request for Comments (RFC) documents like RFC 871.

1857 questions
0
votes
1 answer

Restrict service to specific host

I come to you today because I'm facing a problem with my Symfony's project. I'd like to restrict a service to a specific host. The project includes several interfaces for different kind of users. The thing is I need to declare some services only for…
Thomas CEDRINI
  • 171
  • 1
  • 3
  • 10
0
votes
2 answers

Using Finagle's clientbuilder, how do I set the host externally?

I am building a simple proxy to point to another server. Everything works but I need to find a way to be able to set the hosts in a ClientBuilder externally most likely using Docker or maybe some sort of configuration file. Here is what I…
Ryan Wilson
  • 1,743
  • 3
  • 15
  • 26
0
votes
1 answer

Asp.net MVC 4 DataAnnotation Language on Host Locaweb

I'm developing a website Application. I'm using asp.net MVC 4 with .net 4.5 framework. I'm having some problems with language validation messages. In my PC and work PC the validations show in brazilian portuguese, as I'd like. But, when I publish in…
0
votes
1 answer

Python Program to send data to A wireless Controller

I have implemented a python program to send data across to a Juniper wlc100 controller. I have to use the prewritten juniper wlc file to send data to the controller. The error was that a "host" parameter was missing. I don't think we need a host…
0
votes
1 answer

alfresco webscript get hostname params

I want to know hotname params in javascript webscript. Informations i need are : url protocol (http|https) server port hostname Is there a way to find these information in a share or alfresco webscript ? Thank you.
soung
  • 1,411
  • 16
  • 33
0
votes
1 answer

How does Python networking work?

I'm a total beginner and newb at all this programming stuff and I'm trying to learn as best as I can but I'm having issues. Can anyone explain Python networking? Where I'm getting confused is my book says: "You can run several clients while the…
Bryce Caro
  • 65
  • 10
0
votes
1 answer

Need help checking if to emails are part of the same domain?

Background information: I need to make a system that lets users log in by identifying themselves with an email address/password combination. So I'm trying to find a way to check that the login matches something in the database, when the two may be…
Patrick Jeeves
  • 371
  • 2
  • 16
0
votes
1 answer

Wordpress comments with images - disabled by hosting

My Wordpress websites is stored on a shared host (HostGator). I noticed that when I insert images into comments, the host returns 413. when I asked the hosting about it, they said that they are limiting the comments size to prevent SQL injection. (I…
Jess
  • 1
0
votes
1 answer

what it means to host a web player unity3d file on server like dropbox loading it into facebook canvas and use backend server like GameSparks

I'm new to backend servers and hosting files so if you could give me a starting point just to undersand how it works. If I can log in with a facebook profile somehow this data saved in the dropbox and if I try to log in again with a different…
Fadi Bakoura
  • 301
  • 4
  • 14
0
votes
1 answer

How To Set Up nginx Virtual Hosts on Ubuntu

Problem: Unwanted nginx vhost redirection to www.domain.com I configured my server/dns as follows: root@letthemstare:~# cat /etc/hostname letthemstare root@letthemstare:~# cat /etc/hosts 127.0.0.1 localhost 127.0.0.1 letthemstare.dev.local…
0
votes
1 answer

Get Apache VHost to load index.html instead of web directory

I'm having no luck finding this question answered so I'm asking this myself. To get my VHost working, I followed this answer. My (working) "httpd-vhosts.conf" file looks like this ServerAdmin jesuscc1993@gmail.com …
Jesús Cruz
  • 192
  • 2
  • 18
0
votes
1 answer

Telnet Host in a single line without password

How to telnet host port in my script so that i do not have to give login name and password manually. For example telnet Host 2000 login: Password: I want to use this in a shell script, how can i avoid user login and password OR How to pass in a…
user2663468
  • 85
  • 2
  • 8
0
votes
2 answers

Blank page when website is hosted online

I have build a small website with some php. It works perfectly on my localhost (even without database information it loads the html and css). However when I put it online I just get a blankpage, no errors, nothing. However when I manually type a…
user3589409
0
votes
0 answers

Domain host and localhost

I am doing my web-application project by using jsp/servlets. It works fine in localhost. Now I had given the access to a domain host to upload my project through FileZilla. The jsp pages now displayed as source code instead of an interface of my…
Sue
  • 125
  • 1
  • 2
  • 14
0
votes
1 answer

Error nodejs connection to database

Nodejs trying to connect to a database and pulls me hostinger this error before i use http://www.freemysqlhosting.net/ was similarly placing the host, user, pass and name of the database and did not erro I think that is the port but idk .. I'm…