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

Re: Problemas Apache VirtualHost



Estimado, la información que das no es lo bastante clara.

Primero, ¿Por qué dices que no funciona? No levanta apache? no se te ve la dirección WEB?
Segundo, Podrías pegar el log de tu apache justo después de: Levantar el servicio ; Después que un usuario acceda a la dirección web de tu VirtualHost.

El log de apache se encuentra en /var/log/apache2/access.log. Puedes hacerle un tail -f para observar en vivo las ultimas lineas:

tail -f /var/log/apache2/access.log


El 03-11-2009, a las 9:42, Jose Damian Garrido Muñoz escribió:

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


--
To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



------------------------
Manuel Diego Paillafil Gamboa




Reply to: