Www. Not Working For All Domains On Server
Feb 12, 2008
I'm currently experiencing a problem where all domains on a server are not resolving with www. --- the domains themselves resolve fine, but the www. cnames are not resolving to the domains. This has caused quite a frustration and I'm wondering if anyone else has encountered this and if there is a quick fix to resolve it.
The domains appear to have the correct structure for the www. cname pointed to the domains so I'm guessing it must be something else.
I'm seeing this from WHM/cPanel --- the operating system is CENTos
View 8 Replies
ADVERTISEMENT
Dec 17, 2014
When I run apachectl -t or restart httpd I get the error
Warning: DocumentRoot [/var/www/vhosts/********/httpsdocs] does not exist
Warning: DocumentRoot [/var/www/vhosts/********/httpsdocs] does not exist
Warning: DocumentRoot [/var/www/vhosts/********/httpsdocs] does not exist
All three of the domains are in the panel and are working and accessible. I ran /usr/local/psa/admin/sbin/httpdmng --reconfigure-all hoping that it would fix things but after I ran it I still get the errors.
View 1 Replies
View Related
Sep 9, 2014
I have a server which I am using for multiple clients. Some with SSL enabled, some without. I have added custom ngingx conf files for nginxDomainVirtualHost.php and nginxWebmailPartial.php in /usr/local/psa/admin/conf/templates/custom and modified the following lines to try and harden security:
Code:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS";
ssl_prefer_server_ciphers on;
After reconfiguring using
Code:
/usr/local/psa/admin/bin/httpdmng --reconfigure-all
I check in /etc/nginx/plesk.conf.d/vhosts/<domain>.conf and the changes are shown correctly there but browsers and online tools such as [URL] .... still say that the sites are using 128 bit encryption and TLS 1.0.
The Plesk admin panel itself displays 256 bit encryption and TLS 1.2.
View 3 Replies
View Related
May 26, 2014
URL....I trying to solve the problem fixing the psa.Parameters table, however i cannot find the relation between id on Parameters table and domains table.
View 2 Replies
View Related
Jan 4, 2009
My shared hosting is hosting 1527 domains on the same server where my site is hosted , so is this standard for a shared hosting provider?
View 14 Replies
View Related
Jun 16, 2009
how many domains can be allocated on one server and run correctly without any issues? And what would be the best technical specification for the server?
how many domains can I host on server with 1GB RAM, 2x250GB HDD SATA, 3Ghz CPU?
View 14 Replies
View Related
Jun 17, 2009
I'm not sure where to ask this but probably this section is the closest. I'm sorry if I use the wrong section.
Anyway I was wondering about checking using a reverse ip address tool which is available for free on the internet.
It seems that anyone can just check other domains which share the same IP address on a server.
However, I have a question.
Is it possible for anyone to check other domains which have different and unique IP addresses (for each domain) BUT all reside on a same server?
(meaning the person who is searching this only checks using one IP address/domain name to find out other domain names that reside on the SAME server)
Is there a 'free tool' out there that is capable of checking this?
View 2 Replies
View Related
Sep 19, 2008
I just wanted to know if there's any way I could speed up the process of moving my clients domains from our old server to our new server.
All my clients are currently on server1 and I want to move them all to server2.
I know I can go in and change the name servers for each domain to the new server (NS) but just wanted to know if theres a quicker way such as changing the Ip Adresses in the SOA records to point to the IP address of the new server.
Then if they're already loading off the new servers ip address, I can then change the domains name servers afterwards.
View 4 Replies
View Related
Aug 20, 2008
On the same server, can I use different outing IP for each domains?
They assign 5 Ips to me. but I don't know how to do so.
Panel: Webmin
View 13 Replies
View Related
Jul 23, 2007
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 14 Replies
View Related
Apr 24, 2008
I have a domain with a few forwarding email accounts that forward to mac.com email accounts... for some reason every once in a while these accounts stop working...
This is the error I get when I email to that account:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed: ...
View 9 Replies
View Related
Apr 9, 2009
Mutiple ips for multiple domains on same server?
I have 3 ips to be used, I have used 2 for the nameserver in registrar.
I have total of 3 ips, which means, I have to place my domains via dns template to the server. Actually, I have set all my domains to a single ip, leaving the 2 ip's which I used for the nameserver to be empty (doin nothin :p)
SO, can I use 3 ips, for the 3 sites, ip1 for site1, ip2 for site2, and ip3 for site3 ? Will this make any difference in the site load and time?
I am sure they have to b set up with dns templates which I can do Wanted to know what would be the end result of my query
View 2 Replies
View Related
Jul 2, 2008
I have several hundred parked domains and would like to get up a single page of content for each that I control. Very similar to how godaddy.com does it for parked domains on their servers - buvvi.com .
Any one know of any server or programming scripts out there that can do this sort of thing?
View 2 Replies
View Related
Jan 9, 2008
I am having some wacky stuff going on with my server. I run a Godaddy v-ded and according to them, the server is fine.
What i'm experiencing is, some of my domains are not resolving, some are. For the ones that are working that run via a database, every few hours, I need to restart mysql(or the server) to get them running again.
Linux OS:
Kernel Version - 2.6.9-023stab044.4-smp
Hardware Information - 3ghz xeon, 512mb, 20gig hd
Software Version - fedora 7
Control Panel - WHM 11.11.0 cPanel 11.16.0-R18546
TOP
Code:
top - 10:27:18 up 2:18, 1 user, load average: 1.17, 0.65, 0.36
Tasks: 74 total, 1 running, 73 sleeping, 0 stopped, 0 zombie
Cpu(s): 2.5% us, 0.6% sy, 0.0% ni, 73.2% id, 23.7% wa, 0.0% hi, 0.0% si
Mem: 6097220k total, 6057888k used, 39332k free, 9328k buffers
Swap: 12586916k total, 6501796k used, 6085120k free, 659732k cached ...
View 6 Replies
View Related
Dec 6, 2007
Since my local ISP hasn't updated yet, I'm still seeing the sites on the old server. I used a proxy (hidemyass.com) which seems to update all the time, and it said that it couldn't connect to the website (I usually use it to test a site's functionality before I can connect to the site)
What can I do to test where it's going wrong? The domains have been pointed at ns1.theplanet.com and ns2.theplanet.com already, and theplanet has created those nameserver entries for us already. I just don't want the domains to start resolving, only to find that something is broken....
View 4 Replies
View Related
Oct 11, 2007
I have a client that has multiple domains, is there a way of pointing multiple domains to one server? Right now, their site is on their old server, and I was wondering how they configured it? So if you type in www.mysite.com or www.mysite2.com, each show the respective domain. (i.e. www.mysite.com/aboutus.htm is the same as www.mysite2.com/aboutus.htm) I have a (DV) with (mt). I created a cname to point to www.mysite.com (where the actual NS are pointing to) is this correct?
View 1 Replies
View Related
Nov 12, 2007
How to close any communication between the server and some hosts/domains?
So there won't be any in/out connection between the server and those domains?
can APF firewall or mod_security do this?
View 1 Replies
View Related
Apr 18, 2008
I have 2 wordpress blogs, and I'd like a few different domains to be shared on each of them.
Using some exemples, suppose I have domains from domainA.com to domainE.com. domainA.com is my main domain and the others are addon domains.
Today Blog1 is using blog.domainA.com, and domainB.com and domainC.com use WebRedirect to blog.domainA.com. And Blog2 uses domainD.com with WebRedirect on domainE.com too.
To access a post like /2008/02/02/this-is-a-nice-post, it is available only at blog.domainA.com, and not by domains B and C. I'd like they 3 to be able to access all posts directly, without redirecting to domain A.
To do that, I suppose I'd need to do some config on cPanel. And also on wordpress, even if I replicate it over other domains it insists to redirect to its configured domain.
I was thinking on the possibility of using symbolic link (ln -s) on their folders to blog.domainA.com folder, but I don't have access to shell on SSH so I'd like to know if it would work before trying.
In a real exemple of what I want, these domains all share the same phpBB forum: forumpcs.com.br, extremepc.com.br, forumdohardware.com.br.
Do u know if symbolic link would work to share the same wordpress? And how to make wordpress stop redirecting to blog.domainA.com?
View 14 Replies
View Related
Oct 28, 2006
I currently have one server with multiple domains on it.
I run apache with virtual hosts.
I want to setup email forwarding such that:
Email sent to <anyone>@aaaa.com ----forwards to----> <some email address>
Email sent to <anyone>@bbbb.com ----forwards to----> <some email address>
...
Email sent to <anyone>@xxxxx.com ----forwards to----> <some email address>
Any pointers? Im not even sure what to search for on the net.
View 6 Replies
View Related
Sep 28, 2009
I just did a reverse IP lookup for my newly purchased dedicated server and found out that the domain hosts two other domains, not owned by me.
By the way, I'm yet to updated the DNS address to point to my new dedicated server.
Is this normal or I need some more clarifications from my web host?
View 4 Replies
View Related
Oct 1, 2009
I have many website projects in mind. Some are more like a hobby, some are business(just for profit). I have lots of free time and I'm willing to work very hard. But the problem is that since I have many projects in mind, it may get a bit messy. I mean I'll get a different domain for all of them but how should I go about choosing hosts? One idea I have is to get one good(big space and high bandwidth) shared web hosting and use it for all of my domains. The advantage is that I'm not exactly sure about how much traffic my domains will get so it seems to make sense to get one big shared account for all of them. But if one of my websites starts getting lots of traffic, can I move it to another host and use the same domain? What would the disadvantages of doing that would be?
View 14 Replies
View Related
Jul 24, 2008
DNS lookups against domains on my server are suddenly failing. The /etc/resolv.conf shows 3 entries for uplink DNS servers at my provider (theplanet). Bind is running, too.
What else could cause this? All sites are accessible via IP, but not by name anymore.
Cpanel/WHM server
View 5 Replies
View Related
Jun 4, 2008
I have a cpanel server and currently only have about 20 domain hosted, not bandwidth heavy. My dedi is Core2Duo E6550 with 8gb ram. How many domains i can host if all of my clients? How many is too many? I don't like to oversell just to get extra money?
View 10 Replies
View Related
Jul 9, 2008
My current host has gone the tubes as far as reliability so I'm looking for a new one. I need PHP/MySQL, CPanel, 1 GB of space should do for now and bandwidth will easily be met. I also want unlimited domains (add-on is fine).
View 14 Replies
View Related
Mar 8, 2008
subdomains on my dedicated server with co.il endings (israeli) dont work though with com domains they do work i anybody has a clue for fixing this? maybe its DNS directing problems.
View 2 Replies
View Related
Apr 5, 2007
I'm using cPanel, and I'd like to change the IP address of all domains hosted on my server. When I click the "Edit DNS Zone" link in WHM, the IP address of all accounts is wrong. Do I have to change it manually for all of them?
View 4 Replies
View Related
Apr 4, 2015
I need to transfer all of my domains to a new server is there an easy solution to avoid manually backing up all the files, databases create new subscriptions,domains etc Also i will have to perform the same task for a local development machine which has already plesk 12 install (debian 7.8)
So in summary Plesk 11.5 (centOs 5.6) => Plesk 12 (debian 7.8)
View 3 Replies
View Related