-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07-Jul-2002/13:04 -0500, Chet Nichols <[EMAIL PROTECTED]> wrote:
>Hey Brian,
>
>Woohoo, it worked! I added:
>
>
>Options Indexes Includes FollowSymLinks
>AllowOverride None
>Allow from from all
>Order Deny,Allow
>
>
Hey Brian,
Woohoo, it worked! I added:
Options Indexes Includes FollowSymLinks
AllowOverride None
Allow from from all
Order Deny,Allow
I've got multiple sites located in peoples home directories, so I added the
entire /home, and its working great. I guess you c
Hey Wez,
Tried setting permissions to 777 for everything, still gives me the
permissions error..Do you think it has something to do with only stuff
originating in the /var/www/html folder being able to work correctly? I'm
stumped. Talk to you soon, thanks for the help though so far,
Chet
on 7
Chet Nichols,
On Saturday July 06, 2002 01:56, you said something about:
> Hey,
>
> For one of my virtual hosts, I made a symlink of the folder to
> /var/www/html/site.com, used that path as the root directory for the site,
> and it works perfectly. However, when I got rid of the link and change
In httpd.conf
Options SymLinks
let's you cross links on the filesystem via http, maybe it's not set up for
the home directories
I'd go to /
ls -l
chmod 755 home
to let everybody read/change to the home directory
cd home
chmod 755 *
to let everybody read/change to everyones home directory
chmo