You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Kirk Jackson <ki...@mcs.vuw.ac.nz> on 2003/04/18 12:17:36 UTC

Re: [users@httpd] Attributes for user running apache - please help!

On Thu, 17 Apr 2003 18:50:51 -0400 Denise Mangano
<De...@complusdata.com> wrote:
<snip>
> The problem I encountered is that my web app uses a third party
> application and this application requires read,write,and execute
> permissions to a fast-cgi directory, and these permissions can only be
> granted to the owner of the directory.  I tried changing the owner to
> the new user that I created, however I get the following message:
> 
> # chown -R webuser webgroup
> chown: getting attributes of `webgroup': No such file or directory

I believe your chown syntax is incorrect.

Mine says:

usage: chown [-R [-H | -L | -P]] [-fh] [owner][:group] file ..

So, perhaps chown -R webuser:webgroup DirectoryName


Kirk

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org