|
I have the following task: Create one website which is accessible with 20 different domains names.
Same files, same folder, same ip.
Question (shared hosting): Can this be accomplish with a bare cname's pointing to the same common subdomain or do we need...
Started by Codex73 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To the vhost config, via whatever means available to you Ensure the default virtual host on the target them at the default virtual host
If you can't do that, host 19 of the domain names at some other web host, and then use....
|
|
I need to find the host name of a UNIX host whose IP is known with out login to that UNIX host
Answer Snippets (Read the full thread at stackoverflow):
Just give it the IP address as an argument:
$ host.
Just use the traceroute it will show you the routing path with host names (IPs resolved)
You can do a reverse DNS lookup with host , too.
|
|
Can subversion be hosted on Amazon's hosted cloud service?
Started by Blankman on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You'll want to be careful about data integrity and ... .
Absolutely - my company hosts a public open source SVN repository and our private repository on an Amazon EC2 instance.
Set up an ec2 instance with linux and install svn on that server .
|
Ask your Facebook Friends
|
Im Implementing a Video Broadcasting site, I need to generate thumbnail for every video when the video is uploaded. For that i had to install ffmpeg and modify php.ini. My doubt is whether can i host on normal hosting or I MUST select ffmpeg hosting??...
Started by Rajasekar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When the file is loaded you'll have to run the exec command (or similar as ... .
One way to do it is to select a hosting solution that allows access to the shell to execute scripts and code other than through Apache (or whatever your web server is).
|
|
What's the difference between cloud hosting and normal hosting?
And when do you use each?
What are the benefits to the customer?
Started by abdul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
There are also two.
From your host or have it shipped to a datacenter and installed and managed by a team.
|
|
Hi,
I need to rewrite the "Host Name" {HTTP_HOST} for an incoming request. Is it possible to do this using IIS 7 Rewrite Module?
I want to rewrite http://abc.xyz.com/ * to http://xyz.com/sites/abc/ *. This is being done for a SharePoint site which uses...
Started by SharePoint Newbie on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
216.35.68.215 host name people arrive at your site ....
216.35.68.215 economist.com
and the other IIS site listens on the ip address with the other host headers entered.
Site stays as is listening on the current host header e.g.
|
|
Is there a service that will identify where a site is hosted (presumably by IP)?
Started by Hafthor on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The uptime, web-server software, and ISP used to host websites as well..
|
|
Is there a service that will identify where a site is hosted (presumably by IP)?
Started by Hafthor on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Internic whois lookup : this looks up the registered operator of a given domain name, along... .
Who is the registered operator for) a given IP address block .
A good place to start is whois:
ARIN IP Address whois lookup : this allows you to see who "owns" (ie .
|
|
I am installing a mysql database for the very first time on my web hosting. and am stuck. what value to put in $host in connection config of mysql DB? the rest i know. till now i have been using localhost. now i am going live. from where to get the host...
Started by amit on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It's likely to be localhost there as well, but you'll need user name and password from your provider even in... .
Only your provider knows.
Should be able to get that from whatever hosting control panel they offer.
Try the IP of the database server.
|
|
I have a couple of sites which I would like to host out of the same account and each should be accessible by their unique domain name (not out of a sub directory or sub-domain) instead of paying individually for several hosts. Are there any companies ...
Started by Joe on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
By the host supports "add-on" domains, in which case they will all sit in your public_html in their own.
|