Changes between Version 8 and Version 9 of manual_regente_windows:wincvs

Show
Ignore:
Timestamp:
09/21/10 20:10:12 (14 years ago)
Author:
pablo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • manual_regente_windows:wincvs

    v8 v9  
    1818 * Editar el archivo C:\Archivos de programa\Apache Software Foundation\Apache2.2\conf\httpd.conf y agregarle lo siguiente: 
    1919 {{{ 
    20 ... 
     20Alias /comunes "/proyectos/comunes/" 
     21<Directory "/proyectos/comunes"> 
     22    Options Indexes MultiViews 
     23    AllowOverride None 
     24    Order allow,deny 
     25    Allow from all 
     26</Directory> 
     27 
     28Alias /regente "/proyectos/regente/" 
     29<Directory "/proyectos/regente"> 
     30    Options Indexes MultiViews 
     31    AllowOverride None 
     32    Order allow,deny 
     33    Allow from all 
     34    DirectoryIndex index.html 
     35</Directory> 
     36 
    2137}}} 
     38 * Reiniciar el servicio de Apache. 
     39 * Abrir en el navegador la siguiente url: http://localhost/regente 
     40 * Iniciar sesión con el usuario / clave de la instalación (en bases de datos iniciales es admin / 1234). 
    2241 
    2342