Questions tagged [host]
239 questions
0
votes
1 answer
Host mirroring or multiple-host for one domain
I have already bought a host service from a host provider company but the host service down a lot and they are not good at all. I don't want to fall down in the hell again I like something like server mirroring for my host if one fails another runs…

Kamiar
- 133
- 6
0
votes
2 answers
Trouble adding domain name
I've added a new virtual host configuration to my stuff, I copied a configuration file for a live site that works, modified the 7 lines that it is and then a2ensite it, added it to /etc/hosts and it's not functioning. Google chrome is saying that…

Ben
- 3,800
- 18
- 65
- 96
0
votes
1 answer
Need help configuring apache with 3 different hostnames that support wildcard subdomains
I have a single physical server. I need to set it up so i can have 3 different domains on it. Each one of these domains needs to be able to support wildcard sub-domains. (.example.com,.example2.com,*.example3.com) I can purchase two more ips if this…

user52177
- 101
0
votes
2 answers
Parallels Network Setup -- Localhost goes to host computer
Is there a way to get 127.0.0.1 to route to the host computer (the one running the virtual machine, not the virtual machine itself)? I am supporting a web app that sometimes requires 127.0.0.1 to be the ip address, and NOT the 10.222.54.2 number I…

bobber205
- 241
- 1
- 6
- 17
0
votes
3 answers
Apache2 vhost configuration problem
What I'd like apache to do is match every request for example.com and redirect to www.example.com. Any other hosts sent by a browser that are not on this domain should return a 404.
Here are my two vhosts:
example.com:
…
Dude
0
votes
4 answers
How to map "localhost:8080" to simply "localhost"?
Using the hosts file, I can't do something like this:
127.0.0.1:8080 testing
Therefore I will have to write
127.0.0.1 testing
http://testing:8080
in order to do the same thing.
The problem is that I need to be able to access the IP without…

marcgg
- 161
- 1
- 3
- 11
0
votes
1 answer
What is voice xml and how can I host it
while looking for a way to use speech recognition with flash I crossed paths with voice xml. I've gone through the wc3 description of it but still I have a few big questions.
Can I simply create a vxml doc and place it on my webserver? What are the…
Logodym
0
votes
1 answer
Rebooting ESXi build 4.0.0, 193498 Lost Network on Guests
I have two ESXi hosts one running esxi build 4.0.0, 193498, and the other esxi build 4.0.0, 208167. These servers are identical HP DL 385 G5p with 64GB of Physiscal RAM, and almost a terabyte of local-drive space.
esxi build 4.0.0, 208167 = Host…
doepain
0
votes
1 answer
Using ESXi 4 with more than 1 physical CPUs
I found this sort of question has been asked many times, but unfortunately I was unable to find the proper answer for the case I'm describing here.
Well these are the details:
I got from VMware 2 licenses for ESXi 4 Update 1. One ist for up to three…
sbogus6
0
votes
1 answer
Using CNAME to point to other website does not work
I have below domain name registered on Hostinger
himanshupoddar.tech
I added CNAME record to point my domain to another website "okcredit.com"
But it does not work and I am still not being redirected to the okcredit website when I visit…

Himanshuman
- 113
- 7
0
votes
1 answer
How to get access virtual servers from host machine by domain?
I have virtual machine Ubuntu on Windows host machine. On VM there is nginx server with virtual server site.com. VM IP is 127.0.1.1. In VM I edit /etc/hosts:
127.0.1.1 site.com www.site.com
And now I can type in VM browser site.com and get site…

m1know
- 1
- 1
0
votes
1 answer
How can I determine which network adapter a device is using for packet emission when attempting to reach a specific IP address using ping?
I have been trying to reach a particular IP and I have not been able to check on which Network Adapter it is using for publishing. Is there any way to check on a particular device to verify whether it is being used for packets emmission?
I tried on…
0
votes
0 answers
LocalHost Host and Port Unable to Connect
I received feedback from one of the community members who showed me that my disk is full.
This is why, I would like to try to use the "Deploy and Access the Kubernetes Dashboard" using my Mac Terminal by this command - kubectl apply -f…

jng77
- 1
0
votes
1 answer
How do web clients access vpn protected servers?
I'm not talking about joining the VPN network through a client like OpenVPN, I'm talking about the user's connection to the VPN server, for example:
Normal flow: Web Client >>>> Server (No VPN)
Server flow with VPN:
Web Client >>> [ Reverse Proxy ?…
0
votes
1 answer
Could not resolve host error when trying to reproduce Kyma expose function tutorial
I am trying to setup Kyma for my local k3d cluster by following this https://kyma-project.io/docs/kyma/latest/02-get-started/02-deploy-expose-function/ tutorial. Everything seems to work fine up until the final step. My hello-world function shows…

kyma-tester-123
- 1
- 1