誰でも webmin を介してサブドメインを作成するのを手伝ってくれますか? このために test.xxxxx.com のようなサブドメインを作成したいのですが、いくつかの参照サイトで試しましたが、うまくいきませんでした。指数
http://www.trickylinux.net/add-domain-virtualminwebmin.html
http://codeboxlabs.com/add-subdomain-webmin-linux/
私の現在の httpd.conf は次のようになります。
<VirtualHost *:80>
SSLEngine off
DocumentRoot /var/www/html/******/web
DirectoryIndex index.php
<Directory "/var/www/html/*****/web">
AllowOverride All
Allow from All
</Directory>
ServerName www.******.com
ServerAlias ftp.*****.com
SSLEngine off
SSLVerifyClient optional
</VirtualHost>
この問題を解決するために私を助けてください。