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

How to move Symfony 2 project to hosting?

I upload my project in My hosting service, this is the link to My web site. please make a lock to now my problem http://paleoamerican.fr/web/app.php/. This is the tree in the host ! / folder http://hpics.li/c7cfee6 -This is public_html folder that…
M-BNCH
  • 393
  • 1
  • 3
  • 18
0
votes
0 answers

Remove "sub" host from URL with javascript // www.search.test.com - only want "test.com"

Got some different web applications: - test.com - search.test.com - mysite.test.com - awesome.test.com .. etc I'm trying to make a global meny that always takes you back to the "test.com" site. Since we have different environments I cannot…
Plexus81
  • 1,221
  • 6
  • 23
  • 44
0
votes
1 answer

Personal webpage set in https without my interaction. How to undo it?

i've got a little problème im not even abble to clearly formulate. And this didnt helped me finding an answer on the internet. So I rely on you people if somehow you have allready encouter this problem or either simply had an idea of where this…
Baldráni
  • 5,332
  • 7
  • 51
  • 79
0
votes
0 answers

How to open a Symfony app on production mode [url]

How can I test my app in production mode, when I try to open it http://localhost/FirstProject/Symfony/web/app_prod.php/ the server returns Not Found
M-BNCH
  • 393
  • 1
  • 3
  • 18
0
votes
1 answer

How to allow special IP or host access /admin page with Rails?

If Django, we can use ALLOWED_HOSTS = [] in the settings.py file. How to do it with Rails?
s-cho-m
  • 967
  • 2
  • 13
  • 28
0
votes
0 answers

Retriving mac-id from http request

I am working on an application which requires me to make use of mac-id for authentication purposes, meaning a user should be able to login from only one particular machine always. In the case he/she tries logging in through some other machine,…
user3227262
  • 563
  • 1
  • 6
  • 16
0
votes
2 answers

Chef, Vagrant and private git cloning

i have acces to git repo on host, and i have a Vagrantfile: # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ubuntu14.04" config.vm.box_url =…
GALIAF95
  • 619
  • 1
  • 10
  • 25
0
votes
1 answer

Virtual host on Mamp Pro not working

Am new to Mamp Pro though I've been using plain Mamp for a while. Using MacBookPro running Yosemite. Mamp's default localhost server is working fine and in a browser I can open subfolders living in htdocs with no problem and they behave like sites.…
peterh
  • 37
  • 1
  • 7
0
votes
1 answer

Inter host name resolving

I am trying to setup a lily cluster where in it talks about Network Configuration which I am unable to understand. But every time I try to run the server I get the following error. Kindly explain me the network configuration and how am I supposed to…
Monodeep
  • 1,392
  • 1
  • 17
  • 39
0
votes
1 answer

Uploading a database to server

How do I upload to my local host database to a server uses direct admin. I tried to take a .gz file from my local host database and when uploading it to the server It said that it is not a backup database. So do I have to create the database tables…
Samer Essam
  • 25
  • 1
  • 5
0
votes
1 answer

Java web logic error out of sudden

I am developing a java web application. It was running well but today I opened Eclipse and all imported libraries are throwing errors. As if I didn't have those libs. I didn't modify my project. The only thing different that I've done was to try to…
henrique romao
  • 560
  • 1
  • 8
  • 32
0
votes
1 answer

is it possible to install/run several instance of openfire server on hosting with operation linux?

I want to install several openfire server XMPP on one hosting with operation linux. 1.Is it possible? 2.is there any guide for this issue?
0
votes
1 answer

pass parameters to remote machine

I would like to be able to pass parameters to remote machine. In this script I wanted to chmod some files on remote destination machines based on the permissions, that I find on the same files in the source machine. It works for me if the…
fuzzy186
  • 27
  • 1
  • 7
0
votes
2 answers

Valid host ip address

I am now maintaining a piece of code that has a warning not to use the value 0 or 255 in an IP address for hosts. Can someone help and shed some light on the restriction, if any, on IP address for host? It is mandatory to backup the info from a…
Randall Flagg
  • 4,834
  • 9
  • 33
  • 45
0
votes
1 answer

Moved host, got error PHP Notice: Use of undefined constant

I just moved to new host In this new host i always got error_log, even with this simple php file : this is the error_log content: [09-Apr-2015 18:42:09 UTC] PHP Notice: Use of undefined constant Y - assumed 'Y' in…
michaelmore
  • 11
  • 1
  • 2
1 2 3
99
100