Server Locations And Linking Servers

Feb 10, 2009

I am starting up a mail order bride website.

I already have a server in Malaysia that I am using to run an asain based site. Off a .asia domain.

I am currently in Malaysia just now and I noticed especially on the weekends the networks seem to slow alot in Malaysia due to everyone playing games at the Cyber Cafes (its what they do instead of pubs).

While back in home the UK the Internet seems super fast all the time due to are advanced infrustructure.

Now should I use my server in Malaysia (ultra cheap prices) to host the site so or get a server in Europe preferably America?

The pros i see for Malaysia is the potential brides in asia will get quick access to the site.

The pros for Europe or America is the customer base will get quick access.

I might be wrong about this, maybe the speed wont; be affected to much either way, but I am a newb

Also if i was to have both a server in America and one in Asia could I link them together under that same site name? and how would that work with the database?

View 6 Replies


ADVERTISEMENT

Linking Servers

Oct 29, 2008

I have multiple dedicated servers all running cPanel and WHM they are all CentOS. Currently when a new client signs up we manually create the account after we have recieved payment.

We then manually bill each cycle.

I am looking at setting up an automated billing / sign up system but how does this work with all the sites spread over different servers?

View 9 Replies View Related

Dedicated Server Provide Allow Warez Linking?

Dec 10, 2008

Any good recommanded dedicated server providers which allows Warez linking?

View 11 Replies View Related

Apache :: LDAP Authentication - Not Linking To Server

Jan 16, 2014

I am running apache currently on my QNAP server, and have enabled webserver and LDAP. We have set up users on LDAP. I have created a landing page for access from the internet. I want to configure Apache to authenticate the users using LDAP before granting access to the landing directory.

I have started this with the apache configuration below: My apache config file -

Code:
LogLevel debug
CustomLog "logs/access_log" combined
ErrorLog "logs/error_log"
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
ServerName MyServer
LDAPTrustedMode NONE
LDAPVerifyServerCert Off

[Code] ....

When I access my page, I get the authentication prompt. But when I enter my LDAP login and password, I get thrown out of the system with the error:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@NAS and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Looks like my apache configuration is a problem as I am able access my LDAP and everything with LDAP seems to be working fine except Apache configuration to authenticate against LDAP.

View 1 Replies View Related

Accessing Our Server From Some Locations

Apr 20, 2009

Few months back we migrated to a new server (Layered tech Savvis to Databank)

All has been running smoothly, better than before the move.

Over the last week we have had reports from a few clients in various locations across australia and a few in the uk that they can not access the server.

The DNS is resolving correctly for them and traceroutes have not proven anything.

Layered tech have not been real helpful, eventually they put me onto their network department who ran a global test which came back as the server being accessible from everywhere.

The problem appears to be intermittent

View 13 Replies View Related

Server Appears To Be Down From Only Some Locations

Apr 17, 2008

I have a client who says his site is currently down. He can not get to any sites on my dedicated server.

However, I can get to all sites just fine and have not seen any downtime. My host tech support says the server is online and responsive and has closed my ticket.

Ping tests (at www.just-ping.com) show severe packet loss from almost all locations (see screen shot below)

How else can I test if my server is visible from multiple locations? Are there other tools/sites I can try?

View 13 Replies View Related

Server Log File Locations

Mar 23, 2007

Where are my server log files locations?

I need all log file locations for following services on my server (Servint dedicated VPS):

MySql
Http/Apache
FTP
NameServer/DNS
Security log files

What other log files are generated?
Are there any utilities (direct scripts) which helps to evaluate this log files regularly?

View 4 Replies View Related

Connectivity Issues To VPS Server From Certain Locations

May 27, 2008

We have a VPS with Media Temple. Their data center is somewhere on the westcoast. From time to time we have severe issues to connect from our Brooklyn/NY locations. We experienced the connectivity issue from 2 physical locations. Doing a tracert gave us a good result.

There are usually 4-8 users using our shop admin for order processing or the shopping cart for manual order entry. While they are having problems connecting from there, I can connect just fine from Calgary/AB, Canada. Most of the time no issues at all.

how to debug that?

View 4 Replies View Related

Server Mirroring To Create Separate DNS Locations

Nov 4, 2009

If anyone can help me in doing this, I'd appreciate it. I searched to see if anyone had already done this, but I didn't find anything so my apologies if this has been answered before.

Here's what I have: 1 dedicated server with a static ip of course and currently, I run all my sites off of this machine as well as my few clients. The server is running CentOS and Apache.

What I want to do is build a new server at my house/office and create a secondary webserver that mirrors my current setup. I've heard about using Rsync to do this, but I want to know if it'll allow for the balancing effect I'm looking for.

Rather than use this 2nd server as a backup only, I want also use it for dns resolution. Right now, all my sites are using two nameservers (NS1.2D.NET and NS2.2D.NET), but they both point to the same IP address at the same location. I want NS2.2D.NET to point to this 2nd server for redundancy (in case the other location goes down) and also for balancing (to spread traffic over two servers instead of just one).

Eventually what I'm going to do is move all my clients and websites to one location again, but my own location so I can save the expenses of dedicated hosting off-site. However, I want to use this setup as a test to see if my own location will be able to handle the traffic and such.

View 9 Replies View Related

Linking Pages With Different Hosts

Jan 28, 2009

If the user links to a different page and domain hosted by the same company is the browser experience quicker? If I have 2 webpages with 2 different hosts and wish to link them is there any meaningful slowdown for the user, to transfer to different pages with different hosts.

Do all the pages of a domain need to be hosted from the one host?

View 10 Replies View Related

Mod_rewrite To Divert SOME Image Linking?

Mar 19, 2008

I'm trying to get a problem with image hotlinking under control. What I'd like is to allow linking to thumbnails but only allow the fullsize images to be served via another page.

What I'd like is to allow all request to /thumbs/(1-99)/*.jpg but redirect all calls to uploads/(1-99)/*.jpg to view_image.php while allowing all calls to any other existing php page on the site.

I thought it would be something like this but I've tried many variation on the standard denying hotlinking .htaccess scripts I've got and they work to a point but I can't seem to combine them to perform the above?

Can someone please put me out of my misery or point me to a good mod_rewrite tutorial!!!

RewriteCond %{REQUEST_FILENAME} uploads/(.*)/(.*).(gif|jpe?g|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^mysite.com$
RewriteRule (.*) /view_image.php?/$1 [R,NC,L]

View 4 Replies View Related

Warez Linking Allowed In Canada

Jun 2, 2008

I have noticed quite a few warez linking sites (some quite large) coming up that are hosted in Canada.

Does anyone know what the law is on warez linking in Canada?

View 9 Replies View Related

Linking To Copyright Videos On Veoh, Dailymotion...

Jul 17, 2008

We have a portal which collect videos from all the video sharing sites such as Dailymotion, Veoh, YouTube,etc... No actual videos are hosted on our servers.

Recently, We got a letter from the lawyer of the copyright owner of some videos, stating that we are not allowed to link to these videos on our sites. If we dont remove those links they will take legal action on us.

So, my question is that can they actually sue us for linking to videos on youtube,dailymotion....?

The server is located in Chicago, if that makes any different?

As far as i know, if we dont store the actual copyright content on our servers then it is fine, at least with US law?

And i think they are just trying to scare us since there are like hundred of sites that doing the same thing and i see keeping doing it.

Part of the letter:
[url]

View 14 Replies View Related

DNS & BIND WEBMIN : Linking Domains To Folders

Jul 21, 2007

linking domains to folders. Im using webmin on a Debian server, and setting up the DNS and BIND isn't a problem, i can do that, but what if i want to link, lets say example.com to the folder hdoc/example/ , how would one do that?

At the moment when setting up the zones, they link to the main page.

View 0 Replies View Related

Locations

Jan 21, 2007

My group is thinking about building a dual xeon clovertown server that we will be using to hosting multiple gaming servers. We currently have a server at The Planet but would like to get away from that since their high performance servers cost $300+ /month.

With that being said I will need somewhere to get the box coloed and having trouble finding providers that don't charge an arm and a leg for hosting.

I have admins in Las Vegas NV, Huston TX, and Memphis TN so anyone of those places I can get good latency too would be ideal.

The best deal so far I have found was colo4dallas that would cost us $100/month for colo and give us 200gig of bw but I would really like the server to be located in one of the cities I listed above incase something broke and we needed to send someone in.

Can anyone recommend a colo provider in one of those locations?

View 1 Replies View Related

Colo Locations

May 27, 2007

Anyone have information on the following states for Colo?

Virginia
St. Louis
D.C.
Dallas

I'd like to get links to sites who offer these locations. I currently hold a deal with 1/2 Rack and 75.00 a meg with 5 carries. Trying to find different states to locate.

View 6 Replies View Related

Ping From Multi Locations

Jun 17, 2008

I was on this site a while ago and someone shared a link to a site that would ping a given IP from multiple locations around the globe and give the output. Does anyone know of a site that would do this?

View 2 Replies View Related

10 Different Locations To Host A Web Site

Aug 22, 2008

www.dplwebmarketing.com

This hosting guys are telling that they offer 10 locations to host web sites. What i can understand is we may be able to select a Country to host.

Is it good to select a nearby country server to host our web site?

View 6 Replies View Related

Connections Speeds From Dif Locations

Feb 18, 2007

Is their anyway I can test the connection speeds to my site from different parts of the world?

View 3 Replies View Related

Frankfurt / Amsterdam Locations

May 29, 2007

We are currently looking for a location in Frankfurt and Amsterdam. Has anyone had any experiences with data centers in these locations? We are looking for 1U of space and around 1000GB of monthly data transfer. We'd like to find a good balance of price and quality.

View 12 Replies View Related

Hosting In 2 Different Locations For More Uptime

Mar 24, 2007

This week there was some one who asked me if he would have 100% uptime having his web site hosting in 2 different locations, with one server name pointing to a webhost, and the other server name pointing to a second web host.

For instance I want to host example.com on WebHostA and WebHostB

WebHostA's DNS are
ns1.webhosta.com
ns2.webhosta.com

WebHostB's DNS are
ns1.webhostb.com
ns2.webhostb.com

And he would set for instance for example.com:
ns1.webhostb.com
ns1.webhosta.com

He doesn't have a database, just a static page. For e-mail, he would configure 2 e-mail accounts in his email client, using the IP address of both web hosts to make sure he doesn't lose emails.

Wouldn't that work? He should have 100% uptime this way,

View 3 Replies View Related

Apache :: Sending URL To Different Locations

Jun 5, 2015

I am relatively new to Apache and have a query. On an Apache 2.2 server I have built.

I have 2 urls coming in from 2 locations. I need to forward these urls on, one to a backend weblogic the other will be proxypass'ed on.

The problem I have is that the 2 URL's are identical incoming and outgoing so I am struggling to identify between them.

I have been able to manipulate one of the incoming URLs so it drops through the proxypass but when I rewrite it it then drops back into the proxypass.

How I can separate this traffic? I guess using virtualhosts would be ideal but are unfortunately not available for me. Restrictions on new IP addresses and ports. This is an example of the config.

View 1 Replies View Related

Affordable Hosting SHARED-RESELLER Warez Linking - Nulled Script - Legal Porn

May 26, 2009

BEST RELIABLE HOSTING, affordable hosting

ALLOWED: warez linking - nulled script - legal porn

warez linking allowed
nulled script allowed

Host Unlimited Domains
Unlimited Sub Domains
Unlimited Email, MySQL, FTP
PHP5, MySQL5, CGI, Perl5
DDOS Proof, ionCube, Ruby
99.99% Uptime Guarantee
cPanel® 11, WHM, Fantastico
Web Hosting Control Panel
MS Frontpage WebSite Hosting
ImageMagick 5.5.2 Support
Unlimited Email and FTP Accounts
Fast, Free 24/7 Tech Suppor
Reseller Hosting Available
2 Web Based E-Mail Programs
Streaming Audio/Video Hosting


SUPER 12$ year
5 Go Storage
30 Gb Transfer
Control Panel

EXPERT 24$/year
20 Gb Storage
100 Gb Transfer

EXPERT 36$/year
50 Gb Storage
600 Gb Transfer


GOLD HOSTING
»FREE DOMAIN NAME
» 100 Gb Disk Space
» Unlimited Bandwidth
50 $/YEAR


RESELLER HOSTING

w w w .azhosty .com

View 0 Replies View Related

Monitoring Multiple Datacenter Locations

Jul 13, 2007

I was wondering about what software can be used in a client-server architecture to collect bandwidth usage at one server, from several nodes at dispersed server locations.

Let us say I have two servers in two datacenters, and I want to collect the bandwidth usage (actual and 95th percentile) in a third server.

I understand collectd can do this in a client server setup, but I don't think it does 95th percentile. So I was looking for what other setups I can make easily.

View 4 Replies View Related

Mysql Database Locations In Cpanel

Dec 14, 2007

Does anyone know the default location for databases created through cpanel?

View 2 Replies View Related

Apache :: Rewrite Is Not Working For Locations

Nov 22, 2013

After a few years with apache 2.2 I decided to try apache 2.4 Both are running on windows 7. I had to recompile my modules against the new api, but that was succesful. I am now confronted that the rewrite rule for one of my locations :

View 11 Replies View Related

Hosting Service In Multiple Locations With One Panel

Apr 3, 2009

You know we done some great job on tweaking up WHMCS and also I think that we done some great job on setting up multi locations on WHMCS (almost 6

months hard work, almost hard…joke). Ok enough about us

So, actually we will show you some trick how to get coded WHMCS files work property for you.

You may think that it is another boring topic of how to or something, but unfortunately it’s not

I was looking for a lot of information of how to tweak up WHMCS and DirectAdmin together, but could find only bits and pieces of it…

In the mean time I would like to dedicate this topic to anyone who is currently seeking new web hosting services.

I had done one more post about how to get moving around hosting control panels, but still writing proper review about that confusing transfer process.

Choosing a web host for your business is one of the most important decisions you can make. If your site is down, your business is down. If you are

serious about your website and want to get solutions to your common hosting problems, this article will give you ten good reasons to choose for a global hosting company.

1.Hosting companies that work globally have different Data Centre to better service their customers. In case of a hardware failure, the system will automatically redirect traffic to the nearest Data Centre.

Don’t let server downtime and a slow connection cost you money!

2.Because of the different Data Centre, the backup systems are always secure. If a disaster strikes where your computer is located, your data remains safe in a remote location.

3.Global Hosting Companies work with a live support system. You can manage all aspects of your account 24 hours a day, 7 days a week. No time zones for services provided.

4.A support team is available 24/7 via phone and email to provide top-level support when you need it.

5.Because of the variety of customers from different continents, global hosting companies are able to offer flexible systems. They give prompt reaction time to customers’ needs and expectations.

6.Global hosting companies offer multiple compatible languages and language capabilities

7.Offering support of multiple database engines and both versions of PHP 4 and PHP 5 applications.

8.A support team routinely updates your server’s operating system and hardware with the newest updates, latest security patches and upgrades to ensure maximum security.

9.Global hosting companies have an experienced migration team to do all proper migration planning so that the transition can take place without a hitch.

10.Most global hosting companies have their own community website that allows customers to communicate and offer advice, and to share ideas and business solutions with each other.

Starting a business is difficult and picking the best out of thousands of web hosting companies out there is very crucial. Pick the right company to go with.

There are many companies providing great web hosting services so feel free to search for one that suits your needs.

Please review any additional information maybe I forgot to mention something…

Also I got some bad reviews of my first post in forum; even some people treated my post as a spam, but in some way information sharing in not

View 0 Replies View Related

Apache/MySQL Hosting In 2 Locations -tutorial?

Jun 27, 2008

I'd like to have the ability to offer hosting in two geographical and network diverse locations for both Apache and MySQL. Two entirely different instances, with different everything. ie: high avail to the max. Obviously the MySQL part is harder due to the dynamic nature.

I can appreciate the technical aspects of the question - such as data needing to replicate to 2 locations, dealing with static versus dynamic data, etc. In short, there's a few ways this could be done.

I've not been able to find a guide in my Google searches, but I'm sure this is something that has been setup before.

If you're someone with experience in having had set this up, perhaps it would be easiest if we just speak directly and work something out, either via payment or giving you a dedicated server on my network. My AIM name is IGSOBEHELPER.

Please note that I am hoping to start a technical discussion about this, hence I am not posting the message in the employment section. I hope this is not off topic because of this.

View 0 Replies View Related







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