And also check the permissions on the users home directory too:
$ ls -al ~
drwx---r-x 23 jeff jeff 4096 Jun 24 15:27 .
At 03:15 PM 6/26/00 -0700, Kurth Bemis wrote:
>At 02:54 PM 6/26/2000 -0400, csmith wrote:
>
>this is what we did at USAExpress.net
>
>drwxr-xr-x 16 kurthusers
csmith wrote:
>
> the error message that the web browser displays is
>
> Forbidden
>
> You don't have permission to access / on this server.
There should be a corresponding error in the Apache logs/error_log
file. What does it say? Exactly?
--
#kenP-)}
Ken Coar
ml
On Mon, 26 Jun 2000, Kurth Bemis wrote:
> Date: Mon, 26 Jun 2000 15:15:07 -0700
> From: Kurth Bemis <[EMAIL PROTECTED]>
> To: csmith <[EMAIL PROTECTED]>,
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Subject: Re: Sym Links to apache
>
> At 02:54 P
the error message that the web browser displays is
Forbidden
You don't have permission to access / on this server.
permissions on the symlink are set to read by users owners and groups.
FollowSymLinks is enabled in the web server
as well as :You also need to allow access to the directory, pr
At 02:54 PM 6/26/2000 -0400, csmith wrote:
this is what we did at USAExpress.net
drwxr-xr-x 16 kurthusers1024 Jun 13 10:05 public_html
also make sure that all the files under that dir are public readable by
doing a 'chmod 755 public_html -R'
then in your www dir (/www in my case)
"Kenneth E. Lussier" wrote:
>
> You need to enable the FollowSymLinks (or something like that) in the
> httpd.conf file for the directory containing the link.
You also need to allow access to the directory, probably with something
like:
AllowOverride AuthConfig
Options Indexes
Orde
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
to add to my previsous message Yes I do have "FollowSymLinks"
set in the access.conf file for apache under the tag
thanks
chris
**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not*
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