Domain Name Not Work
Aug 8, 2007
We registered a domain: ediblebackyard.com and have set up the account in a dedicated server. However, web page in this domain won't show up
I believe I've setup everything okay becuase I've setup several other domains in exactly the same way, for instances, transframe.com, 3dtime.net.
They all work but only the ediblebackyard domain refuses to show. I performed a domain name search, other domain shows the name server as well as the IP address. But ediblebackyard.com only shows the name server but no ip address listed.
I use Plesk in the dedicated sever. Is there anything possible wrong when I create the account for the domain?
View 7 Replies
ADVERTISEMENT
Feb 4, 2008
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 2 Replies
View Related
Jul 15, 2008
my host is telling me that since I don't have a domain name setup (I use [url] that my account won't be logging ANYTHING. no raw access logs or anything. Why is this? Isn't there a setting in the vhost file to setup logs without a domain name?
View 6 Replies
View Related
Apr 27, 2008
My main domain is working perfectly but when I want to add a new domain name it doesn't work. I usually go to addon domain, choose a directory that matches the name and create my addon domain. I have an index.htm file there but when I type the www.domainname.com it doesn't work even after a week.
I have the DNS set to my webhost company's DNS servers.
View 4 Replies
View Related
Feb 5, 2015
For a Magento shop I want assign a dedicated IP to a domain. When I choose this second IP in “Subscriptions” --> Change Hosting Settings” and then select this IP under “Tools and Settings --> IP Addresses” as dedicated (or shared too) for this domain, calling the domain results in the Webserver´s default Plesk Page.
The Shopsite is not shown, but was working well with the shared standard IP.
Calling the IP directly with the browser shows the start page of the shop in raw HTML ( no CSS ).
Choosing a link results in a “Not found” page.
View 4 Replies
View Related
Apr 8, 2009
i have just purchased a vps with 1 ip address now i just want one website on the vps can how to configure direct admin to work with the domain.
View 1 Replies
View Related
Dec 1, 2007
I just remove subdomain I was use it for time and when I remove it from cpanel it now work as a subdomain for my site.
View 0 Replies
View Related
Aug 4, 2013
I have a home server set up with a couple of things going. Here is the weird thing that I can't figure out. I can access everything just fine from an INTERNET connection external to my LAN using my domain name, let's say "domain.com". So, if I type into my computer on my LAN www.domain.com, it searches without actually finding it's destination giving up after a period of time saying the server cannot be found.
But, if I type www.domain.com on my mobile phone using my data connection, it connects without a hitch and everything functions fine. I have done this set up before at a different home, but since I moved, I have come across this problem and either don't remember having this happen before or don't remember what I did to resolve it. What I should look for?
View 5 Replies
View Related
May 24, 2013
Recently I migrated my server from CentOs 5 to CentOS 6.4, while using the migration manager from plesk 11.0.9 (the migration was between the same plesk version).
I used rsync first, which caused some trouble, but without it, the migration process worked fine.
Unfortunately, if I create new domains now, they won't get any domainkey DNS entries anymore and under /etc/domainkeys no keys are created for the new domains.
Nothing I tried did work so far, which was resetting the DNS template, turning on and off the domainkeys setting, nor did calling "/usr/local/psa/admin/sbin/mchk --with-spam" resolve the problem.
For the existing domains, domainkeys work fine, but I can't find any errors how I can fix my plesk installation to generate domainkeys for new domains.
View 4 Replies
View Related
Nov 16, 2014
When I hit my server's domain it redirects me to one of the hosted sites' domain with a 302 redirect. It used to return the default plesk server page. How can I cancel the redirect?
View 2 Replies
View Related
May 6, 2007
OK, I am confused. I have one domain that is parked on top of another domain. I would like Mail that comes to the parked domain to be automatically forwarded to the same user name at the primary domain.
Can I change a DNS or MX record to facilitate this?
View 1 Replies
View Related
May 30, 2009
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 3 Replies
View Related
May 29, 2009
I'm having exec cgi issues,
CentOS 5.3 x86_64, Linux, Apache/2.0.63,
cPanel 11.24.4-R36167 - WHM 11.24.2 - X 3.9
Error is,
[an error occurred while processing this directive]
If I "uncheck" IncludesNOEXEC in Apache Global Configuration the error disappears, but the SSI doesn't work. If I check it the error is there, but the SSI works.
Here's what I have done so far,
Through WHM,
Main >> Service Configuration >> Apache Configuration,
Pre Main Include, Pre VirtualHost Include, Post VirtualHost Include,
I added,
Options +Includes
AddType text/html .htm
AddType text/html .html
AddOutputFilter INCLUDES .htm
AddOutputFilter INCLUDES .html
Options +ExecCGI
AddHandler cgi-script .cgi .pl
I also added this to the httpd.conf
<Directory "/">
Options +ExecCGI FollowSymLinks Includes IncludesNOEXEC Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride All
</Directory>
Options +ExecCGI
AddHandler cgi-script .cgi .pl
Then I tried,
Options +ExecCGI
AddHandler cgi-script .cgi .pl
in the .htaccess file
View 0 Replies
View Related
Jan 25, 2007
I got a vps and I dont really understand how ram works but my sites arent really that big yet actually not at all at least teh ones on the vps. I am using directadmin as the panel.
I am using 279mb.
View 4 Replies
View Related
Jan 2, 2007
I installed GD via yum. Yet I cant get it to work I get all kinds of error's like libpng is missing then I got libXpm is missing, then freetype is missing yet all the libs exsist,
View 4 Replies
View Related
Aug 29, 2007
After spending nearly 4 days trying to get ftp working on my server i still haven't achieved it. I got a server with a default install of plesk and cent os 4. I update to 8.2 and when i first go to try ftp it says "server closed connection" on my ftp client.
So then i tried updating 8.2 again and the installer failed. So i tried manually installing both proftpd and pureftpd via ssh and yum and it fails to install. I've also restarted the server a few times. I've tried logging in with every single username/domain/i.p. assigned to the server. and i've had no luck.
View 11 Replies
View Related
Apr 23, 2007
I installed Lighttpd + PHP 5.2.1 with FastCGI
Any php page that starts with <?php is working fine..
but when the page starts with only <?, it does not work
View 6 Replies
View Related
Mar 5, 2007
how does SSH work and really what is it.
This is my knowledge, I may be wrong or right:
There are two ways of controlling your server, through control panel and through SSH, now SSH is where you type in codes to control your server.
Now from what I know you can't login to SSH alot due to security reasons.
I was wondering, if I have a forum can I login to SSH everyday to back up the database?
View 2 Replies
View Related
Apr 2, 2006
Whenever I tried to upload large files to my server it restarts the upload again and again and never actually uploads. It just keeps overwriting the previous file. I don't get any errors? It just automatically reuploads and overwrites the files everytime.
View 2 Replies
View Related
May 28, 2009
My site is under DDOS attack. I run this command
netstat -an | grep :80 | grep ffff | awk '{print $5}' | cut -f 4 -d : | sort | uniq -c | sort -n | tail -10
And find a lot of IP that are attacking. After that, i run
iptables -A INPUT -s xxx -j DROP
to block IP, and
service iptables save
service iptables restart
But when i run netstat command abouve, i found IP are attacking still available, it seem iptables don't block it?
View 5 Replies
View Related
Oct 3, 2009
I would like to know how servers work, like how to build, set up, and how they work, what software is in them? Also could I own a server and send them to a data center and host them there?
Also a little infomation on Data Center. Could you share me some knowlage.
View 13 Replies
View Related
Jul 22, 2009
some clarification with regards to Reverse DNS.
An example ip: xx.xxx.xxx.xx is owned by A Company via a DC. The they have their name allocated to the netname and description when i look up their ip address.
I have my ip xx.xxx.xxx.xx this is me and it currently contains my DC's name throughout when i look it up as the description and netname...
Both are from the same DC however the other company has their name allocated to the ip address and i would like to do the same. Does this require Reverse DNS? It dosent involve domains surely does it?
View 6 Replies
View Related
Jul 9, 2009
I try to install wordpress on my dedicated server but in the begin i get this error:
Your PHP installation appears to be missing the MySQL extension which is required by WordPress
I have centos 5.3 and i have run the command: service mysql start
But i think mysql server is not running, because i have kloxo and from the panel i can see what servers are running.
View 14 Replies
View Related
Oct 28, 2009
I have been using apache and php-cgi and it works well together but when I tried to use
mod_rewrite it stopped working and I got "Internal Server Error" result.
Apache error log showed "FastCGI: incomplete headers (0 bytes) received from server"
I think that mod_rewrite rules are ok because when I refer to some HTML file then it all works.
Apache 2.2.14 and php 5.2.11
View 5 Replies
View Related
Mar 15, 2009
I have taken a order from them for 5 Days,but no response from them except a auto comfirmation email,what is wrong with SharkTech?
View 7 Replies
View Related
Oct 28, 2009
I was working with my server until 30 min ago. suddenly public IP addresses stopped working. I have access to the server directly from the console and local IPs with putty.
View 7 Replies
View Related
Jun 11, 2008
How can I best work with a syn flood? I've tried the apf, deflate-ddos etc.... and don't work. Even tried litespeed etc but doesn't work against a 90mbps attack.
If I get a few servers, how would I have it setup to best defend?
View 6 Replies
View Related