Re: Sym Links to apache

2000-06-26 Thread Jeff Macdonald
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

Re: Sym Links to apache even more info

2000-06-26 Thread Rodent of Unusual Size
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

Re: Sym Links to apache

2000-06-26 Thread Jeffry Smith
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

Sym Links to apache even more info

2000-06-26 Thread csmith
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

Re: Sym Links to apache

2000-06-26 Thread Kurth Bemis
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)

Re: Sym Links to apache

2000-06-26 Thread Rodent of Unusual Size
"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

Re: Sym Links to apache

2000-06-26 Thread Kenneth E. Lussier
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

Sym Links to apache clarification

2000-06-26 Thread csmith
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*

Sym Links to apache

2000-06-26 Thread csmith
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