Post4VPS Forum | Free VPS Provider
Can I use a sub domain on VPS - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: VPS Support (https://post4vps.com/Forum-VPS-Support)
+--- Thread: Can I use a sub domain on VPS (/Thread-Can-I-use-a-sub-domain-on-VPS)

Pages: 1 2


RE: Can I use a sub domain on VPS - qchost - 08-24-2016

why don't try kloxo ? you can easy to use your subdomain.


RE: Can I use a sub domain on VPS - TrK - 08-24-2016

(08-24-2016, 04:14 AM)qchost Wrote: why don't try kloxo ? you can easy to use your subdomain.

Kloxo is not a good idea for server security as it does have some security holes.


RE: Can I use a sub domain on VPS - Anik - 08-24-2016

Well here is a small tutorial

Add these lines on your apache configuration file.

Code:
<VirtualHost *:80>
    ServerName subdomain.example.com
    DocumentRoot /var/www/subdomain.example.com
</VirtualHost>

Now create your directory for the subdomain

Code:
mkdir -p /var/www/subdomain.example.com

Last Step restart your apache server

Code:
sudo service apache2 restart

You can repeat the same steps for each subdomain you want.


RE: Can I use a sub domain on VPS - xdude - 08-31-2016

(08-24-2016, 06:45 AM)TrK Wrote:
(08-24-2016, 04:14 AM)qchost Wrote: why don't try kloxo ? you can easy to use your subdomain.

Kloxo is not a good idea for server security as it does have some security holes.

Kloxo-MR is the better if choosing Kloxo. I used to it for 3 years before moving to Virtualmin. Hadn't had any security breaching or anything even though I did all basic server hardening stuff.


RE: Can I use a sub domain on VPS - TrK - 08-31-2016

I agree that kloxo-MR is more secured then Kloxo, but still i'll go with either VestaCP or virtualmin instead of kloxo-MR or any other free panel.