|
Apache error under Win2000
Hello,i´d like to know if someone can help me with this.
I´m trying to run Apache as a service on a Win2000 server and i´m configuring httpd.conf to access a mapped drive in another server, Win2000 too.
But when i try to restart Apache i get an error. Well, first, let me show you what i´m doing:
I go to server A and share the drive E:, the i go to server B and map the drive E: i shared on server A.
The i open httpd.conf and edit it, so it ends up like this:
[...]
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
<Directory "e:\netvision\">
[...]
<IfModule mod_alias.c>
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
Alias /icons/ "C:/Program Files/Apache Group/Apache/icons/"
Alias /netvision/ "e:/netvision/"
[...]
e: being my mapped drive on other server at the same network, both servers are running Windows 2000 Server.
The fact is, when i try to restart Apache, i get an error. I don´t have the exact description of the error now cause the server is a little far away, but i can go get it in a day or 2.
Thanks
Diego
|