64bit Guest Os On 32bit Host
I was surprised when hypervm brought in a 64bit guest os. Maybe it's me..but...is this a good idea? Maybe it works fine.. it just does not *seem* like it would.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
32bit Vs. 64bit
I have been trying to research this but I cant seem to find an answer. The big question I am trying to figure out is the comparison in clock speed for different processor bits. For example, a 32 bit Pentium 4 at 3.2ghz versus a 64 bit AMD Athlon 2.0 Ghz?
View Replies!
View Related
32bit Or 64bit VPS
while setting up a server which will host VPS's. Currently I have CentOS 5.1 x64 as the host OS, and I'm playing around with Xen for VPS's. Would you recommend a 32bit VPS, or a 64bit VPS?
View Replies!
View Related
CentOS 5x But 32bit Or 64bit
2 server configuration will look something like below. I heard that the 32bit kernel is better for the web server since I'll have cpanel on it. Anyone able to confirm this or should I just put 64bit on both of them? Web Server 5420 2.5GHz (Dual QuadCore) 2x250GB SATA2 (RAID1) 2GB RAM DB Server 5310 1.6GHz (Clovertown, DUAL processor) 2x73GB SAS (RAID1) 4GB RAM
View Replies!
View Related
Choosing 32bit Versus 64bit OS
I'm in the process of preparing to install CentOS 5 on my server, and was wondering whether most people recommend going with the 64bit version or sticking with 32bit. My server's CPU is 64-bit capable (Xeon 3060 at SoftLayer), and I have previously run CentOS 4.4 64bit on it, though I did have some struggles from time to time getting things to work (following setup guides that tend to assume 32bit more often than not). I'll be running just a standard setup of PHP 5, MySQL 5, and Apache 2, powering several moderate-traffic sites that run on the Drupal CMS (e.g. about 7000-10000 visitors per day total, though hopefully more in the future of course). I don't plan on running a control panel other than Webmin, though I might get DirectAdmin or similar in the future to make hosting some friends/clients a bit simpler. Will going with 64bit offer any worthwhile advantage with this setup?
View Replies!
View Related
RHEL 5 - 32bit V 64bit Running Cpanel 11 For Hosting
As cPanel is an integral part of server hosting and has the ability of compiling Apache 1.3.x with PHP4 (cgi) and PHP5 (dso) on your server OS. Does anyone know or have baselines/benchmarks for which performs better generally for hosting: 32bit or 64bit RedHat 5 when cPanel 11 has compiled for the Apache and php mentioned above on either of these OS editions? (assume latest versions of apache/php4/5) I was wondering if 32bit performed better or 64bit on a quad core Xeon. Don't forget PHP is compiled for prefork and not multi-threading for Apache 1.3.41 (which are considered legacy 32bit forked apps compiled against 64bit OS). Or rephrased, could i be hampering performance by running it on a 64bit OS on a Xeon (X3210) or improving performance? I'd assume 64bit would offer better all round processing power, or is this a misconception. I recently decided to get a server on RedHat Enterprise 5 X86_64 (64bit), when i wondered if 32bit version would have provided better performance and been the better options for compatibility.
View Replies!
View Related
How Do I Host Windows 2008 Server As A Guest OS On My Linux Dedi
How do I run a virtual instance of Windows server 2008 on my Linux dedi? Do I need to partition the server and create a VPS for this or can I run it on something like VMware? (Please look at my other thread here [url]t=857377 to learn more about my server, its resources and current config.) Why would I want to do this? Because my primary desktop OS is still Vista Ultimate 64 and I've invested a lot in Windows-based software and hardware--too much to make a total switch to Linux. But, I don't want to invest more than I have to in order to run a Windows server that allows my business partner to access documents remotely or for us to share various files securely and privately and still serve my mostly Windows-based clients and colleagues. I'm one of, well, two people I know who even use Linux (at least at the OS level and know it). Since my research shows I **can** do this on Centos 5, the responses that would be most useful to me would be those that focus on how I can do this successfully (even if it seems complicate; I can figure it out with help and/or direction) and what to consider or avoid when creating this virtual guest OS on my Linux dedi.
View Replies!
View Related
KVM Hypervisor And Guest OS Setup
I have been using Linux for the past 3 or so years, either running it for workstations or servers, and now I want to set up a server for Virtualization. I have been doing a fair bit of research about the different ways of doing this, and I have decided to go with KVM. I usually use CentOS, but will have to use Debian to use KVM. I just have a few questions about the best way of setting it up. We have a pretty powerful server* which we are planning on collocating to a data centre and running web servers from the VMs. Virtualization seems like the best way to allow for simpler administration, and also allow us get the most out of our server's resources. *Intel Xeon X3230 Quad Core, 8GB Ram, 4x 15k 147gb SAS (RAID 6) What is the best way to set this up then? I was thinking we could install Debian as the Host/Hypervisor over the whole drive, and give it a 16GB swap partition. Then I guess when the VMs are installed they live on the Debian drive as a file, or do they need their own partitions? Are the guest OS's capable of using the Host's swap space? Its bad enough losing 16GB as a swap partition to the host OS, but please don't tell me I need to supply the VMs with their own swap partition aswell - im curious as to if the server will ever need to use swap space as it has alot of ram, let alone require extra swap for each VM too? KVM is still very new, but does anyone know any good books/resources out there? The virtualization books I have seen don't seem to cover KVM, just Xen and others.
View Replies!
View Related
VMWare - WinXP As Guest On CENTOS - Networking
OKay here is the set up: I have a CENTOS 64bit running, with 1 guest OS (WinXP) in a VMWare Server. I have tried the following: I have 6 public IP's attached to my 1 Ethernet card in the CENTOS host. Try 1: The Guest OS is set to use "Bridged" Networking. This allows full use of the internet, in both directions. Not exactly optimal, but it does work. I can reach the Guest via RD, which is a requirement for this client. The guest OS is mainly assigned one of the 6 public IP's (x.x.x.118). The problem with this setup is the Guest OS can not reach the host. For example the host has a mail server on it, and when the Guest tries to reach the host, it times out. Try 2: The Guest OS is set up to use "NAT" and gets 192.168.100.128 as its IP via DHCP inside of VMWare. The nat config file for VMWare is set to open port 3389 (RD port). Guest OS can reach the host with out any problem, and can reach the internet with out any problem, however I can not RD in to the Guest OS. I prefer setup number 2 for all the obvious reasons, but I just can not get my IPTables rules to work. This is what I thought should work, but does not: iptables -t nat -I PREROUTING -d x.x.x.118 -j DNAT --to-destination=192.168.100.128 iptables -t nat -I POSTROUTING -s 192.168.100.128 -j SNAT --to-source=x.x.x.118 I realize that would have done all traffic, and defeated the benefits of NAT,but since forwarding only 3389 was not working I tried forwarding everything. Any suggestions?
View Replies!
View Related
Kernel-PAE And CentOS 5 32bit
I have a dedicated box with following specs Core2Quad 2.4ghz 2x500gb hdd 8gb ram I installed 32bit centos5 in it ( because I use lxadmin ;lxadmin wont support 64bit) Installed kernel-PAE successfully and rebooted the server. but the server still boots into the old kernel. I need the kernel-PAE to be booted, then only I can utilize full RAM. help me . below there is ssh logs [root@t241 ~]# cat /proc/meminfo MemTotal: 3357036 kB MemFree: 3204984 kB Buffers: 8148 kB Cached: 109516 kB SwapCached: 0 kB Active: 33504 kB Inactive: 103664 kB HighTotal: 2477180 kB HighFree: 2343972 kB LowTotal: 879856 kB LowFree: 861012 kB SwapTotal: 6409892 kB SwapFree: 6409892 kB Dirty: 16 kB Writeback: 0 kB AnonPages: 19524 kB Mapped: 7608 kB Slab: 7732 kB SReclaimable: 3964 kB SUnreclaim: 3768 kB PageTables: 400 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 8088408 kB Committed_AS: 45232 kB VmallocTotal: 114680 kB VmallocUsed: 3992 kB VmallocChunk: 110560 kB [root@t241 ~]# uname -rm 2.6.25.10 i686 [root@t241 ~]# cat /etc/grub.conf default 1 timeout 7 color cyan/blue white/blue title=CentOS (2.6.18-92.1.22.el5PAE) root (hd0,1) kernel /boot/vmlinuz-2.6.18-92.1.22.el5PAE root=/dev/sda2 pci=nommconf initrd /boot/initrd-2.6.18-92.1.22.el5PAE.img title=linux root (hd0,1) kernel /boot/vmlinuz root=/dev/sda2 pci=nommconf [root@t241 ~]# rpm -qa | grep kernel kernel-2.6.18-8.el5 kernel-PAE-2.6.18-92.1.22.el5 kernel-headers-2.6.18-8.el5 [root@t241 ~]#
View Replies!
View Related
32 Bit Xen Guest On X86_64 EL5 Node
Let's make this straight, I have this vps,which is pending cancellation in a few days. Hardware Node = EL 5 x86_64, Vz = Xen I asked my provider for 32 bit centos, I even rebuilt it, but my "uname --all" still Quote: Linux xxx.xxx.com 2.6.18-128.1.10.el5xen #1 SMP Thu May 7 11:07:18 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux so I opened a ticket asking about the vps arch. The provider have told me that to run a vps 32 bit guest, what you have to do is (?) +++++++++++++++++++++++++ yum clean all echo i686-redhat-linux > /etc/rpm/platform +++++++++++++++++++++++++ so yum will exclude any x86_64 packages. The provider has told me also that my "uname" display x86_64 because the hardware node is 64 bit. Is this true ? I'm no linux or vps guru, but that's doesnt feel right at all. This has cause me some issues especially with kernel-headers and some program failed to compile. So, is it possible to run a 32 bit OS as xen guest inside 64 bit node?
View Replies!
View Related
Xen Update, On Bringing Guest Networks Back Up
After a yum update on a centos 5.2 box (including an update to the latest version of xen) my guests don't have a network connection anymore (nor windows, nor linux VMs). The windows VM does see an unknown PCI device (great, no drivers and no internet), of which I guess is the network card seeing there are no other network cards listed in the VM.
View Replies!
View Related
MS Virtual PC - How To Access My Localhost (Apache) Subdomains On Guest OS?
I've just downloaded Microsoft Virtual PC and the Internet Explorer 6 Application Compatibility VPC Image containing an XP installation for testing sites with IE6 [url]. Everything works fine, I chose VPC Shared Networking (NAT) and I can access the internet from the VPC as well as my Apache development server which runs on the host OS (Win XP) by going to the host's IP address which is [url] in my case. And here I have 2 problems: 1. I want to access [url]on VPC just by typing [url]. I added the following line to the hosts file: 192.168.52.141 localhost But this doesn't work. Interestingly, any name other than localhost works fine, for example: 192.168.52.141 localhost.localhost or 192.168.52.141 local This is not a major problem but I'd prefer localhost. Any ideas how to do that? 2. And the more important issue: on my host OS I have some development sites which I have set up to be accessed by subdomains, for example [url], in httpd.conf: Code: <VirtualHost 127.0.0.3> ServerName perfekt.localhost DocumentRoot C:wwwperfekt DirectoryIndex index.php index.html </VirtualHost> and in hosts file: Code: 127.0.0.3 perfekt perfekt.localhost And now I want to access this site from my VPC too by using subdomains like this! How can I do that? The address 127.0.0.3 seems to be local to the OS and VPC can't see it. I have tried setting other IP addesses in httpd.conf but nothing outside the 127.x.x.x range works on either OS. I suppose I need to make each of my sites to be seen under a different IP from the outside network so that VPC (which is "outside" the host OS) can access them - then I just set up the appropriate subdomain names in VPC hosts file -
View Replies!
View Related
Fresh Installed Centos 5.2 (32bit) Load
Yesterday i got new Centos 5.2 server running. For some reason, load shows 0.4-1.2. There is no software installed on it yet, there is nothing actually running expect what came with fresh installation of that OS. top - 16:42:22 up 2:34, 1 user, load average: 0.53, 0.75, 0.78 Tasks: 158 total, 1 running, 157 sleeping, 0 stopped, 0 zombie Cpu0 : 0.3%us, 0.0%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu1 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu2 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu3 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu4 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu5 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu6 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu7 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 4149456k total, 767820k used, 3381636k free, 66628k buffers Swap: 2096472k total, 0k used, 2096472k free, 600680k cached What should i check? Kernel Version: 2.6.18-92.1.6.el5PAE
View Replies!
View Related
How Do I Setup A Ubuntu DomU Guest On A CentOS / Fedora Core XEN Server
how to install Ubuntu (either 7.10 or 8.04) as a XEN domU guest on a CentOS 5 / Fedora Core 8 XEN dom0 server? I have tried installing Ubuntu as a fully virtualized guest, but the Ubuntu CD doesn't even bootup. I get the Linux bootloader, and that's it,it doesn't continue to boot. Odd. When trying to install a Paravirtualized guest, I had to use the debootstrap method, but can't get it to boot up. Quote: xm create anya_zanet Using config file "/etc/xen/anya_zanet". Error: (2, 'Invalid kernel', 'xc_dom_find_loader: no loader found ') This is the xen configuration: Code: kernel = "/boot/vmlinuz-2.6.23.1-42.fc8" ramdisk = "/boot/initrd-2.6.23.1-42.fc8.img" builder='linux' memory = 256 name = "anya_zanet" vcpus = 1 vif = [ 'bridge=xenbr0' ] disk = [ 'phy:/dev/System/anya_zanet,hda1,w' , 'phy:/dev/System/anya_zanet,hda2,w' ] root = "/dev/hda1 ro" on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' how to get Ubuntu working on a CentOS / Fedora Core XEN server?
View Replies!
View Related
64bit
There's idea to move to 64bit, Current Software Specs are:- CentOS 4.4 PHP 4.3 MySQL 5.0 Apache 2.0 No CPanel Named NFS Web site mainly running on Apache, PHP, MySQL and NFS. What do you think about stability of these softwares on 64bit processor. Also which better AMD Opteron or Intel woodcrest ?
View Replies!
View Related
32 Bit Or 64bit
32 bit or 64bit for cent Os 5.3? I am planning to purchase 2 vps for my friends, 1 vps which I am currently in touch is providing wide range, they gave option for 32bit or 64 bit, is there going to be change in the performance of the vps based on this selection and which is better for the future causes, this vps might have an community forum, few blogs and some file upload site,
View Replies!
View Related
64bit Windows Vpses
Are these unheard of? Are there any out there? Im looking at recompiling some custom server software into 64-bit ... (I am waiting on one library to be updated) .. to make use of the extra RAM allocations, and slight speed increase.
View Replies!
View Related
Openvz Kernel On Centos 64bit
I was Use Centos 64bit and when i install the openvz kernel and the openvzquota: Quote: yum -y install ovzkernel yum -y install vzctrl vzquota vzpkg I reebot my server and never boot up I was planning to use a 8gb ram that's why i select 64bit.
View Replies!
View Related
Xen And 64bit Operating Systems
I tried installing CentOS 64bit using windows image and vnc that comes with HyperVM and it says (your cpu does not support long mode. use a 32 bit distribution), and if I try to install Windows Server 2008 I get blue screen with a stop and error.
View Replies!
View Related
CentOS 5.3 (64bit) SSH Port
I have changed the SSH port in sshd config, and restarted the server and sshd, but it still runs on port 22, and my firewall says its running but its not blocking anything either. I restarted iptables, and all that still nothing...
View Replies!
View Related
Imap-2004g Php5 64bit Error
/usr/bin/ld: /usr/local/imap-2004g/lib/libc-client.a(osdep.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/imap-2004g/lib/libc-client.a: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 This happens in php recompile When trying to install under 64bit
View Replies!
View Related
Vmware Server Problem With OS 64bit And Some Cpus
Many people have some problems with vmware server on some 64bit operation systems. If your server's ram is more than 6GB, you have to have a 64bit OS but I have tried to install vmware server on a 64bit server, it seems to be crashing my vmware server every 5 min and I cant use it more until I reset this service. CPU : Intel Xeon Nehalem 3440 2.53Ghz Quad Core w/ HyperThreading (8 virtual cores) Ram : 4 GB DDR2 Os : CentOS 64bit I have had an another server and i have solved this problem whit Debian. but on CentOS I usually have problem, and I cant use vmware server. Have you any idea how i solve this problem on CentOS 64bit?
View Replies!
View Related
Clamav Compile Problem On Centos 4.3 64bit
I'm trying to install Clamav on my Centos box (64bit version) but on the Make command I get the following error: /usr/local/lib/libz.a(gzio.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libz.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[2]: *** [libclamav.la] Error 1 make[2]: Leaving directory `/root/clamav-0.88/libclamav' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/clamav-0.88' make: *** [all] Error 2 I'm guessing is something to do with X86_64 but I still can't find a solution to this.
View Replies!
View Related
Cpanel Installed Over Plesk On Fed4-64bit
I am pleased to report success with my first attempt of installing Cpanel on a 64bit vps running Fed4. In fact..this is the first time in known history I have tried anything this..uhhh.."risky"..and it work the very first time. Cpanel had no problems completely replacing the already pre-installed plesk. Kudos to the Cpanel folks for that!
View Replies!
View Related
32 Or 64bit & Existing Domain Net Vs New Domain
delving into a new server, a dual opteron w/Centos. Got two questions as I think about setup. 1) 32 bit or 64bit? 2) Regarding host names and server assignemt...I can either assign it as a node to a domain hosted elsewhere in a reseller account, or I can start with a completely unused domain which is currently parked. Any preference, in an ideal world? (I have absolutely no preference, but it occurrred to me it may or may not be of consequence, perfomance & IT-wise and generally speaking .. all things being equal, of course.) Like I said, a newbie. So I'm braced for the if-you-have-to-ask, you-shouldn't-be-in-one" musings for these rather basic boneheaders.
View Replies!
View Related
How To Keep Email On Current Host And Forward Http Traffic To New Host
I'm configuring a website for a client who has moved their web hosting to downtownhost, but is keeping their email hosting with their current provider. They do not want to configure an MX entry on DTH to autoforward email back to their current provider because they don't want their email to pass through DTH. In order to do this, do I keep the nameserver entries on the current provider the same, and configure an http redirect to point to DTH? Or is there something else I should configure on the current provider?
View Replies!
View Related
Best Host For A Blog Site- Register With 1&1 And Host With Godaddy
with this being my first website goddady's website tonight or there blog site plan seem pretty good as I do not know how to build a professional looking website nor do I have a knowledge of HTML. Are there other hosts that offer better services such as these? Also I would want to register with 1&1 as to register privately is free but with godaddy it costs around $15 and I've heard of godaddy stealing persons domains when they haven't even expired yet i.e. familyAlbum.com? Is it allowed for instance to register my domain name with 1&1 and host my site with godaddy?
View Replies!
View Related
How Important Is The Country The Host Is Based? Host Overseas?
I'm wondering if you can tell me something about your experience with a host/server in a different country or overseas. My webpage will be mostly frequented by Australians. What do you think is the advantage and the disadvantage of having a host in your own country and having one overseas? I'm thinking about stability, traffic speed, peak hours in different time zones, customer service, .... What are your experiences?
View Replies!
View Related
Blue Host And Host Monster Is Operated By The Same People
I was with Blue Host and their support and service was pretty bad. Servers going down all the time, and chat support was terrible. Then I moved to Host Monster and received the same kind of service/support. I later then figured out that Blue Host and Host Monster is runned by the same people. For example, I opened up a tech support ticket with Host Monster and then they replied signing their signature with Blue Host. So I got the same service: terrible tech support and servers kept going down. Now I'm looking for a new web hosting. I a few people here gave Host Gator some good reviews. I hope Host Gator is not run be the same people that runs Blue Host and Host Monster.
View Replies!
View Related
Windows Host Or Specialsit ASP Host
I will be setting up a site which uses ASP.NET 1.1. I know versions 3.0/3.5 are available, but they are not yet V2.0 compliant. Anyway thst is not the issue - just context. Would like your advice as to whether it would be better to host this site with a company who looks as though they are specialising in ASP; such as DiscountASP, or Softsyhosting, or go with a general Windows hoster such as Steadfast, Fluidhosting, or 3Essentials? I know nothing about ASP, so I don't know whether it is not at all neccessary to have a host specifically knowledgable about it, as I am unlikely to ever have problems with it, OR; I will most certainly have to address ASP issues sometime, so it would be essential to have support who really knows ASP.
View Replies!
View Related
Web Host / FTP Host
company that will do Web Hosting along with FTP hosting in 1 package? Looking for full support for SQL, PHP, etc. FTP Support would be for 2 people in different states to share files for work.
View Replies!
View Related
Host Gator Or Hawk Host
If you had to chose either Host Gator or Hawk Host which would you go with and why? Don't bring any other hosts into consideration just compare these two. This would be for a standard website, forum, and a few downloads if it makes a difference...nothing too fancy.
View Replies!
View Related
First Paid Host - Which Host To Chose
I have just made a personal website using photoshop, html, css and php. My site contains an index page, a gallery page with 8 photos, a contact page with a form and an extra page with some quotes. I am planning to use a paid host for the first time. Based on feedbacks from some of my sitepoint friends, I decided to go in for shared hosting. I thought of using Hostdogs.com as they have the option of a monthly billing cycle. I thought that I have the option of changing my host after a month if I am not happy with them. I have also read a lot about Hostgator.com. A lot of sitepoint members seem hooked to it. 1. Can anyone give an opinion as to which host I should go in for? Hostdogs also give a free domain. Is there any reason I should go in for Hostgator instead of Hostdogs? 2. One more question, I have heard that once I have a site running, I can earn money through the advertisements placed on it? How do I place advertisements on my site? 3. One last and very important question is whether it is right to go in for shared hosting at this point of time. I just read this Quote: When you look for a suitable host, be sure to check out the amount of bandwidth that will be available to your site. Even a site that doesn't require a great deal of data transfer per month could run slowly if you're hosted on a shared server; particularly if you are on the same server as a more popular or bandwidth-intensive site. The more sites hosted on a server, the more likely they are to compete with each other for available resources, including bandwidth. This is why you may notice a reduction in server response times during busy periods, or during a sudden peak in traffic at a busier site on a server that you share. This made me wonder whether I should go in for shared hosting. But then mine is a personal home page which may not have so much of traffic. 4. What does the paragraph below mean? How does one handle ones registration manually? Self-Management (no cost) Select this option if you prefer to handle your registration manually.Your web host can establish service with any Top-Level Domain (TLD), international or domestic.
View Replies!
View Related
US Host In The UK
Is there any disadvantages to hosting on a US based host? When I'm currently in the UK, I'm planning on a website with a huge amount of content, and so far only the US hosts seem to offer enough bandwidth for the price? I've checked out a lot of UK Hosts but they all seem to be considerably lower than the US bandwidths.
View Replies!
View Related
Who's Your Host
whose your host,what do you think about your hosting company. are you satisfied with your host? Actually i was looking to switch hosting companies,and wanted to know which is reliable? Im looking for a VPS,with 1-2 GB of ram and 2.5 Ghz of Processor Budget=35$-50
View Replies!
View Related
How To Host Yourself
I know this can be done because I was told that you can host yourself right from your own desktop computer. But how? I have XAMPP installed and I have my own domain name, but how do I set it all up to be accessed on the web?
View Replies!
View Related
New Host
after all the frustration with the previous host. time to find a new on. i got more than 10 sites but less than 20. all in asp.net + sql, there are all online-stores. thus i do want a account which can host all my sites(domains), regarding the space, 1~5 GB total is good enough. i don't think i need those 300GB - well, if it's, why not. The host should be fast and stable...
View Replies!
View Related
Do Not Host With Rackspace
I know that this post will get deleted like the last ones but I'm tired of getting spam from a Rackspace customer. sendemedia.com keeps claiming that I "agreed to receive information from Consumerbase and our partners". Bull. I would never sign up for intentional spam. Additionally, they're using an email address that I haven't used in literally 5 years that only gets spam any more. But I report them every time to rackspace.com. And, apparently, given that they never do anything about it, rackspace.com is just fine with the spam. Don't host with them! WHT will likely delete / water down this post but if you read this do not support rackspace!
View Replies!
View Related
Non Adult Host
I am looking for a host for a small business. The client has requested that the host be completely free of any adult content. I usually use DreamHost but I am not sure how to check if they host any adult sites or not. The site will be an online catalogue with shopping cart.
View Replies!
View Related
Looking For A MapServer Host
I am looking for a Mapserver host in a windows environment. So far, all the mapserver hosts I found looked shady. It seems like they are all being managed by a bunch of school boys (tacky design, missing pages, copyright year miss-leading etc...). Please somebody send me some links to good Windows Mapserver Hosting companies. Money is no object. We are working on an official city government website.
View Replies!
View Related
|