Questions tagged [host]
239 questions
2
votes
3 answers
IIS accessing site without port
I have deployed our company intranet website to IIS 7 server added the following binding info.
IP Address: All Unassigned
port: 3333
domain name: subdomain_name.domain_name.com
Although the site is deploy on port 3333, I want to be able to access…

user922291
- 125
- 1
- 2
- 5
2
votes
1 answer
Accessing guest VirtualBox console via headless host SSH?
I've looked quite some time for this, and just can't find anything.
Is there a way to access a VirtualBox guest consolle, via headless host SSH session? I.e. without any RDP/VNC protocols, just like on Xen, via xen console VMNAME?

SyRenity
- 3,179
- 11
- 57
- 79
2
votes
1 answer
Sort Dynamic Virtual Host Folders
I'm trying to set up a dynamic virtual host for the first time with apache.
Is it possible for be to implement some sort of folder sorting system?
For example the first ten sites are in:
/Vhosts/1/
The next ten in :
/Vhosts/2/
And so on, in order to…

user81536
- 147
- 4
2
votes
2 answers
Any way to speed up my website in other countries?
My website(social network) was built with django, cassandra && memcache, rabbitmq, mysql
it used rabbitmq to serve POST requests (often it user submitted contents), to balance the load of mysql.
And memcache && cassandra to serve GET requests (often…

springrider
- 127
- 3
2
votes
1 answer
What is the terminology and technology used to assign multiple IP addresses to a single host name?
Possible Duplicate:
Point Multiple IP Addresses to a Single Host Name
I want a host name such as "www.dacracot.org", to point to multiple IP addresses, "1.2.3.4" and "1.2.3.5".
Is this set up by my DNS people? What is the correct terminology?

dacracot
- 469
- 2
- 13
- 28
2
votes
3 answers
KVM: Can one have a graphical OS as the guess OS running on a host OS such as Ubuntu Server?
Perhaps this is a foolish question, but searching for answers proved fruitless as so many of the search terms come up in this domain anyway, but here goes:
Is it possible to have a graphical OS (e.g. say Ubuntu Desktop or Win7) running under KVM…

Neil
- 185
- 1
- 5
2
votes
2 answers
Does running a Control Panel on my server affect performance?
I'm thinking of getting a Dedicated Server from Leaseweb and noticed they offer a nice range of Control Panels to make life easier on the sys admin.
I'm wondering, though, do these control panels affect performance? I've used a VPS in the past that…
Frank
2
votes
2 answers
Where does cPanel store websites?
When I was using Plesk it was simply under /var/www, however it is empty when I have at least 2 sites now on a cPanel machine. What is cPanel's architecture in terms of storing files?

Darren
- 85
- 1
- 8
2
votes
2 answers
Is a subdomain essentially a host?
I'm trying to understand the difference between a subdomain and a domain in a LAN versus a WAN (Internet). (Or am I just fooling myself. Is it the same?)
If I google it I just get that a subdomain is the beginning like x.domain.com where x is the…

bestprogrammerintheworld
- 123
- 5
1
vote
1 answer
redis instance restore using dump.rdb is not working
I have redis instance with 10 keys in qa env.
the instance is configured to use dump.rdb in /tmp directory .
I ran "save" command and saw new dump.rdb file that was created .
then I created new instance on other host .
copied the dump.rdb to the…

alonzo
- 31
- 3
1
vote
1 answer
If I have user/host pair "root@", is it necessary to keep "root@localhost" in the mysql host/users table? (multi-part Q)
On computer "dexwin10", the user@host pair is as follows:
root@dexwin10
root@%
root@localhost
When people install our software, we want them to be able to access the database from computers other than just their own. This tells me localhost…

Collin
- 111
- 3
1
vote
0 answers
VPN Redirection based on specific domain and IP
I have a VPN connection on my mac and I try to redirect (1) only some IP range and (2) domain throw VPN connection.
I achieved to redirect all IP range from 192.168.11.0/24 through VPN by creating a file /etc/ppp/ip-up and write it…

Alexis G
- 121
- 1
- 8
1
vote
2 answers
How to set NS for second server?
I have a domain: example.com and have a server with IP 21.1.1.1
I set vanity/private/child nameservers for example.com as below:
ns1.example.com with IP 21.1.1.1
and
ns2.example.com with IP 21.1.1.1
And in server's WHM I set NS as…

user3252522
- 11
- 1
1
vote
1 answer
Is there a way to get the host of an SSH request in an SSH server?
I'm writing a custom SSH server. Whenever I connect to it via ssh user@subdomain.example.com, I need to know the value of the subdomain.
Right now I can only get remote and local IP addresses.

Alex
- 139
- 10
1
vote
2 answers
Getting the ISP for sending a DMCA Takedown Notice from IP address or domain name
There is this site which is cloning our project "pixabay.com" in basically everything: contents, layout, etc. We would like to send a DMCA Takedown Notice to their ISP. However, when looking up the violating domain "maxpixel.freegreatpicture.com",…

Simon Steinberger
- 75
- 7