08-24-2016, 04:14 AM
why don't try kloxo ? you can easy to use your subdomain.
<VirtualHost *:80>
ServerName subdomain.example.com
DocumentRoot /var/www/subdomain.example.com
</VirtualHost>
mkdir -p /var/www/subdomain.example.com
sudo service apache2 restart
(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.