Multiple Websites on the ...
Multiple Websites on the same VPS
- Home
- Control Panel
- Community Forum
- General Discussion
- Product Suggestions
- Multiple Websites on the same VPS
- Community Forum
- Multiple Websites on the same VPS
Topic: Multiple Websites on the same VPS
Can I host different web servers from different domains from 1 VPS? None of them are high traffic
Reply with quote | Report
Yes, that is possible. With virual hosts in Linux.
Like bindings in windows iis.
Like bindings in windows iis.
Reply with quote | Report
kovachjk wrote:Can I host different web servers from different domains from 1 VPS? None of them are high traffic
config etc/hosts
example server ip 192.168.1.111
192.168.1.111 domain1 domain2 domain3 ecc..
config vhosts for apache server example:
nano /etc/apache2/sites-available/000-default.conf
VirtualHost *:80
servername domain1
....
next
VirtualHost *:80
servername domain2
ecc...
PS you can have multiple php version too use libapache2-mod-fcgid config for ich vhosts php7.2-fpm, php7.4-fpm, php8.0-fpm ecc.
Reply with quote | Report
Author | Topic: Multiple Websites on the same VPS |
---|---|
kovachjk Joined: 12/29/2015 |
Multiple Websites on the same VPS Wednesday, July 27, 2022 3:20 PM
Can I host different web servers from different domains from 1 VPS? None of them are high traffic
|
globb90 Joined: 6/23/2024 |
Multiple Websites on the same VPS Saturday, June 29, 2024 2:23 AM
Yes, that is possible. With virual hosts in Linux.
Like bindings in windows iis. |
borisperc Joined: 3/11/2023 |
Multiple Websites on the same VPS Thursday, July 4, 2024 6:55 AM
config etc/hosts example server ip 192.168.1.111 192.168.1.111 domain1 domain2 domain3 ecc.. config vhosts for apache server example: nano /etc/apache2/sites-available/000-default.conf VirtualHost *:80 servername domain1 .... next VirtualHost *:80 servername domain2 ecc... PS you can have multiple php version too use libapache2-mod-fcgid config for ich vhosts php7.2-fpm, php7.4-fpm, php8.0-fpm ecc. |
It is currently Monday, January 20, 2025 1:15 AM US Mountain Standard Time
Monday, January 20, 2025 1:15 AM