2nd apache server fails to start
Posted
by
ito3
on Server Fault
See other posts from Server Fault
or by ito3
Published on 2011-03-18T07:05:38Z
Indexed on
2011/03/18
8:11 UTC
Read the original article
Hit count: 130
apache
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
© Server Fault or respective owner