[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Fwd: Re: Apache2 problemas con virtualhost]



Esta es mi configuracion. y si reinicio el apache.

NameVirtualHost www.ebsascreativa.com.ar
<VirtualHost www.ebsascreativa.com.ar>

        ServerAdmin postmaster@immat.gov.ar
        DocumentRoot /var/www/ebsascreativa.com.ar/Web
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /var/www/ebsascreativa.com.ar/Web>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>
        ErrorLog /var/log/apache2/ebsascreativa-error.log
        LogLevel warn
        CustomLog /var/log/apache2/ebsascreativa-access.log combined
        ServerSignature On
</VirtualHost>

Attachment: untitled-2
Description: PGP signature


Reply to: