RE: Newbie Help, Please

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hmmm ... I did this and it did not seem to work.

I deleted the user's account and home directory.  I then re-added the users
account and home directory (all done by "useradd" and "userdel -d"
commands).

I then did the chown & chmod as described below.  After uploading the
content, I get the message via Firefox "Forbidden.  You don't have
permission to access / on this server".  I checked apache and it says that
the directory doesn't exist.  Hmmmm!

Here is the setup:

The directory structure is:  /home/username/www
The apache group name is httpgrp
The apache user is httpusr

The site AND directory information is in the vhost statement in the
httpd.conf

Thanks,

Scott


-----Original Message-----
From: cristopher pierson ewing [mailto:cewing@xxxxxxxxxxxxxxxx] 
Sent: Saturday, December 09, 2006 1:07 PM
To: users@xxxxxxxxxxxxxxxx; scott@xxxxxxxxxxxxxxx
Subject: Re:  Newbie Help, Please

Linux filesystem permissions have three components, user, group, and 
other.  It should be possible to set the folder/file owner name to be the 
user who is wanting to write/read files in the www folder using chown. 
Then you can set the group for the folder to the group that the apache 
process belongs to using chgrp.  Then give the user read/write permissions 
and the group read only permissions.

So, if user 'tom' has a www folder and the apache process is run by group 
'www' run

$ chown tom:www www
$ chmod 744 www

this will allow the www group read access to the www folder, and will 
allow tom read,write and execute permissions


> A while after I sent this message I ran across a site that told me just
that.  When it still didn't work, I realized it was also a directory
permissions issue.
>
> After working with the permissions (linux system) I was able to access the
pages.
>
> Now I find that the user cannot update or create new pages or directories.
I think I over-did the permissions just a bit.
>
> Anyone have any suggestions?
>
> Thank you,
>
> Scott
>
>
>
>
> -----Original Message-----
> From: "Steve Swift" <steve.j.swift@xxxxxxxxx>
> Date: Sat, 9 Dec 2006 09:13:29
> To:users@xxxxxxxxxxxxxxxx
> Subject: Re:  Newbie Help, Please
>
> Each time you add a new place in your filesystem that will be referenced
by apache, such as the DocumentRoot statement inside your virtual hosts
blocks, you nearly always have to add a <Directory> statement permitting
access to that place. 
For example, I have:
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all 
</Directory>


On 08/12/06, Scott Hughes <scott@xxxxxxxxxxxxxxx:
<mailto:scott@xxxxxxxxxxxxxxx> > wrote: Hello,

I am attempting to set up a vhost machine using CentOS.

The issue I am having is with the user's home directories (where the pages
are being server for
each site).  Example:  The user's site is
> www.example.com: <http://www.example.com>   and they have a home directory
called 'example'.  Inside thier home directory is a directory called 'www'.

Long story short, I have added the vhost part to the httpd.conf and the
directory statement. I get 
the message in the error log that "Permission is denied for /index.htm".

If anyone needs any additional information, please ask.

Thank you.



--------------------------------------------------------------------- 
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html:
<http://httpd.apache.org/userslist.html> > for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx:
<mailto:users-unsubscribe@xxxxxxxxxxxxxxxx> 
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> : <mailto:users-digest-unsubscribe@xxxxxxxxxxxxxxxx> 
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx:
<mailto:users-help@xxxxxxxxxxxxxxxx>




-- 
Steve Swift
> http://www.swiftys.org.uk: <http://www.swiftys.org.uk>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux