« Previous Next »

Thread: php NFS and iis7

Last post 11-26-2009 8:11 AM by caubert. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 05-09-2009, 9:07 PM

    php NFS and iis7

    Hi all,

    We are trying to migrate a php application from linux/apache to windows/iis7. The app works fine in windows/iis7 if all the files are in a fisical disk but this app needs some NFS mappings used to centralize the imgs, videos, mp3s uploaded by users. Because of that we have created some virtual directories in our iis7 pointing to this mappings but when we try to access to any file in this vitual we are having the following error:HTTP Error 500.19 - Internal Server ErrorThe requested page cannot be accessed because the related configuration data for the page is invalid. Config Error Cannot read configuration file  Config File \\?\Z:\ayuda\web.config Requested URL http://localhost:80/juan/videos.html Physical Path Z:\ayuda\videos.html

    do anyone have any idea on this and how to solve it?

    TIA

  • 05-17-2009, 9:11 AM In reply to

    Re: php NFS and iis7

    What operating system is housing the files? For UNC paths pass through authentication is used, so the user account being used by IIS needs to have permissions on the files on the file server. In Active Directory you can use computer account delegation to do this.

    ----------------
    Dominic Ryan
    Microsoft IIS MVP
    www.iis-aid.com
    My IIS articles
    My PHP articles
    My How-to guides
  • 7 hours, 49 minutes ago In reply to

    • caubert
    • Not Ranked
    • Joined on 7 hours, 52 minutes ago
    • Posts 1

    Re: php NFS and iis7

    Hi gringo-tuc. Have you solved the issue? I'm having the same problem with php unable to acces NFS shares. NFS is mapped to a debian maschine.

Page 1 of 1 (3 items)
Microsoft Communities