Hi,
I'ḿ trying to achieve the subject's goal with no success so far.
This is my apache's config
<VirtualHost *:80>
ServerName alumnos.epet1.edu.ar
ServerAlias proyectos.alumnos.epet1.edu.ar
ServerAdmin [email protected]
DocumentRoot /var/www/proyectos.alumnos
<Directory /var/www/proyectos.alumnos/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error_proyectos.alumnos.log
CustomLog ${APACHE_LOG_DIR}/access_proyectos.alumnos.log combined
</VirtualHost>
Accessing the VH URL browser is redirected to www.epet1...
Have to say that alumnos.epet1... is a fully functional domain
I'm stuck with this problem, any clue?
Regardas in advance.
_______________________________________________
Daniel A. Rodriguez
Departamento de Tecnología para la Gestión
Escuela Provincial de Educación Técnica N° 1
Posadas - Misiones - Argentina
(0376) 443-8578
www.epet1.edu.ar
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]