Ver Mensaje Individual
  #14 (permalink)  
Antiguo 09/10/2012, 13:24
lkriss
 
Fecha de Ingreso: julio-2011
Ubicación: Santiago, Chile.
Mensajes: 95
Antigüedad: 12 años, 9 meses
Puntos: 4
Respuesta: Alias apuntando un equipo en la red

Cita:
Iniciado por emprear Ver Mensaje
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
ahora tengo un problema...
me sale el siguiente error..


Forbidden

You don't have permission to access /icppdoc2/Image/2012/03-05-2012/297/32059400078.tif on this server.
Apache/2.2.8 (Win32) PHP/6.0.0-dev Server at www.globalcourieronline.cl Port 80


sabes por que puede ser ese problema ???