Using Www Site Doesnt Resolve
Yesterday we registerd and created 2 domains in our server.
Everything is ok, files uploaded, dns zones created, httpd virtual host created...
The problem is that trying to browse the site trough http://www.site.com redirects me to [url] my main server IP address, this page shows a cPanel Welcome message.
But, using [url], the site is loaded ok, withouth any problems.
DNS zone shows:
Code:
; cPanel 11.11.0-BETA_16977
; Zone file for site.com
$TTL 14400
@ 86400 IN SOA mydns1.wolo.com. admin.hostingserver.com. (
2007092601 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
site.com. 86400 IN NS mydns1.wolo.com.
site.com. 86400 IN NS mydns2.wolo.com.
site.com. IN A IP_ADDRESS
localhost.site.com. IN A 127.0.0.1
site.com. IN MX 0 site.com.
mail IN CNAME site.com.
www IN A IP_ADDRESS
ftp IN A IP_ADDRESS
Apache virtual host code
Code:
<VirtualHost IP_ADDRESS>
ServerAlias www.site.com
ServerAdmin webmaster@site.com
DocumentRoot /home/siteuser/public_html
ServerName site.com
<IfModule mod_suphp.c>
suPHP_UserGroup siteuser siteuser
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/siteuser:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/siteuser:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User siteuser
Group siteuser
BytesLog /usr/local/apache/domlogs/site.com-bytes_log
CustomLog /usr/local/apache/domlogs/site.com combined
Options -ExecCGI -Includes
</VirtualHost>
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Www Version Doesn't Resolve
I set up a domain in plesk 8 (LAMP), but the www version of the domain doesn't resolve via the browser, wheras the non-www version does. I set the nameservers (and glue records) yesterday. Why might this be? Could this be due to dns propagation?
View Replies!
View Related
Site Www Does Not Work But Without Www Does
Like the title says, I just moved my site over to my own server, and it is running cpanel. Anyways the main site [url]works, but [url]does not. What is really strange is, [url]works fine as does [url] So I figure there is something I have to do to get it all to work right. The other issue is that if you are logged into [url]but goto [url], you are not logged in anymore, but if you go back to the original link, then you are still logged in. This happened on the other guys server before with the main site as well.
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
Host That Doesnt Oversell
As posted in a previous thread I noted how I have been hosting with GeekStorage. After a little bit of investigation I found that a total of 593 (possibly more) website where being hosted on the same server as mine. I'm not sure if this is overselling but because I'm new to all this but I'm pretty sure it is. Now, I'm looking on switching from GeekStorage to someone who doesn't oversell. I would be fine with 10-20GB of storage and >150GB bandwidth. Budget is 5-10$ a month.
View Replies!
View Related
Http Doesnt Respond
my sys admin is currently in vacation and ovh staff cant help me much so i really appreciate if someone could help me tackle down this issue. I cant create ftp account at all heres what ovh said Good morning, Thank you to trust us, there is not my point of view or that of my colleague problem of the kernel compilation on your server or a file corrupted, and your Apache web server is functional, Status of the launch; after this command, via ssh: / etc / init.d / httpd start Starting httpd: [OK] We see that the port is open 80: netstat-tanpu | grep 80 tcp 0 0 0.0.0.0:7080 0.0.0.0: * LISTEN 3071/lshttpd tcp 0 0 0.0.0.0:80 0.0.0.0: * LISTEN 14349/httpd From the outside, at this precise moment, we are able to establish a connection on port 80: Telnet ks357687.kimsufi.com 80 Trying 91.121.148.X ... Connected to ks357687.kimsufi.com. Escape character is'^]'. Get <! DOCTYPE HTML PUBLIC "- / / IETF / / DTD HTML 2.0 / / EN"> <html> <head> <title> 501 Method Not Implemented </ title> </ head> <body> <h1> Method Not Implemented </ h1> <p> get to / not supported. <br /> </ p> <hr> <address> Apache/2.2.8 (EL) Server at ks357687.kimsufi.com Port 80 </ address> </ body> </ html> Connection closed by foreign host. If I stop the Apache server: / etc / init.d / httpd stop Stopping httpd: [OK] More than 80 active port or connection possible from the outside: In this case the connection of the exterior evidemment is not possible: Telnet ks357687.kimsufi.com 80 Trying 91.121.148.X ... telnet: Unable to connect to remote host: Connection refused
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
Pc-core.net Doesnt Care
so for over 3 weeks now pc-core.net had some problems with their servers and my accounts were just lost and no one answers my support tickets they just erase them, they disabled my account to support so i can only submit support tickets and click the link on the email. they told me to email cshelpdesk.com to get my account moved to a new server and cshelpdesk is just telling me im SOL. they dont have access to the server i was at and basically to F off. is there anything i can do? im basically just being ignored and they dont even have a number to them.
View Replies!
View Related
Csf Doesnt Allow Out/income Emails
my forum is VB and its doesnt sent any email for users! i check the options and everything looks fine .. my vps had csf firewall installed .. the csf.conf is # Lists of ports in the following comma separated lists can be added using a # colon (e.g. 30000:35000). # Allow incoming TCP ports TCP_IN = "53,1116,80" # Allow outgoing TCP ports TCP_OUT = "53,80,3306,1116" # Allow incoming UDP ports UDP_IN = "1116,53" # Allow outgoing UDP ports # To allow outgoing traceroute add 33434:33523 to this list UDP_OUT = "53,1116" # Allow incoming PING ICMP_IN = "0" # Set the per IP address incoming ICMP packet rate # To disable rate limiting set to "0" ICMP_IN_RATE = "1/s" # Allow outgoing PING ICMP_OUT = "1" # Set the per IP address outgoing ICMP packet rate # To disable rate limiting set to "0" ICMP_OUT_RATE = "1/s" and the version of csf is [root@www csf]# /usr/sbin/csf -v csf: v4.56 (generic) [root@www csf]# am useing centOS5 and ssh port 1116 am not useing any of control panel or ftp ... the email i configured it with google.com/a services ..
View Replies!
View Related
Doesnt Receive Certain Emails From Certain Accounts
The email of my client doesnt receive certain emails from certain accounts, including my yahoo.com.ph account. After several tries I received this error instead. After trying to send mail unsuccedfully several times, this is the error I am getting. Hi. This is the qmail-send program at yahoo.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : Sorry, I couldn't find any host by that name. (#4.1.2) I'm not going to try again; this message has been in the queue too long. --- Below this line is a copy of the message. Quote: Originally Posted by copy of email Return-Path: Received: (qmail 90296 invoked by uid 60001); 25 Jun 2007 04:05:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Receivedate:Fromubject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=GYMZ4utbLEJMc+EXHdW5Ng5ZJeCArXAubpEaUtZzZz77STh9HAGNhrFDjgfqNJ5BdE/ SAlCQ78wseeWPTqUFlalE246OSls0L2tnadTvmxHAQiALfIJ/efHw980subD/VVk6c3NZXGKaKn3vQwJ57bHW5a6qsWjazjl6BXp5Q20=; X-YMail-OSG: 1iaqBZkVM1mfqTKSQPqhJwf61.zXtBuozzwn.p275yXXF_KgFA8taeSyThc.P1xawEKTuVIB Vgxk18AHBp_TxSZD753CsOSTbU56JD1OgWwBl8GCwZNxI6YhJHPfyg-- Received: from [203.177.91.252] by web32604.mail.mud.yahoo.com via HTTP; Sun, 24 Jun 2007 21:05:26 PDT Date: Sun, 24 Jun 2007 21:05:26 -0700 (PDT) From: ********* Subject: test To: sales@*********.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-357102911-1182744326=:89673" Content-Transfer-Encoding: 8bit Message-ID: <979097.89673.qm@web32604.mail.mud.yahoo.com> --0-357102911-1182744326=:89673 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit test
View Replies!
View Related
Webalizer Doesnt Work Using EnsimPro X
After migrating from the old ensim to the new "X", everything is working fine, except for the webalizer, I activated webalizer in one domain a few days ago.. and everyday Im trying to see the webalizer information, and it is always displaying this message: Could not retrieve the requested site report because the Web server logs have not yet been generated. These are generated once a day. Please check again later. I also tried forcing the log rotating for that site, but the problem still there. Server is RHES 4 with EnsimPro X, log generation and webalizer is activated for the domain.
View Replies!
View Related
Monit + Qmail Alerts Doesnt Work
I configured monit to send me email alerts when apache is using too many resources but I cannot receive email alerts. I use Qmail. As for syslog, there is this message: monit[6473]: Sendmail: error receiving data from the mailserver 'localhost' -- Resource temporarily unavailable I tried to add for server name the name used in MX record but with the same result. Btw: other things configured in cron (eg. RKHUNTER) send me alerts OK.
View Replies!
View Related
Perl Script Doesnt Seem To Work On My System
im using centos and a perl script doesnt seem to work on my system. it gives an error on this line. use LWP::UserAgent; $ua = LWP::UserAgent->new; $ua->agent("MyApp/0.1 "); BEGIN failed--compilation aborted at line 8. is it a problem with my perl or is it an error with the script?
View Replies!
View Related
Windows Doesnt Detected All 4GB RAM
I am using Windows 2003 Enterprise Edition SP1 and i have recently set the computer up to 4GB RAM. I notice a problem occur error : When I start the computer, Bios detected all 4GB Ram. However, i have checked Total physical memory in General (My Computer-> Properties) doesnot detect all 4GB Ram. it only detect 3GB Ram. I have checked that this OS support up to 32GB . Why it doesn't detect all 4GB ? What happen to it? Mainboard : Intel chipset 915GL I did following the instruction in internet (exactly is Microsoft) is /PAE in boot.ini file. But, it doesnt work.
View Replies!
View Related
Ping Doesnt Work Until Remote Desktop Connection Is Made
I have a remote XP PC: 172.16.1.5 OpenVPN connection with route added for 192.168.2.0/24 to go via the VPN Now on the other end the network consists of: I have a OpenVPN server inside the lan on 192.168.2.245 Its default gateway is 192.168.2.1 I have 3 Windows Servers, 192.168.2.246, 247 and 248. All gateways are set to 192.168.2.1. I have a ethernet router on the network, 192.168.2.1, it has a route added for 192.168.0.0/16 to go via 192.168.2.245, and route added for 172.16.0.0/24 to go via 192.168.2.245 also). the 192.168.0.0/16 is incase any other LANs are connected at a later date, if computers saw any packets not on the the 192.168.2.x subnet they would be routed to the default gateway which would then pass them to the OpenVPN router. The trouble is, i can remotely connect and ping to the OpenVPN router fine and also the ethernet router, however when i ping any of the Windows boxes it times out. But i can open up Remote Desktop and connect to the windows box without problem, infact if i am running 'ping 192.168.2.246 -t' it will suddenly come alive but only after the RDP connection is made. Is this something funny with the routing? I want to keep the OpenVPN server internal to the network and i appreciate it is hitting the ethernet router then being passed to the OpenVPN but something is weird as it fires up RDP fine but not ping. No firewalls are enabled on any of the boxes. If i log into ssh on the OpenVPN router or ethernet router i can ping from that to the windows boxes fine. Its as if a ICMP redirect is issued, and all is well after the 1st connection. Not too sure but could anyone be kind enough to enlighten me?
View Replies!
View Related
Installed Apache Can Access Via LAN IP + Localhost But WAN IP Doesnt Work
I'm on windows vista. I've got an SDSL line into the house with a dedicated IP 62.etc. I've then got a Prestige 791R and all PC's plugged in to that. I've also got a wireless router for my Wii set up. Basically I've set up this DHCP thingy to start at 192.etc.3 and the Wireless router is at 192.etc.1 and the Prestige is at 192.etc.2 my pc is at 192.etc.9 This is about where my knowledge stops unfortunately. I have installed apache as the most basic default install I think you can and it seems to be working absolutely fine. I'm assuming I could also install PHP and MySQL etc and wouldn't have too much of a problem, however, my friend cannot seem to access the environment from the WAN IP and when I type in my WAN IP I get the prestige router's control panel. I read somewhere that I needed to forward port 80, now I can 'open' ports in the prestige control panel but I did try opening port 80 in the control panel and pointing it to my LAN IP (92.etc.9) but it didn't seem to work. I'm at a bit of a loss so if anyone could point me in the right direction I would be most grateful, just to clarify: //localhost loads the html file 100% //192.etc.9 loads the html file 100% //62.WANIP internally loads my prestige routers control panel //62.WANIP externally does not load a page (cannot be found) If you need any more info just let me know and I'll get it.
View Replies!
View Related
Forwarding/Default+POP3 Addy Doesnt Work - Piping/Webmail Works
My server which runs cPanel (license issued touchsupport) is having problems with handling emails. I use an external DNS provider (editdns.net) only for this 1 particular domain for handling many Records and such. Through their panel, I have added my mail server's record, i.e. "mailserver.tld". Now there is a problem with one part of the email issue. I have email piping setup and 1 webmail account setup too. These two work flawlessly. No issues with them. But email forwarding and default address doesn't work. I am confident that the email settings are working right because, when my clients send an email, piping works and my support system creates a new ticket. But the email forwarding/Default EMail doesn't. Not just that, I cannot even connect to the webmail account I created via POP3. I 100% sure that I used the correct login credentials and also tried the "+" and ":" for the username part. Just doesn't work. But I can access and read my emails via the Webmail (squirrelmail). Please help me out with this as soon as possible.
View Replies!
View Related
Cannot Resolve Any Domain Name
I am new to the dedicated servers. I have just upgraded myself to a dedicated machine. I am getting error "couldnt resolve host" at every domain name when I type like wget http://google.com wget http://yahoo.com I searched over internet and found some people telling that I should put nameserver to /etc/resolv.conf? nameserver <ip here> nameserver <ip here> I dont know what IP to put here or if it is a solution to my problem.
View Replies!
View Related
Hostname Does Not Resolve To Any IP
I hope your day is going good. I've been trying to fix a problem I had all week. I receive daily email notification that "example.[url]" does not resolve to any IP. However, when in WHM, it already contains Server Main Ip: 208.53.183.125. I've tried a few solutions from the web, but to no avail: IMPORTANT: Do not ignore this email. The hostname (example.mydomainname.com) resolves to . It should resolve to 208.53.183.125. Please be sure to correct /etc/hosts as well as the 'A' entry in zone file for the domain. Some are all of these problems can be caused by /etc/resolv.conf being setup incorrectly. Please check this file if you believe everything else is correct. You may be able to automaticly correct this problem by using the 'Add an A entry for your hostname' under 'Dns Functions' in your Web Host Manager 1) Within WHM, I have the following: -Add an A entry for your hostname (I only have one listed) Hostname: example.mydomainname.com Server Main Ip: 208.53.183.125 -Primary/secondary nameserver Primary Nameserver: ns1.mydomainname.com (A entry = 208.53.181.26) Secondary Nameserver: ns2.mydomainname.com (A entry = 208.53.181.27) -Resolver Configuration Primary Resolver: 66.90.68.25 Secondary Resolver: 66.90.68.26 -Additional IP my webhost gave me to use: 208.53.181.26 (used in primary name server) 208.53.181.27 (used in secondary name server) 208.53.181.28 -Current DNS Zone listing: example.com (my website URL that is currently working) example.mydomainname.com (hostname I made myself that contains the server main IP) ns1.mydomainname.com (A entry = 208.53.181.26) ns2.mydomainname.com (A entry = 208.53.181.27) 2) My edit "edit /etc/resolv.conf" contains the following: Search localdomain nameserver 66.90.68.25 nameserver 66.90.68.26 Issue: I receive daily email notification that "example.mydomainname.com" does not resolve to any IP. However, when in WHM, it already contains Server Main Ip: 208.53.183.125.
View Replies!
View Related
Subdomain Doesn't Resolve, But Others Do
I've got several subdomains on the ethoshosting.com server, but I recently created a subdomain (the same way as before) and it doesn't resolve The dig command run through shell works. DNS records seem to be setup. I restarted the DNS and even the http server. What gives? (it was a WHM setup via whmcs)
View Replies!
View Related
Unable To Resolve
I have nameservers setup on my server. As I have changed my servers, I need to resolve the sites. I changed the nameservers Ips to resolve to new one: 67.159.33.250 and 67.159.33.251 But my sites and my clients sites are going down. [url] And similar report by dnsreport is being given saying that NS didnt responded timely.
View Replies!
View Related
Uploading Flash Video Files To Host_A Doesnt Play Well But Plays FIne On Host_B
to upload some flash videos over to our web host. All the videos have been uploaded to << link removed >> and in there you will seea flash_video directory, in there should be a html file where you can double click and watch the flash video. Now go ahead and try it, click on the HTML file and click CONTINUE and try clicking on MODULE 1.. You will see a video play to the left but on the right are bunch of POWERPOINT slides that will appear as the guy continues to speak. THAT DOESNT SHOW.. Our website is hosted by xo.com Dont know much about the plan since its my 2nd day at the job.. But here is the weird part, i have uploaded the samething - same exact way to another web host and it plays fine, the PPTs show up fine.. What do you guys think it is? Before someone asks about uploading methods, i tried filezilla, coreftp and cuteFTP using both ASCII and binary methods. Samething..
View Replies!
View Related
DNS :: Domains Will Not Resolve
I've been having this problem for a while now. I have a dedicated linix server running with the cpanel. I've setup my own nameservers and for the most part it all runs without a problem. However, every now and then the domains will not resolve for many people. This may only last a few minutes but it happens regularly. There doesn't seem to be any pattern. The server is still available via IP address. Also, any domain name set as a nameserver with the registrar is not affected by this problem. All other domains are affected. This problem has persisted over many cpanel updates. I have gone through all the nameserver files (I can think of or have read about) looking for something that may be causing this but everything looks normal.
View Replies!
View Related
Domains Never Resolve, Probably Named
the DNS Server never resolves, i create one account on my server, i put the nameservers... about 6 Hours ago and nothing, i setup the Domain DNS and nothing, what can be? how i can fix this? I have a Dedicated Server (Xeon 2.8 | 1 GB Ram) OS: Fedora 6
View Replies!
View Related
I Can't Resolve Hosted Domains
I can't resolve hosted domains on ssh or via php on my server. All of other domains fine when i dig or ping but mine is not. I did run fix scripts for dns and restarted named but result is still same. Also, when i try to reach one of my domains via php's fsockopen function, i get "65 No route to host" or "68 Too many users" error.
View Replies!
View Related
My Server Can't Resolve Hosts
i use centos based server. yesterday everything was OK. but now, when i connect via SSH, my server can't resolve hosts. wget, ping, or curl don't work. also i use VNC to remote desktop. when try to open a page via firefox, it says server not found.
View Replies!
View Related
Domain Name Resolve Problems In WHM
I have installed WHM 11 on centos 5.3. Currently I get problems that domains at certain places not open. Like e.g I write my server IP XXX.XXX.XXX.XXX it works fine and I get ping reply also, but at the same time I write [url]it would not resolve. Similarly in web browser I write server IP it gives cpanel page but on same computer I write [url]I get page cannot be opened, when I refresh the page at certain times then it would open. Now once it is opened in the same computer it would work fine here. In some internet connections it works fine i.e no problems, in some connections get similar problems that domains does not resolve properly. I checked my named service works fine.
View Replies!
View Related
How Make Dns Resolve Fast
how do i speed up dns resolving my website. It is taking much time about 5-8 seconds. My site is phpfavorites.com usually when i type youtube.com and like other websites, those sites load much faster than anything. Is this dns or any other issue>
View Replies!
View Related
Server Lost Ability To Resolve Names
my server seems to have lost its ability to do name lookups: Quote: [root@cp ~]# wget =>`ossec-hids-2.0.tar.gz' Resolving failed: Temporary failure in name resolution. it hangs on the "Resolving bit for a long time. my resolv.conf file is as follows: Quote: nameserver 66.90.68.16 nameserver 66.90.68.26 which are the 2 nameservers of my datacenter. I tried doing a /scripts/upcp --force and I get this: Quote: [root@cp ~]# /scripts/upcp --force Updating /scripts... Sync Source: and it just hangs there the sites I am hosting use PHP script that make a lot of outbound web connections so this is crippling my server
View Replies!
View Related
Resolve DNS Issues On Cpanel 11.x Beta
I have come accross an issue with DNS in cpanel 11.x , where named.conf is badly configured by cpanel , Here is how a DNS report from dnsstuff.com would look because of this : FAILS for SOA record Fails for lame nameservers . Here's how to fix it , SSH to server , Backup your named.conf file by cp /etc/named.conf named.conf.back then pico /etc/named.conf Replace Code: include "/etc/rndc.key"; controls { inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; }; }; options { /* make named use port 53 for the source of all queries, to allow * firewalls to block all ports except 53: */ query-source port 53; // Put files that named is allowed to write in the data/ directory: directory "/var/named"; // the default dump-file "data/cache_dump.db"; statistics-file "data/named_stats.txt"; memstatistics-file "data/named_mem_stats.txt"; }; logging { /* If you want to enable debugging, eg. using the 'rndc trace' command, * named will try to write the 'named.run' file in the $directory (/var/named). * By default, SELinux policy does not allow named to modify the /var/named directory, * so put the default debug log file in data/ : */ channel default_debug { file "data/named.run"; severity dynamic; }; }; // All BIND 9 zones are in a "view", which allow different zones to be served // to different types of client addresses, and for options to be set for groups // of zones. // // By default, if named.conf contains no "view" clauses, all zones are in the // "default" view, which matches all clients. // // If named.conf contains any "view" clause, then all zones MUST be in a view; // so it is recommended to start off using views to avoid having to restructure // your configuration files in the future. view "localhost_resolver" { /* This view sets up named to be a localhost resolver ( caching only nameserver ). * If all you want is a caching-only nameserver, then you need only define this view: */ match-clients { localhost; }; match-destinations { localhost; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; /* these are zones that contain definitions for all the localhost * names and addresses, as recommended in RFC1912 - these names should * ONLY be served to localhost clients: */ include "/var/named/named.rfc1912.zones"; }; view "internal" { /* This view will contain zones you want to serve only to "internal" clients that connect via your directly attached LAN interfaces - "localnets" . */ match-clients { localnets; }; match-destinations { localnets; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; // include "/var/named/named.rfc1912.zones"; // you should not serve your rfc1912 names to non-localhost clients. // These are your "authoritative" internal zones, and would probably // also be included in the "localhost_resolver" view above : }; view "external" { /* This view will contain zones you want to serve only to "external" clients * that have addresses that are not on your directly attached LAN interface subnets: */ match-clients { !localnets; !localhost; }; match-destinations { !localnets; !localhost; }; recursion no; // you'd probably want to deny recursion to external clients, so you don't // end up providing free DNS service to all takers // all views must contain the root hints zone: zone "." IN { type hint; file "/var/named/named.ca"; }; // These are your "authoritative" external zones, and would probably // contain entries for just your web and mail servers: // BEGIN external zone entries With Code: include "/etc/rndc.key"; controls { inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; }; }; And then goto bottom of the file and remove }; at the bottom . Save file and exit then test config service named configtest if you have done this correctly , it should display something like this: zone blue.xxx.com/IN: loaded serial 2007070901 zone xxx.com/IN: loaded serial 2007070906 zone ns1.xxx.com/IN: loaded serial 2007070901 zone server.xxx.com/IN: loaded serial 2007071001 zone xxx.net/IN: loaded serial 2007071001 Then restart named by service named restart your DNS should be working now .
View Replies!
View Related
Servage :: The Cache Was Not Able To Resolve The Hostname Presented In The URL
The error message is The requested URL could not be retrieved While trying to retrieve the URL: [url] The following error was encountered: Unable to determine IP address from host name for www.gbn.ge The dnsserver returned: Server Failure: The name server was unable to process this query. This means that: The cache was not able to resolve the hostname presented in the URL. Check if the address is correct. Your cache administrator is webmaster. Generated Wed, 16 Apr 2008 13:13:49 GMT by proxy.geonet.ge (squid/2.6.STABLE19)
View Replies!
View Related
Unable To Establish Connection. License Server Hostnames Could Not Be Resolve
I got a new server from uk2, has whm but i just couldnt get the server to work, i changed hostname and made nameservers etc but couldnt get it to work i pointed ips to hostnames and everything no response, domain is www.uploadline.com ns1.uploadline.com and ns2.uploadline.com i havent used cpanel for 2 years now and i used to have alot of experience in it before these days i just stick to directadmin and other control panels. I just need to ask a few questions and i need help too to get my server up and running as im losing alot of time and money here i remembered when i changed hostname on whm i need to run this through ssh: /usr/local/cpanel/cpkeyclt So i did, and this was the result: Quote: login as: rootroot@server80004.uk2net.com's password: Last login: Sat Nov 1 01:39:07 2008 from proxy-sov.uk2.net root@server1 [~]# /usr/local/cpanel/cpkeyclt Updating Internal cPanel Information........................................quer y failed: query timed out [cpkeyclt.pl]: No working dig found! Unable to establish connection. License server hostnames could not be resolve to IPs. Done .Done root@server1 [~]#
View Replies!
View Related
Error :: Failed To Resolve Master Server Address, Aborting
i am having a problem getting a dedicated server running for Unreal Tournament GOTY. everytime i create a dedicated server i get this error in the console: Log: AInternetLink Resolve failed: Can't find host master.mplayer.com (WSANO_DATA) ScriptLog: UdpServerUplink: Failed to resolve master server address, aborting. im running through a router.
View Replies!
View Related
DNS :: The Hostname (server.servername.com) Resolves To . It Should Resolve To Xx.xx.xxx.xxx
5 hours back I got fails of services mails and then I restart VPS but after few minuts services status up but sites not working. I contact with support and they told me "Service Named is down on your server". Any how they update Cpanel, during updation I got email that with subject Quote: [ipcheck] Problems with dns setup on server.servername.com The hostname (server.servername.com) resolves to . It should resolve to xx.xx.xxx.xxx. Support added entries for me, but sites still not up. They again updating CPANEL. Seems they unable to solve problem.
View Replies!
View Related
To Resolve "exit Signal Bus Error"
We have been dedicated server. In that the following error has been creating Its making severe issue Please help me to resolve this issue. #grep 'exit signal Bus' error_log [Wed Jul 16 21:18:45 2008] [notice] child pid 19433 exit signal Bus error (7) [Wed Jul 16 22:12:56 2008] [notice] child pid 22194 exit signal Bus error (7) [Wed Jul 16 23:08:53 2008] [notice] child pid 31096 exit signal Bus error (7) [Wed Jul 16 23:30:29 2008] [notice] child pid 1139 exit signal Bus error (7) [Thu Jul 17 00:09:58 2008] [notice] child pid 3336 exit signal Bus error (7) [Thu Jul 17 00:28:03 2008] [notice] child pid 6256 exit signal Bus error (7) [Thu Jul 17 00:53:55 2008] [notice] child pid 7459 exit signal Bus error (7) Memory and Hardware test passed (DC people checked). Reload RHEL4 OS with 64 bit. Server Details: CPU : Intel(R) Xeon(R) CPU X3210 @ 2.13GHz (4 CPU) CPU MHz: 2133.413 RAM : 4 GB Apache : 2.0 (Previously tested with 2.2.9) PHP : 5.2.5 MySQL : 5.0.1 (Running separate box) Current Apache Settings: KeepAlive On MaxKeepAliveRequests 0 KeepAliveTimeout 5 UseCanonicalName Off <IfModule prefork.c> StartServers 5 MinSpareServers 5 MaxSpareServers 10 ServerLimit 2000 MaxClients 2000 MaxRequestsPerChild 0 </IfModule> Previous Apache Settings: (Tried with below apache settings on that time also the signal bus error created ) Apache 2.2.9 with eAccelerator compailed. KeepAlive Off MaxKeepAliveRequests 50 KeepAliveTimeout 10 UseCanonicalName Off <IfModule prefork.c> StartServers 16 MinSpareServers 8 MaxSpareServers 64 ServerLimit 500 MaxClients 500 MaxRequestsPerChild 10000 </IfModule> Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_logio.c mod_env.c mod_expires.c mod_headers.c mod_unique_id.c mod_setenvif.c mod_proxy.c proxy_connect.c proxy_ftp.c proxy_http.c mod_ssl.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_info.c mod_suexec.c mod_cgi.c mod_negotiation.c mod_dir.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_rewrite.c mod_so.c Apache Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT="/usr/local/apache" -D SUEXEC_BIN="/usr/local/apache/bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" Running single website with drupal based flash arcade website. Per day 2500 visitors and 150 users online normally. I am almost 3 weeks to resolve this issue.
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
PHP Bug- PHP Can't Resolve Domains, Server Can
My VPS was a clean build 2 weeks ago and so far i have installed cpanel and configured everything and added accounts. I began that one of my scripts that uses gethostbyaddr($ip) was failing to resolve any of the ip's it received. I made another PHP file to test this, with this code: PHP Code: <?phpecho file_get_contents[url];?> Resulting in: Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known The thing is, the VPS is resolving domains just fine I can ping, send emails, even dig: Code: [root@server etc]# dig google.com ; <<>> DiG 9.2.4 <<>> google.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34548 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 4 ;; QUESTION SECTION: ;google.com. IN A ;; ANSWER SECTION: google.com. 300 IN A 64.233.167.99 google.com. 300 IN A 64.233.187.99 google.com. 300 IN A 72.14.207.99 ;; AUTHORITY SECTION: google.com. 343652 IN NS ns2.google.com. google.com. 343652 IN NS ns3.google.com. google.com. 343652 IN NS ns4.google.com. google.com. 343652 IN NS ns1.google.com. ;; ADDITIONAL SECTION: ns1.google.com. 343143 IN A 216.239.32.10 ns2.google.com. 343143 IN A 216.239.34.10 ns3.google.com. 343143 IN A 216.239.36.10 ns4.google.com. 343143 IN A 216.239.38.10 ;; Query time: 62 msec ;; SERVER: 83.149.80.123#53(83.149.80.123) ;; WHEN: Tue Jul 24 04:49:35 2007 ;; MSG SIZE rcvd: 212 I have no clue what's up, and i think there must be a guru here that has an idea of what is going on?
View Replies!
View Related
Static Routes With Linux & Shorewall (site To Site VPN Virtual Private Network)
Attached is a (badly) drawn diagram of two sites, connected by a vpn. The site to the left, is network 10.0.0.0/24 which runs a linux server as the router for the network. The site to the right, is network 10.1.0.0/24 which runs a windows 2003 server as the router for the network. Now, my problem is, the clients behind the windows 2003 server can ping any machine on the first network because i setup a static route to route all traffic to 10.0.0.0/24 over the vpn interface. now, my problem is, only the linux server can ping any machine on the windows 2003 network, any client behind the linux server cant seem to route over the interface. I have the following route on the linux server: .....
View Replies!
View Related
Redirect Example.com To Www.example.com
I have multiple domains on my web server. One of my domains does not display its website when using example.com in the location bar. Eg. example.com redirects to site2.com but www.example.com displays properly. I tried adding to the htaccess file: Quote: Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} !^www.example.com RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L] It doesn't work. The redirect does not occur.
View Replies!
View Related
Www Not Work
im using centOS 5 with webmin in my vps. im installing webmin and do this: [Apache Webserver] / select [Default Server] and my website work fine , but when i check my web site for example [url]not working! [url]Work fine! how i can solve problem work with www and without www.
View Replies!
View Related
How To Prefix A Www
One of our clients website runs only if we give the domain name with http and www and domain name When we give just http and the domain name it shows 404 Can some one help me how to change it so that it will take with www and without www? I am not able to post link am a very new member here.
View Replies!
View Related
Www And Http
All of my 3 new websites are not generating www.. Even if I type [url] all are changing to [url]when page is open... I am asking because I am having irrelevant ads on adsense in all 3 sites thogh these sites are optimized well..
View Replies!
View Related
Subdomains With WWW
my control panel is PLESK, when our customers create sub domain they cannot access to their sub domains with www, for example the sub domain is sub.domain.com and I cannot access to this sub domain whit this address www.sub.domain.com . what should I do to work the sub domains with www ?
View Replies!
View Related
Www. Doesn't Work
today I noticed that whenever I type any of the domain names on my server with a "www." in the address bar, it simply says "server not found". When I remove the "www.", it loads the site? This is a major issue. It never used to be this way, but I noticed it today. Where should I edit? Could it be "named.conf"? Or maybe just DNS cname settings in plesk?
View Replies!
View Related
|