Re: Alias Configuration :: Help Needed Please

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dan Wareham wrote:
I am trying to set up the follow two directory mappings
Within <IfModule alias_module> tags of the httpd.conf file I have placed the following ::

Alias /Directory1 "H:\ApplicationFiles\Directory1\"
<Directory "H:\ApplicationFiles\Directory1">
...
Alias /Directory1 "H:\ApplicationFiles\Directory2\"
<Directory "H:\ApplicationFiles\Directory2">
...

In addition to checking that you have this directive in your httpd.conf:

  LoadModule alias_module modules/mod_alias.so

you should change your directory names to use forward-slashes, like:

  "H:/ApplicationFiles/Directory1/"

Apache doesn't use back-slashes in httpd.conf, even on Windows.

-tom-

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux