[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Aliases not working in Apache
On Mon, Aug 13, 2001 at 10:19:58PM +0530, Mani merrily said:
> Is there any other entry I should make for the Aliases to work.
Probably yes. You got to give everybody permission to access that directory:
e.g. your alias is
Alias /mani /usr/share/doc
Then you have to add
<Directory "/usr/share/doc">
Options None
Order allow,deny
Allow from all
</Directory>
By default, all access to directories other than those specified for the
document root is denied.
- Sandip
--
-------------------------------------
Sandip Bhattacharya
sandipb @ bigfoot.com
http://www.sandipb.net
-------------------------------------