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

Problemas Apache VirtualHost



Estimadxs
les comento que estoy configurando un server local con apache2 y los
VH no me van.
estoy usando la configuración que tenía en otro equipo y es la siguiente:

<VirtualHost *:8080>
        ServerName bonline
        ServerAlias bonline
        ServerAdmin jgarrido@nostromo

        DocumentRoot /home/jgarrido/Documents/www/bonline/
        <Directory /home/jgarrido/Documents/www/bonline>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all
        </Directory>

        ErrorLog /home/jgarrido/Documents/www/bonline-error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /home/jgarrido/Documents/www/bonline-access.log combined
        ServerSignature On

</VirtualHost>

así es como siempre me había funcionado, pero ahora no funciona, y no
sé que podrá ser.
tengo agregado en /etc/hosts lo siguiente:

127.0.0.1       localhost bonline
127.0.1.1       nostromo

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

y eso, a ver si me pueden orientar.
desde ya, gracias

-- 
José Damián Garrido
Programador Web


Reply to: