Tagged Questions
0
votes
1answer
77 views
Nameserver change resolving to incorrect IP address after WHM restore
I have moved 5 websites to a VPS server and updated the DNS with the new name servers. I restored these sites from complete backups within WHM.
The IP address of the original host was 123.456.789 ...
0
votes
1answer
120 views
How to give Domain Name to IPs in an Intranet Network
I Know this is a Common topic here but I'm still confused.
I have a Windows Server 2003 DHCP/App Server Machine with DNS configured. The Clients are Lubuntu 12.04 Systems.
I want to host my PHP ...
2
votes
2answers
82 views
How to serve different application & server based on cookie
I'm building the frontend marketing website for a web application. The frontend is WordPress on one server and the app is on another. We will set a cookie for users who are already customers. For ...
0
votes
0answers
613 views
Using 1and1.com Servers, SMTP Mail is Limited - Local XAMPP Server Works As Expected
I'm starting to not like 1and1.com that much. I've used them for years, but mainly for simple sites without much need for configuration. I know there are better hosting companies out and I may go ...
0
votes
1answer
97 views
Adding a site to cPanel when the domain already exists in the cPanel dns cluster [closed]
I am currently attempting to add a site to a cPanel machine when the domain name already exists within the cPanel DNS cluster. The reason behind this is to move the site on to a machine with a ...
0
votes
1answer
297 views
Howto setup a DNS server cluster using 3 nameservers?
I want to setup 3 DNS servers for my domains and i have no idea how to do that. I want the dns servers to function as the nameservers for my domains. I've done some research and i found the following:
...
0
votes
1answer
120 views
Confused! php-cgi opened (and didn't close) a UDP “connection” …but isn't UDP connectionless?
This question is more for my own education than to solve any problem.
I am running a VPS at linode w/ lighttpd and PHP 5.3.13 via fast-cgi.
When I list internet connections, I get this strange ...
4
votes
1answer
230 views
webserver running as nobody cannot resolve domain names
If i try to run the following:
<?php echo file_get_contents("http://www.yahoo.com/index.html"); ?>
through the web server I get a an "php_network_getaddresses: getaddrinfo" error.
If I run ...
1
vote
1answer
138 views
how can I effect DNS Caching on PHP/Memcache application
In a very high loaded Ubuntu/PHP web server I found that the PHP line:
$memcache->connect("int-aws_ec2.memcached.myapp.net",11211);
sometimes takes ~5 secs.
Replacing the url with the ip address ...
0
votes
1answer
42 views
CNAME based php hosting
CNAME based php hostingI have an application that lets users get a *.onemobi.net account (ex. bob.onemobi.net). Now what I would like to do is give the user the option of being able to use their own ...
0
votes
0answers
180 views
Can't connect to ip-X.X.X.X.X.compute.internal:XXX, php_network_getaddresses: getaddrinfo failed
I have interesting issue today:
PHP Warning: Memcache::connect(): Can't connect to
ip-X.X.X.X.X.compute.internal:XXX, php_network_getaddresses: getaddrinfo failed:
`Temporary failure in name ...
0
votes
1answer
71 views
Namerservers & A Records, what's the best server setup for my predicament?
Right now we have a very thoroughly developed web app sitting on https://domain.com. It is built in ASP.NET. We want to build a separate site now, that solely advertises the app, handles all the ...
2
votes
1answer
159 views
PHP not working when accessed through a domain name, but works fine when accessed through IP
Done a basic setup of Ubuntu Server installing Apache, PHP and mysql through tasksel. When I browse to the IP address of the server it works fine and allows me to render PHP scripts fine.
I added a ...
1
vote
1answer
65 views
Point different user domains to my site
I'm creating a website where users can create their own space to publish content and a feature I'd like to implement is to allow
these users point their own domain to its space inside my website.
So ...
1
vote
1answer
500 views
Disable DNS Caching PHP
I need to get the latest A records of a DNS in a script. The script is doing some monitoring operations. The Default TTL of DNS record is 5 minutes, but the monitoring script is running every minute. ...
-2
votes
1answer
173 views
Google DNS for localhost
Updated:
I want to use Google DNS for my localhost server. Is that possible? The main reason for this is I keep getting the following errors for the functions like file(), fopen() etc.
...
-1
votes
2answers
762 views
web page slow load due to long DNS lookup
My website currently is running slow when doing certain AJAX calls. If I do the ajax action consecutively in a row, it is fine. But if I pause for a few minutes and then fire off the ajax event, the ...
1
vote
1answer
72 views
Emails are not received on any email account except Gmail and Hotmail
We have developed a web app using PHP 5.0 and MySQL 5.0. It runs on Apache on a Linux Redhat. It has a feature by which, the app sends email to the user's registered email address using mail() ...
2
votes
2answers
78 views
create subdomain to point to mail server APACHE
I have 2 servers. The MX records are pointing to server1 (which also has webmail on it).
The A record is pointing to server2.
Now if I type in the domain, it takes me to server2.
if I type of the ...
1
vote
3answers
105 views
need to help with dns cname recode
I am running app on mydomain.com, when abc customer ask for instance of my app, I create a subdomain (like abc.mydomain.com) and put copy of app to that subdomain. That's fine.
When abc ask for their ...
0
votes
1answer
106 views
Wordpress and a Rails app coexisting on the same domain?
We've got wordpress installed on a standard LAMP setup and then a Rails app with Heroku.
Is there any way to have them on the same domain? Trying to avoid having the wordpress app (which powers the ...
-1
votes
1answer
307 views
How can i send mail from php script where localhost resolves to accounts domain in WHM/Cpanel
i have a server running WHM/cPanel most up to date. Mail server is Exim.
I have about 10 accounts on the server that use php scripts to send mail. Password recover, order updates etc.
Many of the ...
1
vote
2answers
210 views
remote Mysql connections taking 5 seconds to establish
Setup is as follows, Ubuntu 8.04 server in DMZ running Mysql 5
Remote connections from php on windows machines outside the DMZ are taking 5 seconds to establish (at which point the speed of mysql is ...
1
vote
3answers
97 views
Host domain.com in a different server than domain.com/blog
How can I point the DNS in order to have /blog and / in 2 different servers?
One of them is on PHPFog (PHP hosting) and the other on Heroku (Rails Hosting).
Regards.
Thanks
0
votes
2answers
124 views
Automatic handling of domains pointed to my server
I am setting up a hosted web service; it doesn't matter for the sake of this question exactly what the service is.
A feature which I hope to add shortly will allow users to point their own domain to ...
0
votes
2answers
121 views
Lots of DNS lookup
Our internal application website that is hosted on a LAMP is very slow to load.
With firebug, we get this :
Most of those files are .js and everything is on the same domain. We can't find why there ...
0
votes
3answers
97 views
Allowing users to use their domain name to their profile?
I have a web site / app where each user as a profile i.e.:
mydomain.com/user1
mydomain.com/user2
mydomain.com/user3
etc
How do I allow it so that a user can use their own domain name to go to their ...
0
votes
1answer
539 views
PHP/cURL/Fedora issues resolving hostname possibly a DNS problem?
I have the following simple test script for cURL/php on a FC12/apache server that has PHP 5.3.2, cURL v7.19.7 (according to phpinfo()):
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, ...
2
votes
3answers
578 views
load balancing two web servers each on two different isp's?
I have two ISP's that provide me hosting via apache / php / mysql. I am running drupal on them. On occasion the mysql server will go away (crash), so I was hoping to find a reasonable way to have ...
2
votes
3answers
515 views
Transition domain to new web host without waiting for DNS propagation
I was considering switching to Amazon EC2 to host my website to handle more traffic. It seems like I would have to update DNS records to point to the new server but I was wondering if there was a way ...
6
votes
5answers
17k views
Temporary failure in name resolution : Host name lookup failure
I've got a script in PHP that's been running fine for months. It recently stopped working.
This script connects to gmail to send out an email to my customers.
Recently, I started getting this error ...
