2nd apache server fails to start
- by ito3
HI, I have determine that my 2nd server which fail to start because of this entry in conf.
Once I remove this entry, the server start up as normal.
Alias /Reports/ "//abc/filedir/a/"
<Directory "//abc/filedir/a/">
Order allow,deny
Allow from all
</Directory>
I have a primary apache server which is also pointing to the folder with the same setting. I will like to know why the 2nd server failed to start, is it because the server one has locked the folder. //abc is my NAS server running on window 2003.
Thanks