Skip to main content
Participant
May 7, 2014
Question

Map a network drive

  • May 7, 2014
  • 1 reply
  • 404 views

Hello,

I have a problem with mapping a network drive, I am on Windows Server 2008 R2. Indeed when I create a symbolic link in /webroot/vod to my network drive, the Apache Log says files does not exist even if the specified path is ok. Apache don't understand the symbolic link with a network drive ?

Thank you,

Olivier

This topic has been closed for replies.

1 reply

OlivierSRAuthor
Participant
May 13, 2014

Configuration :

<Location /mds-vod>

    HttpStreamingJITPEnabled true

    HttpStreamingContentPath "../webroot/distantfolder"

    HttpStreamingJITConfAllowed true

    JitFmsDirPath ".."

Options FollowSymLinks

</Location>

When I use the URL : http://<IP_address>/mds-vod/path_to_the_video from the distant folder

Result in error_log :

[Tue May 13 10:03:32 2014] [error] mod_jithttp [404]:

Yet the path in error_log is the good path.