WHM - Re-mapping Accounts To Their Resellers

Oct 6, 2007

just restored a server from an rsync backup. problem now is that i have a couple of hundred accounts all under root, when they're supposed to be resellers and sub accounts of resellers.

any idea if its just some file which contains all the mappings or do i need to go through all these hundreds of accounts and reassign them?

View 9 Replies


ADVERTISEMENT

Transfering Accounts (Resellers -> VPS)

Dec 29, 2008

It's been a long time since I have last transfered an account between 2 servers.

I have reciently purchased a VPS using Xen as an upgrade from my resellers account. Only problem that I am having is actually transfering the accounts between the 2 servers.

I do not have root access to the resellers account and the server that it is on has tight security. I have tried using the transfer between 2 servers method on WHM however this has failed.

I have also tried the method of backing up, transfering to the other server which works fine. However I am unable to restore the full backup.

I have also tried the Restore a Full Backup/cpmove file [url] is WHM of my VPS however it is unable to find the backup files.

(SSH is also my week point when it comes to server knowledge)

View 5 Replies View Related

How Do You Manage Servers With Resellers Accounts

Sep 25, 2008

I have a question for those who manage servers with resellers accounts:

- how do you handle the high server load?

why this question?

- All reseller account that I have used until now had the high load problem

- many of the topics that I see here at wht, about resellers accounts complains of high load

- we have some servers with arround 100's shared accounts in each, without any load problems (without any reseller account)...

...but now, we build a new server to sell reseller accounts and after first reseller was created - high load usage!

what is the reason for that? is possible to have resellers that has a fair server usage?

View 7 Replies View Related

Mapping Subdomains To Different VPS's

Dec 11, 2008

I was wondering if it is possible to host subdomains on different VPS's? Here is what I am trying to do

PrimaryDomain.com -> Hosted on VPS0
|
- Subdomain1.primaryhost.com -> Hosted on VPS1
|
- Subdomain2.primaryhost.com -> Hosted on VPS2

VPS0, VPS1, VPS2 have different IP addresses.

I tried using A records to point subdomains to different VPS but VPS requires a "primary domain" looks like. Do let me know if this is possible. I tried google but not sure what exactly I shoudl be searching for.

View 4 Replies View Related

Domain Mapping

Dec 21, 2007

I have website www.mydomain.com on apache.

I want user when typing that URL it redirect to www.mydomain.com/home immediately.

Do I need to change the DNS to do this, if yes, how? or if I only need to configue Apache do to this.

View 3 Replies View Related

Domain Mapping ..

Dec 24, 2008

I have a new domain for an online store which I am trying to map to a certain web server(launchsplash_com) for just their Launch Page to show up as homepage when my website is accessed (the ecommerce software has its own default homepage, which I prefer not to show up). The registrar for the domain is Godaddy but hosting is done with a different company - Server Intellect.

The issue is mapping my domain to Launchsplash's server does not seem to work. And I am not sure if I am doing the right settings through the host control panel. As per LaunchSplash company's instruction - I create a CNAME record name - www_mydomainname_com and CNAME record data - mydomainname_LaunchSplash_com

Since the domain is not being hosted with Godaddy, the total dns control for making dns changes is disabled in godaddy control panel.

I do not wish to do the forwarding option, since that shows up the forwarded domain name.

View 9 Replies View Related

Is Domain Mapping Good Or Bad?

Apr 9, 2009

If you want to use several domains for your single website, from SEO-reasons or from any other reasons (which?) is it better to forward your domain to that sub-domain or should it be mapped in the DNS in CNAME?

mydomain.com
mydomain.com/nameoftheotherdomain = nameoftheotherdomain.com

It's not the same issue like with Google Apps, whether you should use your own domain, e.g. sites.yourdomain.com or whether you should use the domain offered by Google for your Sites. The reason is that theotherdomain.com is a part of the single website called yourdomain.com, thus, it is not an external website hosted somewhere else.

View 2 Replies View Related

Domain Mapping Clarification

Jun 19, 2009

i currently have a site on a .co.uk domain. my client would like the "main" domain to be .com instead. I should add that BOTH .com and .co.uk will be used.

The company is advertising itself as thesite.com, so people will associate the business with www.thesite.com, not .co.uk.

I have both domains, and I understand domain mapping is used for this purpose, but before I go and screw up anything, could someone please clarify.

Is it possible to "domain map" so that visitors go to www.thesite.com, they will see the website as .com, but the site itself will actually be on the ".co.uk" server.

I don't particuarly want to transfer the site from the .co.uk to the .com and set up a redirect.

I know I could use a redirect .com to .co.uk, but the client specifically wants ".com" to be the site visitors view. (they bought .co.uk and set the site up first, just to be annoying)

View 3 Replies View Related

Mapping User Paths

Nov 1, 2006

I'm not even sure I'm asking this in the right place, but here we go.

We are working on creating some load tests for our system and we need to figure out how a "normal" user navigates our system.

Is there software out there that will show use how a user navigates our system via reading the apache logs? Will awstats do the trick?

View 1 Replies View Related

IPTables Port Mapping / Forwaring

Sep 7, 2007

I'm not that good at IPTables so bare with me. I think I got the rules correct though but it doesn't work Here is what I am trying to do.

I have a server at let's say 111.222.11.10(I will call this server A) and another at 111.222.11.20(I will call this server B).

These servers are in same datacenter.

What I am trying to do here is when a user accesses port 2000 on server A, I want server A to forward/proxy the port to 2000 at Server B. I have tried the following so far.
Non of them worked.

iptables -t nat -I PREROUTING -p tcp --dport 2000 -j DNAT --to 111.222.11.20:2000
iptables -I FORWARD -p tcp -d 111.222.11.20 --dport 2000 -j ACCEPT

[root@n1-cluster ~]# iptables -t nat -I PREROUTING -p tcp --dport 2000 -j DNAT --to 111.222.10.20:2000
[root@n1-cluster ~]# iptables -t nat -A PREROUTING -p udp --dport 2000 -i eth0 -j DNAT --to 111.222.10.20:2000

iptables -A FORWARD -i eth0 -p tcp --dport 2000 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 2000 -j DNAT --to-destination 111.222.10.20:2000
Yes, I have done service iptables save and start.
Also iptables -F

Any ideas on what may be wrong?

View 9 Replies View Related

Error Mapping An IP To A Domain In LX Admin [VPS]

May 14, 2009

I already mapped my IP address to a domain but when I tried to access http://myipaddress it still show the LX Admin Default page instead of my site. How can i fix that?

View 2 Replies View Related

Mapping An External Domain To A Subdomain?

Apr 22, 2005

I have a website where users can sign up and create a site. They can access their website by typing username.example.com.

However, I would like to add to this the ability to buy a domain name and point it to username.example.com

so example.com/guestbook.html would translate to username.example.com/guestbook.html (external domain and associated user are mapped in the database)

Do I need my own DNS server for this or is there a simpler solution? Also, how should the database lookup be performed for this to work?

View 0 Replies View Related

Remote Web Folder Mapping Technology - Does It Exist?

Mar 20, 2009

Currently my companies global website “domain.com” is hosted in a shared hosted environment, our own U.S. website “us.domain.com” is hosted at our datacenter.

Here is my question, we have a redesign project. My goal is to lose the “us.domain.com” sub-domain and move our new U.S. site under the "domain.com" domain using a “/us/” folder delineation.

Is it possible with modern web server technology to setup a something like virtual directory/folder, redirect, alias or remote mapping of the “/us/” folder that points to a separate server hosting our U.S. site outside of shared hosting environment for our "domain.com" site, e.g.?

• Domain.com/<global website content/structure > - Hosted at in a shared environment on Web App Server running Coldfusion
• Domain.com/us/<U.S. website content/structure> - Hosted at our datacenter on Web App Server running IBM WebSphere

Unfortunately I cannot merge the two sites together based on the web server technology and lack of budget/resources to accomplish.

View 1 Replies View Related

Linux Server: Mapping Ftp Account As A Drive

Apr 9, 2007

any idea if this is possible? basically what i'd like to do is make a "virtual folder" in my linux box that is actually a connection to an ftp account on another server.

so for e.g. if i say cd /myftp it'll show the contents of that directory as though it was a standard folder, however it is actually connecting to some other machine via ftp?

View 2 Replies View Related

Apache :: Domain Mapping That Don't Involve Wordpress?

May 6, 2015

I used to have a server which had domain mapping via wordpress... a friend of mine had this up for me and every time I added a new website to the same server/ip-address, I just modified the .htaccess for example:

RewriteCond %{HTTP_HOST} !^www.
RewriteCond %{HTTP_HOST} domain.com
RewriteCond $1 !^domain
RewriteRule (.*) /domain/$1 [L]

Anyway, I no longer have this server and as a result, I have websites that are not being mapped correctly, many domains point to the same ip address.

I have tried to use name-based virtual hosts but it seems as if this is being ignored... I did restart Apache by sudo service apache2 restart

I'd really like to get my websites working again without buying multiple ip-addresses.

View 1 Replies View Related

Apache :: Network Hard Drive Mapping

Apr 2, 2014

So I have question regarding apache on windows and hard drives.

I have a virtual rack what i connected all my servers upto, Then I mapped all my servers hard drives together so they can all communicate and share data from each other.

But I have apache installed on 1 server hard drive C:/

Can I run apache from that mapped hard drive on the other servers ? Or would that cause problems ?

Also they are all windows 2008 running the latest apache from here.

View 19 Replies View Related

Shared Hosting Supporting Wildcard Request Mapping On IIS

May 22, 2007

I need a shared host account that can support wildcard mapping of all HTTP requests through the ASP.NET engine. This is required in order to fully support the UrlRewriting techniques I want to use. Anyone know of any affordable hosts that can support this? Of course, as my site grows I'll consider upgrading to a VPS (and further depending on the growth).

View 3 Replies View Related

Transfer Accounts To New Server - Unlimited Quota In All Accounts

Jul 17, 2007

Transfer accounts to new server - unlimited quota in all accounts.

I trying

Code:
quotaoff -av
quotaon -av

/scripts/updatenow
/scripts/initquotas
/scripts/fixquotas

Code:
[root@serwer /]# /scripts/updatenow
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Running updatenow manually may cause /scripts to become
out of sync with the cPanel installation. This can cause
a variety of problems.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Code:
[root@serwer /]# /scripts/initquotas
Warning virtual file systems are mounted. Quota's may be counted as double for users who are currently logged in. Please have jailshell users logout before running quotacheck in the future! All jailed users will be logged out in 60 seconds!
Broadcast message from root (Tue Jul 17 19:47:41 2007):
Warning! The system is about to perform quota maintenance. All users will be
logged out in 60 seconds. PLEASE Do not log back in for 30 minutes, or you may
inadvertantly disable your account.
jailshell: no process killed
Quotas are now on

Code:
[root@serwer /]# /scripts/fixquotas
Installing Default Quota Databases......Done
Warning virtual file systems are mounted. Quota's may be counted as double for users who are currently logged in. Please have jailshell users logout before running quotacheck in the future! All jailed users will be logged out in 60 seconds!
Broadcast message from root (Tue Jul 17 19:49:17 2007):
Warning! The system is about to perform quota maintenance. All users will be
logged out in 60 seconds. PLEASE Do not log back in for 30 minutes, or you may
inadvertantly disable your account.
No filesystems with quota detected.
Resetting quota for adamkaro to 1024 M
No filesystems with quota detected.
Resetting quota for adammore to 1024 M
No filesystems with quota detected.
Resetting quota for adamna to 1536 M
No filesystems with quota detected.
Resetting quota for adasmp3 to 1024 M

View 14 Replies View Related

What Do Server Resellers Look For

Apr 23, 2008

When a dedicated server reseller is looking for a new partner, what exactly are they looking for? Is price far and away the primary factor? Are there other features/offerings that a reseller is looking for? Are there things that would prevent you from reselling for someone if they didn't offer them?

Who are currently the best server providers to resell for and why?

View 13 Replies View Related

Bandwidth Resellers

Feb 20, 2008

Can anybody name some bandwidth/port resellers such as XtremeBandwidth was back in the day? I'm looking for someone who can get me multiple price quotes from various providers at an odd location.

View 2 Replies View Related

Anyone Know Any Resellers Of The Planet

Aug 16, 2008

Can anyone recommend a good reputation company that resells The Planet's servers?

For some reason I can't purchase from them directly, they do not accept PayPal nor accepting my credit card payments. Tried contacting them but it still doesn't work. I hope to find a reseller out there.

View 8 Replies View Related

VPS Resellers Using VMWare

Dec 31, 2008

any VPS resellers that are using VMWare ESXi as their platform for their hosting plans?

Also, if anyone is familiar with VMWare, I am curious as to what you think of these hardware specifications and how many Linux based CentOS VMs I can comfortably run on this hardware:

Processor:AMD Opteron Quad-Core 1352 Barcelona 2.1GHz
Motherboard:Tyan S2925G2NR AM2 nVidia nForce 3400 ATX n3400B
Memory/RAM:Kingston 1GB 240Pin DDR2800 ECC Unbuffered
RAID Card:Adaptec AAR-2610SA 6Port SATA 64MB RAM
Hard Drive 1:Seagate Barracuda ES.2 500GB 7200RPM SATA
Hard Drive 2:Seagate Barracuda ES.2 500GB 7200RPM SATA
Hard Drive 3:Seagate Barracuda ES.2 500GB 7200RPM SATA
Hard Drive 4:Seagate Barracuda ES.2 500GB 7200RPM SATA

There would be two RAID1's in a RAID10 configuration for the storage.

View 14 Replies View Related

Creating Resellers Using 1and1

May 9, 2009

I have a dedicated business III linux root server (CentOS + Plesk) with 1and1.co.uk and have two domains purchased through them. What I want to do is set up resellers and then the resellers can point their own external domains to their reseller packages. To test the process, this is what I have done...

In the 123-reg.co.uk control panel (where I have my own list of domains), I change the nameservers from ns/ns2.123-reg.co.uk of example.com to ns59/ns60.1and1.co.uk and then proceed to set up web forwarding to my servers IP. Now, after setting up a reseller account through Plesk, I log in and click add the domain example.com. After waiting 24+ hours, when I type in example.com, I get the 'address not found' message through my browser. Clearly something is not set up right.

The only way I can host external domains is to use the domain control panel in the 1and1 screens to transfer an external domain to my root package - not an efficient way of setting up a reseller account.

Does anybody have any guideance on where I am going wrong? Do I need to set up my own nameserver for reseller clients to point their domains to?

View 1 Replies View Related

Custom Nameservers For Resellers?

Feb 19, 2007

what changes we are supposed to do the server to provide our reseller their own custom nameservers? we do have management companies hired for issues but i really feel i should know this too.

View 3 Replies View Related

Resellers/Hosters Your Own Nameservers Still

Nov 6, 2009

with most dns being able to be handled by the domain owner through register/godaddy, etc. are resellers/hosters still finding they need to run their own name servers? or do you tell customer the IP to change their A record to? doesn't seem like running your own dns server is such a requirement like years ago was.

View 3 Replies View Related

BurstNet Resellers Rant

Jun 8, 2008

Is it me, or are half the people selling dedicated servers on this site, just reselling BurstNet? I think there should just be a dedicated forum on the dedicated server sales forum for BurstNet resellers.

Just one of my rants.. hope I don't get knocked for this.

View 14 Replies View Related

Dedicated Server Resellers

Jul 30, 2008

Anyone have any idea of a dedicated company which offers programs of reselling their dedicated servers. Must be able to do so without any conditions like "oh u gotta have first xyz number of servers with us" , and plz dont suggest burst.net dont want to deliver poor servers/services/network to customers.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved