Mobile app version of vmapp.org
Login or Join
Carla537

: Creating sub domain on webmin Can anybody help me in creating subdoain through webmin. I want to create subdomain like test.xxxxx.com for this I tried with several reference site but no luck.

@Carla537

Posted in: #Subdomain #Ubuntu #Webmin

Can anybody help me in creating subdoain through webmin. I want to create subdomain like test.xxxxx.com for this I tried with several reference site but no luck.
exp.
www.trickylinux.net/add-domain-virtualminwebmin.html codeboxlabs.com/add-subdomain-webmin-linux/
My current httpd.conf look like:

<VirtualHost *:80>
SSLEngine off
DocumentRoot /var/www/html/******/web
DirectoryIndex index.php
<Directory "/var/www/html/*****/web">
AllowOverride All
Allow from All
</Directory>
ServerName ******/.com ServerAlias ftp.*****.com
SSLEngine off
SSLVerifyClient optional
</VirtualHost>


Please help me to solve this issue.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Carla537

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme