Ver Mensaje Individual
  #18 (permalink)  
Antiguo 12/01/2012, 05:33
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: mostrar contenido de directorios en navegador

Fijate que no es que no la encuentre , sino que deniega el acceso.
Además leyendo la Doc de Apache encontré esto

Configuring Access to Network Resources

Access to files over the network can be specified using two mechanisms provided by Windows:
Mapped drive letterse.g., Alias /images/ Z:/UNC pathse.g., Alias /images/ //imagehost/www/images/
Mapped drive letters allow the administrator to maintain the mapping to a specific machine and path outside of the Apache httpd configuration. However, these mappings are associated only with interactive sessions and are not directly available to Apache httpd when it is started as a service. Use only UNC paths for network resources in httpd.conf so that the resources can be accessed consistently regardless of how Apache httpd is started. (Arcane and error prone procedures may work around the restriction on mapped drive letters, but this is not recommended.)


Example DocumentRoot with UNC path

DocumentRoot //dochost/www/html/


Example DocumentRoot with IP address in UNC path

DocumentRoot //192.168.1.50/docs/

Example Alias and corresponding Directory with UNC path

Alias /images/ //imagehost/www/images/

<Directory //imagehost/www/images/>
...
<Directory>

When running Apache httpd as a service, you must create a separate account in order to access network resources, as described above.


Es decir, la config es correcta, probá de desinstalar el servicio de Apache (por defecto se hace con httpd.exe -k uninstall ), y arrancarlo desde la linea de comandos (podés poner un acceso en la carpeta inicio para automatizarlo), o si estás usando Xampp, en el control panel destida la casilla svc.

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.