Additional Name Server For Each Domain Name

Sep 5, 2008

I currently manage a dedicated server to host all of our client’s websites, emails and databases.

We are now looking to purchase an additional dedicated server so we can synchronize/mirror all of our clients accounts (email, website & databases) to the 2nd server, just incase the 1st server ever went down.

The name server settings for each domain name are managed from our hosting providers own server so we can login and point each domain name to any name server we want.

So for example we have a domain say; example.com pointing to the following name servers for our 1st sever;

ns1.exampleserver1.com
ns2.exampleserver1.com

Because we can add as many name servers to each domain name as we want, we would like to purchase the 2nd server from a different hosting provider which would have name servers such as the following;

ns1.exampleserver2.com
ns2.exampleserver2.com

Then we want to add the following name servers to each domain name we host.

ns1.exampleserver1.com
ns2.exampleserver1.com

ns1.exampleserver2.com
ns2.exampleserver2.com

The 2nd server would be based at a completely different location so just incase there was a problem with the network to server 1, our clients would still have access to their email etc on server 2 because each domain would have 4 name servers.

I am under the impression that if the 1st server is down and someone types in the website address example.com, it would first look for;

ns1.exampleserver2.com
ns2.exampleserver2.com

and if the 1st server was down, it would then look for ;

ns1.exampleserver2.com
ns2.exampleserver2.com

which would mean our clients could still use their email, websites etc as normal because the 2nd synchronized server has all the data from the 1st server.

Am I right in thinking this is possible? And would this work?

View 2 Replies


ADVERTISEMENT

Plesk 11.x / Linux :: Additional Domain Pointing To Wrong Directory?

May 30, 2014

i'm running the latest version of Plesk 11 on a Ubuntu 12.04 system.

We have a customer with a domain and this customer added other domains to his account.

now, 2 domains are not working, he created the as usual, Plesk created the directories under /vhosts/domain.com/domain1.com and the vhosts.conf are also correct.

when i'm opening the domain in the browser, i get the following error message:

The requested URL /var/www/vhosts/domain.com/index.php was not found on this server.

View 3 Replies View Related

Web Space Storage Or Get Additional Space From Another Server

Oct 14, 2008

im running out of space on one of my sites but i have more then plenty of data transfer.

Unfortunately my hosting packaged it weird where they provide not enough hd space. Im trying to figure out is there a way where i can use another server or hosting company that can provide space only and use their servers just for space?

i think amazon.com offered this but wasnt sure how exactly this works.

View 14 Replies View Related

Additional Nameservers

Dec 28, 2008

I am running directadmin for almost 2 years now and I love the control panel.

I have 2 nameservers setup already ns1.domain.com and ns2.domain.com all pointing to the same IP.

Everything works fine with this.

However I am going to sell the domain and therefor I already want to set up extra nameservers with another domain. Here is what I did:

-Bought a domain (mydomain.com)

-Added domain in directadmin (User-level)

-Added 2 Free IP'S from IP management in directadmin (Admin level)

-Assigned them to admin

-On Reseller level I chose nameservers and binded them with the 2 IP's (I made ns1.mydomain.com and ns2.mydomain.com)

-I registered the nameservers on my registrar (ns1.mydomain.com -> IP1 and ns2.mydomain.com -> IP2)

-I set the nameservers mydomain.com to ns1.mydomain.com and ns2.mydomain.com

Will this work?

View 3 Replies View Related

Additional H.D.D And RAID1

Nov 28, 2008

I have 2*400gb H.D.D on my server.

I have run RAID1 (software) on my server. Is it posible to disable RAID1 and use secondary 400gb H.D.D as additional H.D.D (800gb) and add another 1000gb H.D.D on my server and run RAID1 on server again? For have mirror data as RAID1 in 1000gb H.D.D

View 8 Replies View Related

How To Create Additional Ftp User Using SSH

Jun 20, 2009

How can I create additional ftp user using SSH and to give access only to a specified folder for example,

httpdocs/folder1/

View 7 Replies View Related

Additional IP Addresses In Windows

Aug 3, 2007

I have added additional local IP addresses into my windows box, using advanced feature in TCP/IP properties, but it is not showing. Do I have to restart anything here?

View 2 Replies View Related

Additional Competitive Advantages For Hosting Packages

Aug 11, 2008

As far as I see each hosting company uses various methods to make customers buy their domains. They can provide free domains, free Fantastico scripts, website building software, templates etc. I am planning to launch my hosting company really soon. Also I think to include free internet marketing services in some hosting packages. I am just wondering if such internet marketing program can be considered as a significant competitive advantage stimulating customers to make a purchase?

View 9 Replies View Related

Create Additional Subfolder Postfix/courier

Sep 24, 2008

I have a mail server which is courier, postfix, amavisd, using Mysql db and virtual mailboxes which I administer through postfixadmin.

I want to be able to add a set of default folders to all mailboxes created such as Possible Spam and some others.

I have investigated shared folders but this is not what i want, is there a way I can get courier/postfix to create a set of additional sub-folders when it creates a mailbox.

All mailboxes are accessed as IMAP mailboxes.

View 0 Replies View Related

Adding More Than 1 Site To Each Additional IP Address In CPanel

Jan 3, 2008

I am running WHM/cPanel (latest) and my server has 8 IP addresses. The first IP is the main shaired address but cPanel appears to only let me add one site to each of the additional IP addresses.

Is there a way I can host multiple sites on each of the additional IP’s

View 8 Replies View Related

Plesk 12.x / Linux :: Additional Nginx Directives

Sep 3, 2014

I am trying to add the following nginx configuration to Plesk through

Website & Domains -> Web Server Settings

The conf i am adding is:

location /folder/folder/ { try_files $uri /folder1/folder2/file.php; }
or
location ^~ /folder/folder/ { try_files $uri /folder1/folder2/file.php; }

but it doesn't seem to be working.

gives 404

View 1 Replies View Related

Plesk 11.x / Windows :: Additional Directives - PHP Extension

Sep 23, 2013

I'm running PP 11.0.9 on Windows 2008 R2 and I've tried to add a PHP extension to the additional directives box of the PHP settings page (domain), however this has no effect on PHP. If I add the extension manually to PHP.ini then it works fine, but adding it to the "additional directives" box does nothing - I've confirmed this on 3 different servers, it does the same on all of them.

I did some searching and it looks like others have this problem too: [URL] ....

View 3 Replies View Related

Plesk 11.x / Linux :: How To Add Additional SMTP Port To Qmail

May 13, 2014

I want to add a new port for SMTP (1024) as a client's ISP block 25, 587 and 2525. I tried following this guide: [URL] ... but it doesn't work with Parallels Plesk Panel 11.5 ...

How to add an additional SMTP port to Qmail in Plesk 11.5?

View 1 Replies View Related

Plesk 12.x / Linux :: Missing Packages On Additional PHP Versions?

Jun 11, 2015

I'm trying to make use of the multiple PHP versions in Plesk 12, however the newer versions are missing some packages my websites require.

When yum installing them it just tries to install to the default PHP5.3 version so says it is already installed.

As I didn't compile these php versions how can I install additional PHP packages to the supplied additional versions in Plesk?

View 3 Replies View Related

Plesk 12.x / Linux :: Unable To Find Additional PHP Versions

Jul 14, 2015

I have just installed a new Cloudlinux 6.6 Plesk 12 box but am unable to find the additional PHP versions as shown in the attached image.

I'm on update #55.

I'd prefer to use Plesk's built-in PHP versions instead of the Cloudlinux ones.

View 4 Replies View Related

Plesk 12.x / Linux :: Fatal Error Using Additional PHP Version

Jun 29, 2015

Using Plesk 12.0.18 and CentOS 6.6, I installed PHP 5.6 through the Plesk Updates menu. After that, the new version was not automatically selectable inside Plesk Panel. I added it using php_handler.However, when selecting PHP 5.6 for a website, I only get a 500 server error.

Trying to troubleshoot, I ran "/opt/plesk/php/5.6/bin/php-cgi -v", which also resulted in an error:Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)The same kind of error is logged in the error_log for the website I switched to 5.6.

The error also occurs when calling "php-cgi -v" directly in the command line.The same error occured when I tried the same thing with PHP 5.5.

View 5 Replies View Related

Plesk 11.x / Windows :: Additional FTP Account - Directory Name Invalid

Dec 22, 2013

I have a vps server and i am trying to create ftp account and i am getting this error:

Unable to start (/c ""C:Program Files (x86)ParallelsPleskadminbinserverconf.exe" --list"): (267) The directory name is invalid.
---------------------- Debug Info -------------------------------
0: Exec.php:43
plesk_proc_open(string '"C:Program Files (x86)ParallelsPlesk/admin/binserverconf" --list', array, string 'C:Program Files (x86)ParallelsPlesk/tmpagent78f0fd54abecb83b12f6c9fdde9b5b84', array)
1: Exec.php:43

[Code] ....

View 9 Replies View Related

Plesk 12.x / Linux :: Locked Out From Panel After Installing Additional PHP-versions

Jun 25, 2015

For some application-testing I installed PHP 5.5 and PHP 5.6 alongside the existing PHP 5.3 installation. To do that I used the web-interface of the Plesk-installer.

Installing the software went well, or at least didn't show any errors.

After installing I went back to the login-page to get back into the portal, but that didn't work.

I am using the right username and password and don't see any errors, I just keep getting the login-screen and no errors. Logging in through SSH is working as it should. Only access to Plesk on 8443 seems to be denied.

Server reboot didn't work, restarting Plesk-services didn't work...

How can I restore this so I can get back to work?

This Plesk-installation is on a CentOS 6 server on which I have full rights.

View 2 Replies View Related

Plesk 11.x / Linux :: Catch-all Not Working On Additional Subscription Domains

May 26, 2014

URL....I trying to solve the problem fixing the psa.Parameters table, however i cannot find the relation between id on Parameters table and domains table.

View 2 Replies View Related

Plesk 11.x / Linux :: Server Domain 302 Redirects To Hosted Domain - How To Undo

Nov 16, 2014

When I hit my server's domain it redirects me to one of the hosted sites' domain with a 302 redirect. It used to return the default plesk server page. How can I cancel the redirect?

View 2 Replies View Related

Invalid Cross-device Link - Additional Hard Drives Linux

Mar 25, 2008

OP: Linux Centos

I just got an additional 500GB hard drive added and mounted it to /home2

There are files that are in /home1 (orginal HD) that will need to be constantly moved over to /home2 via a ftp

But i keep getting this error

550 Rename/move failure: Invalid cross-device link

Does anyone have any ideas? I tried changing permissions but no luck also tried mounting the 2nd hard drive within a directory in /home1. Still gives the error.

View 5 Replies View Related

Plesk 12.x / Windows :: Additional FTP Accounts 530 User Cannot Log In - Home Directory Inaccessible

Jul 10, 2014

I don't know why, but only one server with Plesk 12 if i create additional ftp accounts not working. i receive error:

530 User cannot log in, home directory inaccessible.

If i use principal FTP account works fine.

View 5 Replies View Related

Plesk 11.x / Linux :: Give Non-admin Users Access To PHP (Additional Configuration Directives)

Oct 21, 2014

Is there any way to give a reseller or customer access to the php custom settings box labeled "Additional configuration directives" on the website & domains -> php settings button that an admin can see and alter? We have attempted to give resellers the "Common PHP settings management" and "Setup of potentially insecure web scripting options that override provider's policy" options, but it still does not show up to a reseller.

View 1 Replies View Related

Domain Parking - Wildcard Domain Name Server (DNS)?

Nov 5, 2008

We have a lot of unused domains that we'd like to setup domain parking for.

To keep it simple, we'd like to just change the namesevers to ns1.domainparking.com and ns2.domainparking.com (not real nameservers!) and the domains would then automatically show a simple web page.

We use cpanel servers and are wondering how easy this is to do? I've seem mention of wildcard dns? Is that the answer?

View 2 Replies View Related

Domain Parking With Win2k3 Domain Name Server (DNS)?

Aug 3, 2007

i have about 8 different domains i'd like to point to a nameserver (ns1./ns2.mydomain.com) on Win2k3 server, but i can't get them resolved through my nameserver without creating a manual forward lookup entry for each *parked* domain separatly..

Does anyone know how to resolve "parked" domains automatically on Win2k3 DNS??

I just can't find any answer for this, everything i've found required manual creation of lookup entries..

anyone?

View 8 Replies View Related

Reverse Domain Name Server (DNS) ARPA For Domain On VPS

Jul 6, 2007

I have a vps with dedicated ip's for my domain names.

I read that in order for mails coming from my server not be picked up as spam, i need to add reverse ip entries.

Now i have already added the glue nameserver records on my godaddy control panel,

ns1.mydomain.com -> 10.20.30.40
ns2.mydomain.com -> 10.20.30.41

But do i need to speak to the datacenter to add the reverse dns entries for my domain on their nameservers? What about if i host my nameservers offsite, but then have my webserver/mailserver etc inside the datacenter? Would i need to request the datacenter where the nameservers are hosted to add the reverse ip entries for the domain, and then the request the same from the datacenter for my web/mail servers to add the reverse entries?

Is it really required?

View 2 Replies View Related

Domain Does Not Resolve :: Domain Name Server (DNS) Issues

Aug 14, 2008

I've been having some DNS problems with one of my domains for quite some time now. The domain does not always resolve - some go days without being able to access the site.

I ran a simple BASH script to show what I mean. I replaced my domain with "mysite.net" and the IP with "xx.xx.xxx.xxx".

# for i in `seq 1 15`; do host mysite.net; done

mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.

Has anyone experienced a similar problem? I have gone over the DNS records countless times and see no problems. The site is hosted on my own dedicated server.

View 13 Replies View Related







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