You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jann VanOver <Ja...@loudeye.com> on 2001/05/15 02:27:51 UTC

RE: Trouble in Mapping URL! HELP!!

Hmmm... you should check out an Apache list.  This has nothing to do with
Tomcat.

-----Original Message-----
From: bobby [mailto:bobbyfeng2001@yahoo.com]
Sent: Sunday, April 22, 2001 10:01 PM
To: tomcat-user@jakarta.apache.org
Subject: Trouble in Mapping URL! HELP!!


I am using Apache 1.3.13,and want to map URL " http://localhost/new
<http://localhost/new> " to my directory: /home/mydir/new
I had appended below into /etc/httpd/httpd.conf
 
Alias /new "/home/mydir/new"
<Directory "/home/mydir/new">
   Options Indexes FollowSymLinks
   Allow from all
</Directory>
 
But when I attempted to connect to " http://localhost/new",I
<http://localhost/new>  was told that I have no permission for this
directory!
How can it be?