NameVirtualHost *:80
<VirtualHost *:80>
ServerName tmp
DocumentRoot "//192.168.1.25/www/"
<Directory />
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
This configuration is not working, Services can't start from Services.msc but if i tried to run httpd.exe in cmd.exe then it successful and obviously its not good way.
I have tried Alias but still not working, services Run but when i access its 403 Access Error.
I tried Map Network Drive to Z: but Services Fail to run from Services.msc
Do any one have good solution to Run Apache DocumentRoot from a Network Directory or Network Drive for virtual host.