1
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/html/example
ServerName example.com
ServerAlias www.example.com
ErrorLog logs/example.com-error_log
CustomLog logs/example.com-access_log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/html/dev.example
ServerName dev.example.com
ServerAlias www.dev.example.com
ErrorLog logs/dev.example.com-error_log
CustomLog logs/dev.example.com-access_log common
</VirtualHost>
場所をリダイレクトCentOSの+ Apacheのサブドメインは、常にメインドメインに二つのプロジェクトの
/var/www/html/exmaple
と
/var/www/html/dev.example
ている私です、同じIPにレコード 'DEV' を作成しましたプライマリドメインが割り当てられます。 どこが間違っていますか?