Why Does Mydomain.org Work, But Www.mydomain.org Will Not
Mar 29, 2007
I have just setup a .org website and when I point a browser to it, it only seems to load if I leave the www out in front of the name. Why would this be? What did I forget? The domain name is bsa272.org if that helps anybody.
View 2 Replies
ADVERTISEMENT
Oct 14, 2007
if Instead of using
ns1.mydomain.com
ns2.mydomain.com
I enter
ns2.mydomain.com
ns1.mydoamin.com
does that matter? because recently some seems to have problem accessing my site
View 8 Replies
View Related
Apr 2, 2007
Whenever I have had a server with WHM/cPanel I have always been able to raise WHM by browsing to www.mydomain.com/whm - however on my latest server this doesn't work, I can only get to WHM by browsing to my IP:2086
The server has been up and running for 6 days and www.mydomain.com has been working almost from the beginning.
dnsreport shows that reverse dns exists for hostname.mydomain.com
I am at a loss to know why I cannot raise WHM by www.mydomain.com/whm
View 5 Replies
View Related
Jan 19, 2007
I just sign up godaddy email account premium plan, what i get is 100email accounts and 2gb of total. I also purchased a domain name.
My questions:
1. I think 2gb for 100 email accounts are too small for me, is there anyway to upgrade to bigger storage? or i have to purchase web hosting so that my email storage will get bigger?
2. I try to follow all the instructions provided by godaddy for the microsoft outlook setting of email. I cannot successful receive email, the problem is from the incoming mail server. Godaddy website asked us to fill in with mail.(Domainname).com, so i fill in with the domain name which i just purchased and it doesn't work, just keep pop out and ask me to put in username and password.
View 7 Replies
View Related
May 7, 2007
how to setup sub domains to look like: [url] instead of just [url]
View 0 Replies
View Related
Oct 7, 2007
my nameserver are messed up ns1.32view.com works but ns2.32view.com doesnt everything seems to be done rite they both have their own ip both ips work correctly setup at godaddy aswell anyone got any ideas?
View 4 Replies
View Related
Aug 27, 2008
I am simply wanting to map on mydomain.com to anotherdomain.com. So i setup a CNAME on mydomain.com. Once propagated mydomain is not being picked up and is defaulting to the cpanel successfully installed screen.
I have tried this on another of our servers and this does work.
So my question is: can you use a CNAME to map mydomain.com to anotherdomain.com without having to add the mydomain.com to the apache VirtualHost ServerAlias?
It does seem like you can as i have this working on one server - is there an apache setting somewhere to block this?
Thanks in advance!
View 6 Replies
View Related
Aug 28, 2007
I have problem with dsn setup .
Quote:
IMPORTANT: Do not ignore this email.
The hostname (server.mydomain.com) resolves to . It should resolve to 209.40.xxx.xxx. 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
View 4 Replies
View Related
May 23, 2008
Is there a way to prevent accessing the website using the domain.com/~username/
Currently on most (all?) cpanel hosting plans it's possible to access the site via [rl].
Maybe there is something to prevent that as it could cause very serious duplicate content issues.
Moreover, I think it's a global bug that affects millions of hosting accounts. Yahoo, for example, many times indexes wrong URLs because of that... In many situations, if I knew your cpanel username, I could link to it instead of your domain to remove your site from search engines..
View 5 Replies
View Related
Sep 6, 2007
After successfully installing postfix+dovecot on Debian, I've run into a problem using Thunderbird email client on my home pc to receive email. I get: "Security Error: Domain Name Mismatch"
How, then, do to I generate a certificate for mail.mydomain.com?
Before installing postfix+dovecot, I created an MX record for mail.mydomain.com, and an A record for mail.mydomain.com. Should I have also added mail.mydomain.com to /etc/hosts?
When setting up Thunderbird, I told it my Pop Server was mail.mydomain.com. When I attempted to Get Mail, then I got "Security Error: Domain Name Mismatch".
View 5 Replies
View Related
Sep 26, 2008
I have a blog (hindigo.net) registered and hosted through mydomain.com (Standard Windows Package). For the past days, it has been unaccessible most of the time (either keeps trying to load without success, or loads a blank page).
When accessing the site structure through FTP, all files are fine, and I can access the control panel without any problem.
I tried to get some info on possible server updates from the support, but their answers are not very informative:
- either a server update;
- or the site is working fine (it was indeed yesterday late, as I am in Asian time zone);
- or they ask to put DNS to NSx.MYDOMAIN.COM, while the hosting solution automatically puts NSx.MYDOMAINWEBHOST.COM
Am I the only one facing issues this past days with MyDomain.com, or is this general?
I am in the process of switching to another provider (Infomaniak.ch) anyway, but if this is a personal situation only (e.g. site attack?)
View 5 Replies
View Related
Jan 30, 2008
I setup my cron job run daily and it automatically sends email to root@server.mydomain.com after it done. How do i setup forward email from root@server.mydomain.com to my gmail or other external email provider ? That means every time if root@server.mydomain.com receive email than my other maail will get that email too.
View 4 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
Jul 14, 2008
I'm working on a new project that involves some heavy data processing in the preparation stage. As an example, one of the setup jobs is now running on a P4-3.0HT desktop at 100% CPU and I estimate it'll be finished in just under a week! Memory and i/o usage are minimal but it's extremely CPU-hungry.
There are other similar jobs to follow and some correlation between the number of cpu cycles and the quality of results so I foresee an ongoing need for computing power for at least a few months.
Viable options are to continue running my own hardware (probably supplementing the P4 with something a bit newer), Amazon EC2 or a cheap dedicated server - I can get a good handle on the cost and performance of each of these.
But I wonder if I'd get more bang per buck from a few VPSs? Some of the VPS benchmark results are spectacular so I suspect the answer could be yes, in the short term anyway. But I don't want to hog the host-node's CPU to the point where it degrades other users' performance or gets my account shut down... Then again, judging by the performance of the VPSs I've used for hosting the node seems to have a lot of spare CPU available...
So (finally) to the questions: Am I crazy to even consider this? If not, which technology would be most suitable? (I'm thinking Xen because of its reputation for better isolation.) Has anyone else done anything similar?
View 7 Replies
View Related
Nov 9, 2008
I sent email through php function mail - false.
Open putty ->
php -r 'mail("***@gmail.com","test","jjjjjjjj";'
sh: /usr/sbin/sendmail: No such file or directory
SENDMAIL not installed ?
CentOs 5
View 12 Replies
View Related
Jun 1, 2008
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 3 Replies
View Related