Apache2 subdomain problem

0

I need to configure Linux Debian apache for my subdomain. I have already restarted the Apache server. Subdomain is configured to server IP record type A.

Arquivo: /etc/apache2/sites-available/lolo.conf
diretorio: projetos ( estão todos os arquivos de subdominio)
<VirtualHost *>
ServerAdmin [email protected]
DocumentRoot /var/www/html/projetos
ServerName projetos.meudominio.com
ServerAlias *.projetos.meudominio.com
ErrorLog /var/log/apache2/-error.log
CustomLog /var/log/apache2/projetos-access.log combined
</VirtualHost> 

The domain works perfectly. I do not know what to do.

    
asked by anonymous 25.03.2017 / 18:40

0 answers