My server has one IP address assigned to it and i use Webmin with Virtualmin to manage domains.
When you put my IP into a browser like [url]however, it points to my websites public_html folder at /home/username/public_html, which was the first domain i set up.
I would like to change it so that the IP points to its own folder: /var/www/html when entered into a browser.. how do i do this?
I am running plesk 9.2. I need to move one domain from the shared IP to dedicated IP. How do I do that? My server vendor has already allocated the IP addresses to me and I can see the unused IPs in the Ip address pool. How can I change the ip of suppose; mydomain.com from 1.2.3.4(shared) to 4.5.6.7(dedicated)?
is there any simple write up or method to change the main server IP in WHM/Cpanel without screwing anything up? I have some new better IPs I wish to use for the servers base IP and accounts but I'm not sure what exactly needs to be changed to make the transfer without breaking anything.
I'm using XEN to setup my VPS. The installation have no problem for the first two server. On the 3rd server, I install using DHCP IP and it's ok.The problem is when I change the DHCP IP to static IP .
Using Centos 5.2, I'm using vi to edit /etc/sysconfig/network-scripts/ifcfg-eth0 and restart the network service network restart, the IP change, but outside or other static IP VPS network can't ping to this server.
I've tried to change the /etc/xen/the-host-config to include the IP . the results is still the same. Is there some script or way I can use to bridge this new 3rd server to the Xen host ant other network?
i have a dedicated server with 5 usable IP's in range xxx.242 to xxx.246
xx.xxx.120.242 <-- main shared IP xx.xxx.120.243 xx.xxx.120.244 <-- in use by my nameservers xx.xxx.120.245 <-- in use by my nameservers xx.xxx.120.246
When i select in WHM "Change Site's IP Address " and the account i want to change it shows me a drop down menu with the ip's of the nameservers AND the
xx.xxx.120.243
If i select that one the domain in the account shows the apache default page only inmediately.
I don't know why the xx.xxx.120.246 ip doesn't show or why the nameserver ip's appear because they are in use.
Do i need to wait for propagation or is this an error?
I've looked a good amount of time trying to change/find where its stored. I've looked in var/qmail and there is no alias folder..We're running postfix/dovecot ....
I'm wondering if anyone else has experience with this, or if it's something easy that I'm overlooking.
I am on a VPS service (CentOS Linux) and I want my php mail function emails to send from a specified address. I've already manipulated the headers, so the emails do appear to come from the specified addres, but on mobile devices it comes up as nobody@server1.mydomain.com format. I would like this to read something like no-reply@mydomain.com
know which configuration files can change this default address?
I changed my sites IP address via cpanel, but now it doesn't show up in a web broswer, I check out cpanel's website for information about this issue, and they posted this:
"It may take up to 48 hours for DNS servers to register the change and the site may not be associated with the new IP address during that time period."
is that true? change the sites IP address will take 48 hours to show up? I figured since it was all local IP stuff, it'll be a instant change and working instantly. since the name servers are all the same, ect.
anyone shed some light. I just wanted to know if I should give it a day to start working? or as of right now, I feel like I need to fix a cpanel error... but if its true, then everything is ok
I changed the default certificate (I added the certificate and marked as Default in Server->SSL Certificates).Also I assigned the SSL certificate to my domain.
This works fine, but now I'm trying to make the website PCI Compliant and their test shows that if you request the certificate from the ip address (instead of using the domain) it showns the Parallels self signed certificate instead os showing the default certificate i uploaded). I used also ssltools.websecurity.symantec.com tool and it shows the same. How to change the certificate shown for the one I bought?
In Tools & Settings --> IP Adresses I got two IP Adresses:
192.168.1.10 (primary, bold) 89.104.83.139
Since the first IP adress is just the internal IP adress, I'd like to remove it, but I get the message that it's not allowed because it would be the primary IP.
Plesk has no option to just switch the primary IP adress, so what's the way to do it with plesk12?
what is the difference between www and public_html? I have hosed my domain in a small hosting company and when i was going through all its folders i found both the folder www and public_html has the same content. but by hosting company asks me to upload all my files into public_html. Iam curious to know the difference between these two folders.
Code: RewriteEngine On rewritecond %[url] rewriteRule ^(.*) [url] I have this in my root (public_html) folder. However when you go to [url] it redirects you to [url] I'm already in the root. Why would it try to go to public_html/public_html?
What's the correct implementation of this .htaccess?
I have recently registered a new dedicated server, I am trying to move some sites over. Essentially, what I am trying to do is copy the public_html folder from one server to another.
I have root access on both accounts, I have managed to move the whole home folder from the old to the new, but I guess I would need to download all 2gigs worth of data then upload again, or is it possible to extract only the information you need from the compressed backup.
I am thinking that specifying data from an uncompressed folder wouldn't be possilbe, so, is there a way of moving certain folders from one server to another via SSH?
OK so I'm on the shell and looking at the contents of my home/ directory which has all the various accounts. In each account directory are subdirs such as mail, logs, tmp, etc, and public_html. Is there a way (or a ZIP command) to be in the home directory and create a massive ZIP file containing all the account directories, each containing ONLY the respective public_html subdir for that account?
Using the command "zip -r Backups.zip ./" seems to include all those extra folders (such as mail, etc.) that aren't needed.