I saw a while ago a company selling vps's such that you pay for the amount of resources you use and then you can divide that accross as many vps's as you like.
I cant seem to find this anymore, has anyone heard of it?
I am trying to determine the best design approach for this business need.
There are multiple URLs:
[url] [url] [url]
The URLs are going to be specific to a topic but the displaying of the pages is template based. For example, there is 1 JSP page that will display the content for a topic based on an ID.
[url]is ID 1 in my database table. [url]is ID 2 in my database table. [url]is ID 3 in my database table.
So I could do a form post to display the specific content for a topic.
Code: <form name="frmTopic" action=”/topic” method="Post"> <input type="hidden" name="topicID" id="topicID" value=""> </form> So by populating the topicID and posting this form, it directs to my JSP page and displays the content specific to the topic ID. So if I pass 1, content about cats is displayed. If I pass 2, dogs and 3, birds.
I want to keep the URLs specific to the topic but I do not want to pay for hosting for each site since the only difference from one site to another is 1 page. The 1 page is the page that tells the JSP page which topic to display (I realize I have to hard code the ID number after I add the topic to the database).
Here is my question.
Is there a way I can have a specific index.htm page for each site [url]with one hosting account (I am using GoDaddy)? Then I could have this page redirect to the template JSP passing the ID. I could then put very specific items about the topic on this page to hopefully improve its page rank in search engines.
If this is not possible, I could create an initial JSP page that checks the ServerVariable for the specific URL and then passes the ID… something like this:
Request.ServerVariables("SERVER_NAME")
I am looking for feedback on the best approach so if there is an option that I have not listed that is better, please let me know.
i have about 80 domains with godaddy and about 30-40 with 1and1. i have two hosting packages with 1and1 a "home" package and a "business" package. i have a main site up on the business package right now. the home package has tons of files from an old forum that really could just be wiped out.
My question is that i have a few sites being developed right now. 3-4 to be exact, can i host them all on the same package? i want each to not be a sub of anything. What do i do? Calling tech support yielded worthless answers. Do i need a different type of account?
I have a VPS account with WHM/Cpanel console access. I have three domains that I am trying to setup. Within WHM I have setup three different accounts, one for each domain. I am able to login to the cPanel for all three accounts. This also created a new web directory for each domain in /home/domain_name/public_html/. I have placed my default index.php in all three public_html with the same permissions. But only 1 domain is working the other two are not. What am I missing? I have confirmed that all three have the correct DNS servers with godaddy and I can do an nslookup on all three. My provider told me to share the IP so that is what I am configured as..
how to fix cpanel multiple account transfer issue. When i use the tool, it logins to my other server but when i select the multiple accounts and click copy it gives error of ssh timeout or password not right.
How to fix this as i need to move alot of accounts.
I've just put all my own domains on their own server, away from my clients' domains.
I don't really want to go through 60 Cpanel accounts creating an email address for myself in each.
Is there a way to create a single pop account in each account? I seem to recall there's a way to change the default email address to fail: or blackhole: server-wide so I guess there'll be a way to create a mail account.
I have a little question that I'm sure somebody more knowledgeable can answer. I had a hosting account with GoDaddy that just hosted my web site only. I had a few clients need hosting at the same time so I looked into upgrading my account to one that would host multiple domains. (this is my first time with multiple clients, can you tell?) I thought perfect! I can host all of my clients accounts from this one hosting account. I thought there would be multiple account interfaces to support this.
So when I get in there, it lets me add one of the domains I was working on and then I went to upload the files and apparently I had to upload the file to a directory off of my site. So newsite.com points to mysite.com/newsite.
I uploaded it just to test it out and when you go to newsite.com it shows in the address bar as newsite.com, not mysite.com/newsite, even though that is the directory path. I'm sure there's a name for this but I have no idea what it is so I wanted to explain my issue clearly.
So, I'm wondering, is this kosher? Is this bad to do or do a lot of people do this and will it affect my site? From what I've gathered so far, people only do this when they have multiple domains pointing to the same site, or am I wrong?
We are looking for a solution to support multible IP's for different domains in one subscription/cusomer Account. Current, we have 4 IP's as shared. the Customer can choose under "Web Hosting Access" , which IP he wants to use.
This setting effect all domains in his Account. So it is not possible to set domain1.tld to e.g. IP 1.1.1.1 and domain2.tld e.g. to 2.2.2.2
We like to offer the cusomers one cusomer account with multible IP's
I currently have 2 VPSs that I'm monitoring and I noticed that on one of them the memory usage is much higher than the other which doesn't make sense to me. I tracked the high memory usage to the Apache processes.
Here's the overview of the VPSs:
LiquidWeb VPS- 512MB RAM, 10 Sites with minimal usage. Average httpd process (Owner Priority Cpu% Mem% Command): nobody 0 0.0 1.2 /usr/local/apache/bin/httpd -k start -DSSL
Virpus VPS- 384MB RAM, 61 sites with moderate usage. Average httpd process (Owner Priority Cpu% Mem% Command): nobody 0 0.0 0.3 /usr/local/apache/bin/httpd -k start -DSSL
Both Apache configurations are identical, the only difference besides the hardware is that LiquidWeb runs CentOS4.7 and Virpus runs CentOS5.2, any ideas? It's not to big of a deal since I'm not near my limit for either of them but I was just curious.
what's going inside my provider Powervps/Defender hosting, they are offering now 25% OFF of new customers + triply bandwidth.
Curent customers are not allowod to get this offer, until they order a new VPS and cancel the older.
I'm asking, because i feel, it's samething, why they don't go upgarading the account throughly with keeping IPs and data..? why do old customers need to cancel the old VPS then they go get a new VPS..?
are Old VPSs powerfully then the newest..? any informations...?
In order to increase the reliability of a audio streaming service I am thinking to take the action I describe below.
1. Buy two Windows VPSs with WMS installed.
2. Register a domain name (i.e audiostream.com) with 4 nameservers: ns1.ip1_vps1, ns2.ip2_vps1, ns3.ip1_vps2, ns4.ip2_vps2.
3. Create all publishing points (streams) on both servers.
Normaly VPS1 should serve all clients. In case VPS1 goes down, VPS2 should jump in and serve all clients-connections. As soon as VPS1 becomes available (ns1 & ns2 start responding again), VPS1 starts serving all new connections.
Load balancing or any other kind of advanced load, traffic, etc management is not important.
Then we have the following cases: 1. VPS1 is down , which means that VPS2 should take charge.
2. VPS1 is up (ns, http, ftp services), but WMS1 is down (crashed). Means that the playlist (asx) file should be built so that it also includes the IP, port & publishing points of VPS2. This should be done because ns1 & ns2 will answer without any problem, but WMS1 will be crashed and won't serve any media connections, thus ASX will look for the next available stream in the playlist.
Do you think that the above is possible. Is this gonna work?
Last month I order 2 Xen VPSs from Xenvz.co.uk and use them for VPN proxy.
But a few days ago, xenvz stopped one vps and state "This is because it is spreading the Conficker virus.". I'm a little surprise because there's only 10+ users on this vps. Most of them use VPN for visting Youtube or P2P download or gaming. And Conficker virus can only run on Windows, but all my vps is running on Debian.
Maybe someone had download something that contain Conficker virus?
Anyway, I had to move a few users to another vps yesterday.
But xenvz stop my another vps today for the same reason!
I really do not know whether or not one of my user is spreading or other reason, but as I know, Conficker virus had affected thousands of hosts in the past. If someone download or being affect by conficker for any reason, provider then stop their host, I'm afraid thousands of sites would down.
I have about 5 sites all hosted on my same hosting account. One of those domains is attached to the hosting account. I place my other domains in a folder of a sub-directory of my main domain. This has been working fine, up until today when i noticed a weird error. I give you a little example of how my sites are setup
my main domain: www.maindomain.com
My other sites hosted in a sub-directory of my main domain: www.maindomain.com/sites/site2/ www.maindomain.com/sites/site3/
How my other sites appear on the web: www.site2.com www.site3.com
This works fine for every page until i go to www.site2.com/index.php It redirects to www.maindomain.com/sites/site2/index.php for some reason
I have two domains as virtual hosts on same IP address.
I am getting certificate error for the second domain when I try to check email (using MS Outlook). I can't permanently "accept" certificate, it complains again and again. Certuficate I created and self signed for imap.domain1.com, but the second email server is imap.domain2.com, so it complains.
How do I set separate email certificates for two domains? Is it possible at all?
Depending on where u are at on my site (documents pages, training, main root, etc.) will depend on which type of background, footer, header and the like you'll get. Now I was thinking. Is there a way to have multiple error messages for more then one page depending on where you are at on a site? Right now it's intranet site and a modded snitz forum. What is the code and were does it go and in which apache conf file(s) does it go in?