Where can you find cPanel and WHM themes?
You will learn how to alter themes on cPanel and WHM in this article. We’ll…
In hosting environments managed with Ensim control panel, websites can either be configured with a dedicated IP address (IP-based) or share a single IP address with other domains (name-based).
Most modern hosting setups use name-based sites because they save IP resources and make managing multiple domains easier. If you currently have an IP-based site and want to switch it to name-based, Ensim allows you to do this quickly using a simple shell command.
IP-Based Site: Each website has its own dedicated IP address.
Name-Based Site: Multiple websites share a single IP, and the server identifies them based on the domain name in the request.
If you are running out of IPs.
When moving sites to a shared hosting setup.
To make server management easier and reduce unnecessary IP usage.
To convert an IP-based site to name name-based site in ensim run the following command as a root user onthe shell.
Use the following syntax:
“EditVirtDomain -c ipinfo,namebased=1,ipaddrs=[] domain_name”
Replace “domain_name” with the actual domain you want to convert.
For example, if you want to convert mydomain.com:
“EditVirtDomain -c ipinfo,namebased=1,ipaddrs=[] mydomain.com“
After running the command, check the domain’s configuration in Ensim.
Ensure the site is listed as name-based and working correctly.
Explore more hosting insights, tips and industry updates.
You will learn how to alter themes on cPanel and WHM in this article. We’ll…
Nginx is a popular web server used to host websites, reverse proxy applications, handle load…
Memcached is a caching system that aims to speed up web applications by reducing loads.…