• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Map a network drive

New Here ,
May 07, 2014 May 07, 2014

Copy link to clipboard

Copied

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

Views

375

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 13, 2014 May 13, 2014

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines