How To Allow Others To Access Via Their Own Domain
The best example I have is google apps for domain, but I know a lot of other services do it..
Apart from THEM adding the right DNS record, how do I actually handle it on my end?
So that rather than
[url]
it can be
[url]
or (if even possible?)
[url]
Is it purely just looking if the hostname given is not one of our own, parse out the hostname and use that? or what...?
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Exchange Access Via Domain
I have an exchange 2003 server. You can access OWA via the browser by using the IP address of the line the server sits on. How do I go about converting this IP address into a domain so exchange server 2003 is accessible via [url]or [url]
View Replies!
View Related
Block Access To My Servers From A Domain
Exist a domain (domain.fm), this domain receives constant DDoS attacks and the webmaster of domain.fm has pointed the domain to my server and the DDOS attack has been redirected to me. Is it possible to block this domain? I noticed that the webmaster of domain.fm only points the domain to my server when attacked. Yesterday my apache has been down for several hours. I would like to block access to my servers from the domain domain.fm
View Replies!
View Related
How Can I Http Access A Server Without A Domain
I've setup a dedicated server that is currently running with a domain bound to it. However this time I want to setup a centos 5.1 + latest apache 2 + bind 9 server that can only be connected to by IP address and doesn't have a domain name. So what do I need to modify in the below files to do so: First of all will I even need bind at all? I already have it setup and (mis-)configured but I guess if I don't need it I can just take if off of autostart and stop the process "named". Named.conf options { pid-file "/var/named/chroot/var/run/named/named.pid"; directory "/var/named/chroot/var/named"; query-source address * port 53; allow-query { any; }; allow-transfer { }; recursion no; notify no; version "unknown"; }; logging { category default { null; }; }; zone "server.domain.com" { type master; file "server.domain.com.db"; }; I don't even want the zone have domain.com in its name but that's just there so I could show you how I'd include server.domain.com.db. server.domain.com.db $TTL 14400 @ IN SOA ns1.domain.com. root.server.domain.com. ( 2007052503 14400 3600 1209600 86400 ) server.domain.com. 14400 IN NS ns1.domain.com. server.domain.com. 14400 IN NS ns2.domain.com. localhost 14400 IN A 127.0.0.1 www 14400 IN A 78.129.174.164 I'm not sure what to do about those references to domain.com here, they shouldn't be needed but without them I don't know what to put here. ^^ Obviously I can't use those nameservers... resolv.conf nameserver 127.0.0.1 nameserver 78.129.143.155 nameserver 87.117.198.200 nameserver 87.117.196.200 The only thing missing from this file is "search domain.com" at the top, is that needed even though I won't really have any domains used by this server? /etc/hosts: # Do not remove the following line, or various programs # that require network functionality will fail ....
View Replies!
View Related
Access An Account On Shared Ip Without Domain Name
I have an account on an older server. Its plesk. But now that I pointed the domain I can no longer access the old server from the web. So this is my shared ip: 66.235.201.136 Now there are about 10 domains on the IP. what would my URL look like to access one of those accounts in plesk in the browser? 66.235.201.136/~rgratitu I've tried the above and it doesn't work.
View Replies!
View Related
Access DirectAdmin Site Without Domain - Possible With CPanel
I'm new to using directadmin and I've got a problem; I've not yet switched the DNS over to the directadmin server 'cause I want to make sure the sites work first, however I can't find how to view the sites. With cpanel you can go to http://192.168.1.1/~username (where 192.168.1.1 = IP of server and username is username of account). is this possible with directadmin? I can't find anything about it, anywhere.
View Replies!
View Related
Can Other Hosted Sites Be Access Through Your Domain/subdomain
I'm using a shared host that provides good service and support, but there's one major issue I discovered recently: Other sites hosted on their server are accessible through my domains and subdomain. For example: Account2 on their server can be accessed through: [url] [url] Host says: "Because everything is Name-based, apache decides what directory is going to be used based upon the name that is provided. However, because the username is valid, it treats it as a vaild URL and redirects it to your site. There is no security issue, as this is just the way apache’s configuration works." Is it really normal? Does the same happen on all apache servers? I think SE's would treat the other pages as mine, no?
View Replies!
View Related
How Can I Give A Customer Access To His Specific Domain On Godaddy
I have an account on godaddy, with more than 20 domains registered and well, so far i have been in charge of the updates of these domains and the websites they represent. But now I have this customer who is asking me to have access to his specific domain so he can upload files by him self, the thing is that i dont have a clue of how to do it. I tried to create a new account in godaddy for this customer and tried to transfer this domain into his account and I was not allowed to. I cannot give him my username and psw cause he wont only have access to his website but all those i have registered under my account. I will really appreciate some advises to help me work this out.
View Replies!
View Related
Question: How To Enable Cpabel Access With Domain.com/cpanel Extension In Vps Hosting
I have migrated my accounts from resller account of site5 to vps account to wiredtree... But I have a problem now. In site5, when I use their reseller option each domain owner could access their cpannel simply by http://www.pr.web.tr/cpanel and other user also can access http://url.gen.tr/cpanel etc... the good thing if the owner is the same, he/she can use both account in the same browser in different tabs and even browsers can sace the password to reach those accounts seperately... but in vps account in wiredtree, when user try to access http://www.pr.web.tr/cpanel the server redirects it https://host.ucuzhosting.net:2083 so it doesnt matter which domain he/she tried to connects, the server redirects them to this domain... so: it is not possible to access the ditterent cpanels at the same time using same tabbed browser anymore. the passowrd can not be stored on browsers either, since there isn't any domain... only the resller account panel here. so for each new domain cpanel access the password keepers only update the new password... There must be someway to configure the access of each domains cpanel throeugh their own domain name... but couldnt figure it out...
View Replies!
View Related
IIS 5 - Cant Access Page From IE7 But Can Access From Firefox
I found a great little app called ID Shutdown Manager which bascially lets you do stuff like wake on LAN, Shutdown, Log Off etc. The App also has a cgi script which you can call from a web server so you get a web interface to the program. This is exactly my reason for getting the app as I just wanted to host a web page where I could login from the internet and wake on lan my media PC. Ok so... The app gives you all the iis or apache setup instructions and tells you to place the cgi script which is actually a .exe into the scripts folder and then enable basic authentication for it. Done. So if I navigate to <SERVER>/scripts/sdmancgi.exe its supposed to give me a user / pass prompt and then when login successful I see the app and can wake on lan etc. ok I have got this to work on the actual machine where server is running I can access it in IE7 by localhost etc.. and it works However when I try to access from another PC in my lan by typing <SERVER>/scripts/sdmancgi.exe I get a nice little message saying the content cannot be displayed you may require to insall a program or something to display it. If I try to access the page from firefox on same remote PC, it works! I can also access page from outside my LAN, it works on my N95 browser. Also I have had friends try it from firefox from the Internet and they say it works as well. Forgot to mention I am running on port 8081 as I already have other servers running on 8080 and 80 (one is my router and the other server installed itself from setup.exe and I dont know what server its using) I have also tried latest apache server as well as some other free one. Both have the same effect. Ok in firefox, not in IE. One would think its a problem with the cgi file not compatible with IE7 however, I even tried to go to default page setup in IIS <SERVER>:8081 and I get the same message. So at this point the server hasnt even tried to access CGI or prompt for Basic Authentication. I tried googling and not much luck. I read something about CSS and when I view source of failed web page from IE7 it mentions something about CSS so dont know if this is it?
View Replies!
View Related
Can't Access Dns Only Remote Access Key
I have successfully installed dns only to my vps. the problem is when i try to add it to the cluster system on my other vps it asks for a remote access key, so i visit both ip:2087/scripts/setrhash and ip:2086/scripts/setrhash and it shows an unable to connect error in firefox. this is both using [url] does anyone know how i can access the remote access key?
View Replies!
View Related
How Do I Secure Remote Access To Remote Access Products
I have windows servers that I'll be co-locating very soon. I have purchased a Dell 2161ds-2 and an APC remote boot power strip. Could someone please tell me the best way to secure remote access to these products. Do I put them on public IP's and allow them through the firewall or do I put them behind the firewall and access them after I authenticate through the firewall.
View Replies!
View Related
Reverse Domain Name Server (DNS) ARPA For Domain On VPS
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 Replies!
View Related
Domain Parking - Wildcard Domain Name Server (DNS)?
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 Replies!
View Related
Domain Parking With Win2k3 Domain Name Server (DNS)?
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 Replies!
View Related
Domain Does Not Resolve :: Domain Name Server (DNS) Issues
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 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
Domain.com Or Www.domain.com For SSL Certificates
I'm setting my first eCommerce site and right now I need to resolve the following issue. I need to install (well, the hosting company will do it for me) a SSL certificate and I need to know what is best or common practice, to use domainname.com or www.domainname.com I don't know what difference it would make but it seems to do so because the hosting company is asking me to choose. Being that I'm clueless about this, I would also appreciate a quick explanation on the benefits or downfalls of using either one.
View Replies!
View Related
Make Addon Domain The Main Domain
I have domain1.com as the main domain that I am using with cpanel and domain2.com as an addon domain that points to a different directory. I want to move domain1.com to another server and I would like to know if I can make domain2.com the main one
View Replies!
View Related
Www.domain.com Does Not Resolve Where As Domain.com Works
I ve been having a problem with the "www" prefix for the domains For example: [url] works ok But [url] Does not resolve here is the named conf ; Modified by Web Host Manager ; Zone File for hayalikelimeler.net $TTL 14400 @ 86400 IN SOA ns1.theplanet.com. fikret.eforelektrik.com. ( 2007032306 14400 7200 3600000 14400 ) hayalikelimeler.net. 14400 IN NS ns1.theplanet.com. hayalikelimeler.net. 14400 IN NS ns2.theplanet.com. hayalikelimeler.net. 14400 IN A 74.52.228.130 localhost.hayalikelimeler.net. 14400 IN A 127.0.0.1 hayalikelimeler.net. 14400 IN MX 0 hayalikelimeler.net. mail 14400 IN CNAME hayalikelimeler.net. www 14400 IN CNAME hayalikelimeler.net. ftp 14400 IN A 74.52.228.130
View Replies!
View Related
Strange Domain Become Parked Domain- Is This Hacked
I just when found this domain on google when I was make some search of content of my site I found domain as a parked domain and work for my site! so I go to cpanel and parked domain but not found any thing so what this mean how someone have parked domain for my site and when i go to cpanel noting foudn also when I go to whm and accoubt listed I don’t find that domain?
View Replies!
View Related
Domain Forwarding Vs. Domain Parking
I am moving content from old.domain to new.domain However I am at the same time retaining the old.domain to keep the older links working I want that the old.domain/link redirect to new.domain/link Please advice what would be best to do for the old.domain - 1) Domain forwarding 2) Domain parking or Both the above (The other thing is that I would like to do 301 redirect - would this happen automatically by activating the above options - or something else has to be done)
View Replies!
View Related
Redirect Www.domain.com To Domain.com
Can anyone help me in redirecting my site www.domain.com to domain.com since SSL is for domain.com Here is my htaccess Options -Indexes DirectoryIndex home.php index.php index.html index.htm Could you please add me the correct code to redirect www.domain.com to domain.com? Also, do i need to restart Apache for taking effect?
View Replies!
View Related
Domain.com Works, But Www.domain.com Doesn't
One of my websites, romeo-help4u.com has this problem. When i type and the address goes to [url]it works fine. But when I go to [url]it doesn't work. Quote: Great Success ! Apache is working on your cPanel® and WHM™ Server If you can see this page, then the people who manage this server have installed cPanel and WebHost Manager (WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl) successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content. ATTENTION! If you are seeing this page instead of the site you expected, please contact the administrator of the site involved. (Try sending an email to <webmaster@domain>.) Although this site is running cPanel, WebHost Manager, and Apache software it almost certainly has no other connection to cPanel Inc. or the Apache Group. Please do not send mail about this site or its contents to cPanel Inc. or the Apache Group. About cPanel: cPanel is a leading provider of software for the webhosting industry. If you would like to learn more about cPanel please visit our website at www.cpanel.net. Please be advised that cPanel Inc. is not a web hosting company, and as such has no control over content found elsewhere on this site. About Apache HTTP Server: The Apache HTTP Server is an open source web server which powers many of the worlds web sites. The Apache HTTP server is part of the Apache Group's many influential projects. Their efforts have helped shape much the world wide web, and they continue to be a dominating force in the web hosting industry. I checked the dns through whm and everything looks normal. What did I set up wrong?
View Replies!
View Related
How To Point Domain.com To Domain.net
have a such problem./ my customer have site domain.net, which is hosted on another host. now he bought domain.com and ask me, to setup this domain and point to domain.net. i'm on cpanel/whm. i ask customer on registrar page setup my nameservers, and trying to do edin dns zone..: as i know, i must do Quote: domain.com. A 62.118.***.*** or domain.com. A domain.net. or domain.com. CNAME domain.net. but unfortunately get an error: Server not found can u advice, what i'm doing wrong? btw. domain is immo.am which i'm going to point to immo.ru P.s. 1. i know, that it's possible to do via registrar, but unfortunately their registrar don't allow this 2. i suggest to do it via 301 redirect, but customer don't like it. just need to view ip of his main domain [immo.ru]
View Replies!
View Related
Getting Www.domain.com To Work, Domain.com Resolves Correctly, Just Not With Www
Okay guys, a quick question for all the gurus out there. I'll admit I'm a bit embarassed posting such an easy question, but give a guy a break, I've been using managed servers for god knows how long and I've finally decided to take a dive into administration. Everything is firewalled and secured properly, I'm just having trouble getting the ServerAlias to work right. What happens is I go into my browser and enter in [url]walaa! It works. Now, when I enter in [url], it does not resolve. I have checked with "dig" the domain settings and it looks as though all of the nameservers are set up fine, this is an apache problem. I'm running apache 2.2 on Ubuntu 7.10 for all those who are interested. Here is my etc/apache2/sites-available/domain.com: <VirtualHost *:80> # Admin email, Server Name (domain name) and any aliases ServerAdmin webmaster@domain1.com ServerName domain.com ServerAlias www.domain.com # Index file and Document Root (where the public files are located) DirectoryIndex index.html DocumentRoot /home/demo/public_html/domain.com/public # Custom log file locations LogLevel warn ErrorLog /home/demo/public_html/domain.com/logs/error.log CustomLog /home/demo/public_html/domain.com/logs/access.log combined </VirtualHost> I've been messing with it for about 45 minutes and I'm worn out at ~4:30am and could use a helping hand from the pros.
View Replies!
View Related
Domain Pointing On Another Domain
I have a domain aaa.com that has a page on it. It used to work fine. I added another domain bbb.com and both were working well. Today, I discovered that no matter if I go to aaa.com or bbb.com, it always shows bbb.com. I didn't try to do something like that and don't want to. Yesterday, I tried to secure my VPS with doing the step in this tutorial : [url] I dont' know if I created that problem yesterday or before that... Do you know what I can do to bring it back like it was ? What can I check do solve this?
View Replies!
View Related
Access
I cannot access to [url](our Hosting provider). Can you access the website? I disabled my static IP by contacted my ISP and tryed to access it with different IPs. But I can access to other web sites. This problem occurred when I installed Boldchat operator with together Microsoft .NET Framework. Most times my modem settings broke because of this software. So I removed it from my computer. But I still cannot access to the web site. But I can access it by using anonymous surf sites such as [url] My ISP could not found a problem.
View Replies!
View Related
Access To Liquidweb From EU
Hello everyone, i would like to know if the forum has users from Europe and that they have dedicate server at Liquid Web. I have few dedicate servers at liquidweb and in past 12 months I have big problems with speed with these servers, and with speed to them. Speed download / upload sometimes does not exceed either 512 Kbps and sometimes download or upload from liquidweb server can be only 10 kB/s. Loading of some pages can take for 1 minute. I opened a ticket for this problem, but the Support feedback told me that this is quite normal for my distance which I consider totally unacceptable. It is acceptable that the ping must be large, but low speed is simply unimaginable.
View Replies!
View Related
Access To ATechforum
I am a little baffled, I have a Forum:- [url] The domain is registered to 2011, However, I cannot access the site. I am wondering if it is a problem from my end or if it is a worldwide issue with my current domain. Strangely it shows me it redirecting to:- Quote: [url]...90346c&ac300=2 Just testing to see if anyone can access it from other parts of the world, It could be a NS or DNS issue but all looks good from my end.
View Replies!
View Related
I Cannot Access Hivelocity
It would appear that Hivelocity's networks were incredibly, or portions of them were, from 430 am CST to around 630 AM this morning, and once again, god only knows how long it'll be down this time. 1m files were taking upwards of 1 minute to download and traceroutes 45+ seconds to complete, when one can get in the server that is. Anyone else noticing this? Here's a few traceroutes from inside the network (again, when I can actually get in). Quite latent ...
View Replies!
View Related
Access To The SSH
how can i get access to the SSH By checking if the computer name is identical to the name saved in my server SSH by entering the name of the user after the login and password and the correct Port
View Replies!
View Related
Cannot Access Site
I hosted my site in a host "bluehost.com" . They are many domains hosted there. I put my site on a folder "example". But I am not able to access that site using domain.com/example, it says that "The server could not find this page".
View Replies!
View Related
Cgi Access
I am working on one of client issue where client is facing problem accessing cgi-bin directory. I checked and found that cgi facility was not enabled in cPanel. I added that entry but it does not worked. Again, I checked httpd.conf file and added ScriptAlias entry for domain. Restarted apache, however, cgi-bin is still not accessible. Set permission on all cgi files.
View Replies!
View Related
Access Times
my question. We host around 40 websites that have hundreds of pictures. I have 60gigs dedicated to pictures alone. since we are getting more clients I want to get a bigger hard drive just for the pictures. Since my boss is obssesed with user access times, as in users accessing the pictures on the web on their end, he thinks getting a bigger hard drive will slow down the server and hence slow down access time serving out the pictures to end users. I guess what I'm saying is does a bigger hard drive slow down a website? Let me know if you need clarification I wasn't sure how to word this.
View Replies!
View Related
No Access On Some Domains
Suddenly out of the blue, for no apparent reason at all (no action or config changes on my part) I cannot access two of the few domains on my box, yet they work fine via proxy. I can access another domain of mine on the same box without the need for proxy. This is strange and just happened out of the blue. Using cpanel / centos 4.6 / apache 2 / php 5.2.5 Apache error logs give no indication. Firewall (CSF) is not blocking me on the server. This is really weird. I cannot even receive via pop3 but I can send.
View Replies!
View Related
How To Access Websites
Earlier when my client's domain was not resolved he used to easily access his website using [url] But after putting in the openbase dir protection they cannot access the site anymore. how can the user view their site when openbase is protected?
View Replies!
View Related
Shell Access
I've enabled ssh one of my account in WHM, so I went to cpanel of this account and tried the SSH/Shell Access, but what I got is: For security reasons, shell access is not enabled by default. In order to activate shell access on your account, you will need to fax or mail a copy of your driver's license, passport or other photo id to customer service. is this something about SSH Key? do I have to generate a key so I can use the SSH/Shell Access?
View Replies!
View Related
|