Ver Mensaje Individual
  #13 (permalink)  
Antiguo 09/10/2012, 07:41
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: Alias apuntando un equipo en la red

No sé cual es el problema que te puede estar sucediendo, pero no creo que sea del apache en si.
Te transcribo la documentación del manual

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.


Fuente: http://httpd.apache.org/docs/2.2/platform/windows.html

si ves los ejemplos deben funcionar

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