File-server (A)
stores all of our clients' data (website files, proofs, proposals, artwork, etc.)
Development/Testing server (B)
Windows 2000 Server with both IIS and Apache installed as well as mysql and php and all of my other development stuff.
The development server (B) has the file-server (A) mapped as drive X. Is it possible to use this mapped (virtual) drive as a virtual host root directory? I tried it but apache wouldn't start with this configuration:
Code: Select all
<VirtualHost *:80>
ServerAdmin test@test.com
DocumentRoot X:\
ServerName webserver.mc2design.local
</VirtualHost>I am an administrator... so what could be the problem?\\Webserver is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
There are currently no logon servers available to service the logon request.