php - XAMPP Apache Virtual host on NAS -
i tried create virtual host local xampp apache (windows7) no luck. tried: hosts contains:
127.0.0.5 mycloud
httpd-vhosts.conf contains:
<virtualhost 127.0.0.5:80> documentroot \\wdmycloud\user servername mycloud directoryindex index.html index.php <directory "\\wdmycloud\user"> options indexes followsymlinks includes execcgi order allow,deny allow allowoverride require granted </directory> </virtualhost>
apache runs service local user, not system. 'user' in directory has same password on local machine , nas. includes index.html.
i tried lot of different variations, apache won't start. configuration apache starts eror log shows following:
[fri may 15 08:51:49.224900 2015] [authz_core:error] [pid 12280:tid 1720] [client 127.0.0.1:53075] ah01630: client denied server configuration: c:/wdmycloud
the network drive must have letter z: , not c:.
can help? thanks.
Comments
Post a Comment