csmith wrote:
> 
> my web server is serving a page ( index.html)  from /home/httpd/html
> 
> I want to set up a sym link to the directory /home/tara/html  so that
> the web server serves the index.htnml page from /home/tara/html
> 
> No matter how I set the permissions It won't work it keep saying that I
> don't have permission to access this page
> 
> I am using the command ln -s /home/tara/html  to set the symlink
> /home/httpd/~html
> 
> can any one help??
> 
> thanks
> 
> chris
You need to enable the FollowSymLinks (or something like that) in the
httpd.conf file for the directory containing the link.

Kenny
-- 
Kenny Lussier
Systems Administrator
Mission Critical Linux
***********************************************************
Life is a lesson, you learn it at the end
Reality has become increasingly less accurate
***********************************************************

**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to